Add bash starter

This commit is contained in:
Pablo Moyano 2019-10-15 17:54:36 +02:00
parent 45898287a9
commit ad527a9ec1
1 changed files with 8 additions and 0 deletions

8
start.sh Normal file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
virtualenv venv
. venv/bin/activate
pip install telethon
python3 main.py