Hololive schedule scraping tool
-
Python 3.x
-
requests
-
pytz (If you change the timezone)
-
Japanese font (In order to display hololive member's name)
By executing main.py You can get information like these:
- Start time of the stream
- Who is streaming
- Streaming URL
- Title of stream (optional)
This program is a scraping tool. The source page says the schedule is updated every 15 minutes so this program might not deal with the latest changes. If you never want to miss any stream, it is recommended to follow the hololive member's Twitter account or subscribe to their Youtube channel.
This program is available to use options. For example, you can change hololive member's name English. Please check text/help or execute with --help option.
A video will be on schedule after it is posted. The displayed time is its published time except the premire moive.
Some emoji will be removed from titles of the streams.
You can choose other timezone if you install pytz from pip. If you want to change, edit text/timezone. Check the available timezones Here
GPL-3