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
|
||||
tasks.json
|
||||
db.json
|
||||
config
|
||||
env
|
||||
__pycache__
|
||||
start.sh
|
||||
*.swp
|
||||
|
11
readme.md
11
readme.md
@ -3,3 +3,14 @@
|
||||
under heavy development
|
||||
|
||||
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