12 lines
229 B
Markdown
12 lines
229 B
Markdown
# 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
|
|
```
|