This code gets all followers from configured Mastodon account (local and remote) and track variations of them, posting the results to Mastodon account by a private mention.
Anar al arxiu
2023-05-03 18:11:31 +02:00
app/libraries new feature: posting unfollowing accounts 2023-04-02 10:28:30 +02:00
followers.py Not filtering empty followers array 2023-05-03 18:11:31 +02:00
LICENSE First release! 2023-03-31 19:20:58 +02:00
README.md New feature! unfollow unfollowing accounts 2023-05-02 20:22:33 +02:00
requirements.txt First release! 2023-03-31 19:20:58 +02:00

Followers

This code gets all followers from configured Mastodon account (local and remote) and track variations of them, posting the results to Mastodon account by a private mention.

Dependencies

  • Python 3
  • Postgresql server
  • Mastodon account.

Usage:

Within Python Virtual Environment:

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

  2. Run python followers.py to setup and create new Postgresql database and needed tables in it the first time it's running. Then it will get followers values and post them privately.

  3. Use your favourite scheduling method to set python followers.py to run and desired pace.

2.4.23 - New feature! post of unfollowing accounts
2.5.23 - New feature! unfollow unfollowing accounts