Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 919 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 919 Bytes

Telegram bot payment integration

Support Group - Telegram
Youtube - Youtube Video

Installation

  • 1 - clone repo
    • git clone https://github.com/paytechuz/telegram-payment.git
  • 2 - create a virtual environment and activate
    • pip3 install virtualenv
    • virtualenv venv
    • venv\Scripts\activate(windows) or source venv/bin/activate(unix-based systems)
  • 3 - cd into project "cd telegram-payment"
  • 4 - Install dependencies
    • pip3 install -r requirements.txt
  • 5 - Set your environment variables
    • cp conf/.env-sample .env
    • source conf/.env
  • 6 - Run tests and app
    • python3 bot.py