Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 404 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 404 Bytes

CopyBid

Setup & Run

Setup (onetime)

cp sample_config.py config.py
$EDITOR config.py

Add CodeBid's id in FORWARD_FROM list as integer.

Edit CHAT_ID with the id of chat/channel where the forwarded messages will go (integer).

Replace BOT_TOKEN with bot token from @botFather (string)

Run

pip3 install python-telegram-bot
python3 bot.py