https://github.com/xi-plus/ethics-committee
Telegram多功能機器人
https://github.com/xi-plus/ethics-committee
telegram-bot
Last synced: about 1 year ago
JSON representation
Telegram多功能機器人
- Host: GitHub
- URL: https://github.com/xi-plus/ethics-committee
- Owner: Xi-Plus
- Created: 2018-05-25T07:10:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T11:55:50.000Z (about 1 year ago)
- Last Synced: 2025-03-25T12:39:29.190Z (about 1 year ago)
- Topics: telegram-bot
- Language: Python
- Homepage:
- Size: 435 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ethics-Committee
## Install
```
python3 -m pip install python-telegram-bot==13.7
```
## Run
```
celery -A EthicsCommittee.celery worker --loglevel=warning -Q EthicsCommittee -n EthicsCommittee
```