A sample bot application to test your integration between Telegram and Chapa.
-
Download this repository as zip and extract it to a folder (or clone it) Download
-
git clone https://github.com/Chapa-Et/chapa-telegram-bot-test-shop.git -
Open cmd and type
cd main-master or cd main -
type
python main.py
sudo apt update -y ; sudo apt upgrade -ysudo apt-get install python3sudo apt-get install gitgit clone https://github.com/Chapa-Et/chapa-telegram-bot-test-shop.gitcd mainpython3 main.py
CHAPA_TOKEN = 'XXXXXXX'BOT_TOKEN = 'XXXXXXXX'
CHAPA_TOKEN is payment token you get after successfully integrating Chapa with @botfather
BOT_TOKEN is the API access token from telegram.
This project is a simpler version from Chapi (@temkinmengstu), shout to Chapi.