khoben / donatepay

Donatepay.ru Websocket connector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Donatepay WebSocket connector

Setup (tested on python 3.9.5)

  1. Get DonatePay token:

    Grab token from widget link

    https://widget.donatepay.ru/alert-box/widget/{YOUR-TOKEN-HERE}
  2. Create .env file with token

    TOKEN={YOUR-TOKEN-HERE}
  3. Create and activate the virtual environment (not necessary)

  4. Install dependencies

    pip install -r requirements.txt
  5. Run it

    python main.py

About

Donatepay.ru Websocket connector


Languages

Language:Python 100.0%