Create README.md

This commit is contained in:
Sergey 2018-04-09 16:06:54 +03:00 committed by GitHub
parent 0542dfe6e6
commit 0b769d9762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# tgvkbot
Send and recieve VK messages in telegram.
```
git clone ...
cd tgvkbot
pip install -r requirements.txt
# Edit config.py file
python manage.py makemigrations data && python manage.py migrate data
python telegram.py
```