Updated structure and json work
This commit is contained in:
15
README.md
15
README.md
@ -0,0 +1,15 @@
|
||||
Project template for simple telegram bots
|
||||
|
||||
Features:
|
||||
- Base commands with FSM (no redis)
|
||||
- JSON data storage
|
||||
- Async worker function
|
||||
- Cute project structure
|
||||
|
||||
.env example:
|
||||
```.env
|
||||
botToken="token:from-botfather"
|
||||
whitelist=["userid"]
|
||||
dataPath="data/"
|
||||
jsonFilename="data.json"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user