Skip to content

RSS feed aggregator for vtubers schedule tweets

License

Notifications You must be signed in to change notification settings

Steeven9/blooop

Repository files navigation

blooop

License C/C++ CI Lines

RSS feed aggregator for vtubers schedule tweets to feed our Hololive and Nijisanji calendars.

How it works

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!

⚠️ Warning ⚠️

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.

Run in Docker

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!

Local setup

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

Credits

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.