Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nconnector/telegram-webhook-bot


https://github.com/nconnector/telegram-webhook-bot

Last synced: 4 days ago
JSON representation

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`