Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Latest commit

 

History

History
43 lines (34 loc) · 690 Bytes

README.md

File metadata and controls

43 lines (34 loc) · 690 Bytes

#Pablo R. #Abraham A.

BroadcastTelegramBot

Python bot for broadcasting with options Created by: Abraham Arias and Pablo Rodriguez 2019

Install

Dependencies: - python-telegram-bot 12.0.0b1

Just run:

pip install -r requirements.txt

and then build python-telegram-bot manually

git clone https://github.com/python-telegram-bot/python-telegram-bot --recursive
cd python-telegram-bot
python setup.py install
cd ..
rm -rf python-telegram-bot

Finally create telegram folder on home for persistancy

mkdir ~/telegram

Usage

Windows

$env:TELEGRAM_TOKEN = "secrettoken"

Linux

export TELEGRAM_TOKEN = "secrettoken"