Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

ihateani-me/vtb-schedule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Not Maintaned

Rewritten in TypeScript here: https://github.com/ihateani-me/vtscheduler-ts (Backend) and here: https://github.com/ihateani-me/ihaapi-ts (Frontend)


VTBili Schedule API and Webserver

A wrapper around BiliBili Calendar (Scheduling system) into a readable API.
(Oh, also some Youtube channels, I guess)

Version: 0.9.0

API Status API Uptime (7 days) Code Style

Still WIP!

Currently running on: api.ihateani.me

Setup

  1. Install MongoDB on your server
  2. Modify init_db.py MONGODB_URL variable to your IP and PORT
  3. 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