Rewritten in TypeScript here: https://github.com/ihateani-me/vtscheduler-ts (Backend) and here: https://github.com/ihateani-me/ihaapi-ts (Frontend)
A wrapper around BiliBili Calendar (Scheduling system) into a readable API.
(Oh, also some Youtube channels, I guess)
Version: 0.9.0
Still WIP!
Currently running on: api.ihateani.me
- Install MongoDB on your server
- Modify
init_db.py
MONGODB_URL
variable to your IP and PORT - Execute
init_db.py
to populate your DB.
If you want different DB Name, you can change it too!
tbh, I didn't really think this setup would work, but good luck figuring it out