https://github.com/seungwonpark/shaynman
Shaynman
https://github.com/seungwonpark/shaynman
Last synced: 3 months ago
JSON representation
Shaynman
- Host: GitHub
- URL: https://github.com/seungwonpark/shaynman
- Owner: seungwonpark
- License: mit
- Created: 2017-07-27T04:07:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T13:54:53.000Z (almost 8 years ago)
- Last Synced: 2025-03-15T20:57:05.999Z (3 months ago)
- Language: Python
- Homepage: http://t.me/ShaynmanBot
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shaynman
[Shaynman](http://t.me/ShaynmanBot) : SNU + Feynman, 서울대 물리학과 공지/강의게시판 알리미.## Requirements
`requests`, `python-telegram-bot`, `schedule` module.
```bash
sudo pip3 install requests python-telegram-bot schedule
```## Setup
- Create a telegram bot with [BotFather](http://t.me/BotFather), and get your bot's token.
- Get your server on Central Europe. [More on appropriate server location](https://github.com/python-telegram-bot/python-telegram-bot/wiki/Performance-Optimizations#server-location)```bash
git clone https://github.com/seungwonpark/shaynman
cd shaynman
nano token.txt
(YOUR_BOT_TOKEN)
^X - Y - ENTER
nano secret.txt
(BOT_TOKEN_TO_SEND_ERROR_MESSAGE),(YOUR_TELEGRAM_CHAT_ID_NUMBER)
^X - Y - ENTER
python3 initialize.py
screen
python3 shaynman.py
^A D
screen
python3 parser.py
^A D
```## License
MIT