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 -y
sudo apt-get install python3
sudo apt-get install git
git clone https://github.com/Chapa-Et/chapa-telegram-bot-test-shop.git
cd main
python3 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.