- Run
pip install --no-cache-dir -r requirements.txt
(there may be some useless packages such as packages for telegram bot) - Read the file crawlers/ntnucsie.py the return value of
get_update
method - Coding your own crawlers/yourschoolcrawler.py support
get_update
method - Use
python3 test.py
to test your crawler and don't forget to modify the source of the importedCrawler
class !!!
git clone https://github.com/as535364/CSIE-Notify
- In src directory
cp .envExample .env
and modify.env
.
Telegram chat id must be an integer.
If there are multiple ids, use commas to separate them.
docker-compose up -d