Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 524 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 524 Bytes

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