You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12 months ago | |
---|---|---|
.gitignore | 12 months ago | |
LICENSE | 1 year ago | |
Pipfile | 12 months ago | |
Pipfile.lock | 12 months ago | |
README.md | 12 months ago | |
boot.py | 12 months ago | |
config.json.sample | 12 months ago | |
main.py | 12 months ago | |
up.py | 12 months ago |
README.md
Telegram Python Example
This is designed for MicroPython but will work on a desktop
It'll echo what you send to it
Setup
pip3 install pipenv
pipenv sync
cp config.json.sample config.json
Create a Telegram account if you don't have one
Setup Bot
Search users for BotFather
Type /newbot
and follow the prompts
Take the token under Use this token to access the HTTP API:
and put it into config.json
Get User Id
Search users for userinfobot @userinfobot
Put your id in config.json
Run
pipenv run prod
MicroPython
TODO
see up.py
and boot.py