update start script, readme
This commit is contained in:
parent
c5358f4050
commit
aae03b51ee
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,7 +1,4 @@
|
|||||||
config.json
|
config
|
||||||
tasks.json
|
|
||||||
db.json
|
|
||||||
env
|
env
|
||||||
__pycache__
|
__pycache__
|
||||||
start.sh
|
|
||||||
*.swp
|
*.swp
|
||||||
|
11
readme.md
11
readme.md
@ -3,3 +3,14 @@
|
|||||||
under heavy development
|
under heavy development
|
||||||
|
|
||||||
you must have a redis server installed
|
you must have a redis server installed
|
||||||
|
|
||||||
|
## running
|
||||||
|
1. `python3 -m venv env`
|
||||||
|
|
||||||
|
1. Create `config` file:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
TOKEN="telegram bot token from bot father"
|
||||||
|
```
|
||||||
|
|
||||||
|
1. `bash start.sh`
|
||||||
|
Reference in New Issue
Block a user