Skip to content

Groestlcoin/groestltip-streamlabs

 
 

Repository files navigation

Setup instructions

  • Clone repository
  • Activate your virtualenv
  • $ pip install -r requirements.txt
  • Create config.ini file with Streamlabs API key details
  • $ python db_create.py
  • $ export FLASK_APP=run.py or $ set FLASK_APP=run.py(Windows)
  • $ flask run

config.ini example

[GroestlTip]
secret_key = xxx
streamlabs_client_id = xxx
streamlabs_client_secret = xxx
redirect_uri = https://127.0.0.1:5000/launch

Related Links

About

Groestlcoin Integration app for Stream Donations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.8%
  • HTML 28.1%
  • JavaScript 8.9%
  • CSS 8.2%