Mitame / followbot

Follow the fediverse. Followbot for Mastodon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FollowBot

Some crappy following bot to expand your federated timeline on Mastodon. Only use 1 per server as there isn't any point in having more.

Setup

Copy .env.sample to .env and edit BASE_URL to point to your mastodon instance

Run env $(cat .env | xargs) python3 get_tokens.py to get OAuth client and access tokens

Run env $(cat .env | xargs) python3 site.py to run the site front end so users can say they don't want to be followed.

Run env $(cat .env | xargs) python3 bot.py to run the actual bot that follows people

About

Follow the fediverse. Followbot for Mastodon

License:Other


Languages

Language:Python 91.6%Language:HTML 8.4%