guff192 / telegram-payments-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telegram-payments-bot

test startup

  1. First, create python virtual environment and activate it:
python3.x -m venv env
. ./venv/bin/activate
  1. Install all the requirements:
pip install -r requirements.txt

3.Start the local server for receiving incoming connections. I use ngrok for this purpose:

ngrok http 5000
  1. Modify the .env.example with your data and save it just as ".env"
  2. Run the src module:
python3 -m src

About


Languages

Language:Python 90.8%Language:Dockerfile 7.7%Language:Shell 1.5%