An open-source API for custom commands (Twitch), written in Python and deployed on Heroku.
FlaskPyrezAPI is an endpoint for custom commands (Twitch
), that provides data about players, matches and others stats of the game Paladins
. It uses Pyrez, my Python wrapper for Hi-Rez Studios API.
For support using Pyrez, please join the official support server on Discord.
git clone https://github.com/luissilva1044894/FlaskPyrezAPI.git
cd
into it: cd FlaskPyrezAPI
virtualenv -p python venv
pip install --upgrade pip setuptools wheel
| pip install -r requirements.txt
.env
and replace the PYREZ_AUTH_ID
and PYREZ_DEV_ID
with the authId
and devId
that you receive from Hi-Rez Studios
.python manage.py db migrate
python main.py runserver
http://127.0.0.1:5000
your-app-name
)heroku login
git init
heroku git:remote -a your-app-name
your-app-name
folder.env
and replace the PYREZ_AUTH_ID
and PYREZ_DEV_ID
with the authId
and devId
that you receive from Hi-Rez Studios
.heroku config:push
git add .
git commit -m "Going to Heroku"
git push heroku master
heroku run python manage.py db migrate
heroku open
and a window will open with your app onlineLukash (Paladins Poland)
- Polish translation.This is an open source project provided under the MIT License, which you can view in
LICENSE file
.
Raw data provided by Hi-Rez Studios API and is thus their property. © 2019 Hi-Rez Studios, Inc. All rights reserved.