1
1
Fork
You've already forked trending
0
Mastodon's Trending manager
  • Python 100%
2024年01月13日 21:45:38 +01:00
app/libraries Handling some exceptions 2024年01月13日 21:45:38 +01:00
LICENSE First commit 2024年01月13日 08:19:08 +01:00
README.md Save mods list as dict to a file 2024年01月13日 18:22:05 +01:00
requirements.txt Save mods list as dict to a file 2024年01月13日 18:22:05 +01:00
trending.py Save mods list as dict to a file 2024年01月13日 18:22:05 +01:00

Mastodon's trending manager

This code automatically approve hashtags and notify moderators via private mention about pending posts and links.

Dependencies

  • Python 3
  • Mastodon bot account with the custom role (Manage Users & Manage Taxonomies)
  • Mastodon running server.

Usage:

Within Python Virtual Environment:

  1. Run pip install -r requirements.txt to install needed libraries.

  2. Run python trending.py. First run will set everything up.

  3. Use your favourite scheduling method to run python trending.py periodically.