RSS feed aggregator for vtubers schedule tweets to feed our Hololive and Nijisanji calendars.
Blooop obtains the tweets for the specified talents from a Nitter instance, which then get saved in a MongoDB instance for faster indexing.
Check the API documentation to see the available endpoints!
Blooop's API is still in development, so it can change often and without notice.
Twitter is also changing their API left and right which makes it harder to get the tweets we need. Expect stuff to break sometimes - check Nitter's issues page for updates.
Check and eventually adjust the values in the docker-compose.yml
file, then bring up the stack:
docker-compose up
Browse to http://localhost:5000
and enjoy!
Assuming you already have a Nitter and MongoDB set up, install the requirements:
pip install --no-cache-dir -r requirements.txt
Then run the app:
gunicorn main:app
Logo by the one and only Shiro!
This project relies on a self-hosted non-public instance of Nitter, an ad- and tracking-free alternative to Twitter - be sure to check it out!
Huge thanks to the teams of KFP | The Office
and Nijisanji EN Schedule Team
for helping with debugging and feature suggestions.