Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nconnector/telegram-webhook-bot
https://github.com/nconnector/telegram-webhook-bot
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nconnector/telegram-webhook-bot
- Owner: nconnector
- Created: 2023-12-02T20:42:22.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-19T21:07:50.000Z (7 months ago)
- Last Synced: 2024-10-11T02:24:08.375Z (26 days ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Install
`python -m venv env`win:
`env\Scripts\activate`
linux:
`source env/bin/activate``pip install -r requirements.txt`
# Run
`python api.py`
`python bot.py`