A Twitter bot that pulls anime data from various sources daily and analyzes it, periodically tweeting out the results afterward.
Currently tracking the Top 100 anime on AniList by popularity, detecting when shows rise in the rankings and tweeting it out.
First, copy the .env.example file and configure your environment variables:
$ cp .env.example .envInstall Python dependencies:
$ pip3 install -r requirements.txtRun the bot:
$ python3 -m animetrackerTo run a single file (for debugging), add an if __name__ == '__main__' at the bottom and do:
$ python3 -m animetracker.<path>.<to>.<file>