- 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_updatemethod - Coding your own crawlers/yourschoolcrawler.py support
get_updatemethod - Use
python3 test.pyto test your crawler and don't forget to modify the source of the importedCrawlerclass !!!
git clone https://github.com/as535364/CSIE-Notify- In src directory
cp .envExample .envand modify.env.
Telegram chat id must be an integer.
If there are multiple ids, use commas to separate them.
docker-compose up -d