/app__warframe_ds

deployed heroku app for `warframe_ds` repo

Primary LanguageJupyter NotebookMIT LicenseMIT

Build Status

Deploy

Warframe Market Prediction Project ( WMPP )

A Warframe Market scrapper that takes data from the API for the warframe market and tries to predict the trends of

the market for most of the items that are in the Warframe player market based on a historical trends and external considerations for the items values(events, accolyte invasions, sorties ect)

Road Map/ current dev tasks

- get a dash app deployed and supporting a user login
- set up an ETL pipeline to start serving data about the warframe market
- get a list of warframe market items in a database for lookups
- provide a predictions graph for items using the model

Running locally

Run the following commands to bootstrap your environment if you are unable to run the application using Docker

cd app__warframe_ds
pip install -r requirements/dev.txt

Once you have installed the project dependencies you can run the app locally with the command

flask run

Deployment

Heroku

The best effort has been made to make deployment as easy and seamless as possible, however you should familiarize yourself with the basic Git and Heroku concepts before deploying this app.

Application configuration is in app.json and you should be able to deploy using If you're unable to successfully deploy using the button you will need to try using the CLI.

Deployment by using Heroku CLI:

Create a new Heroku App.

create app__warframe_ds

Add buildpacks

heroku buildpacks:add --index=1 heroku/python

Deploy on Heroku by pushing to the heroku branch

git push heroku master

Disclaimer:

I do not claim to own either Warframe Marketplace or WarFrame those are IP of their respective
companies/organizations.
I'm just a fan of the game and would like to work on a project for school that I have Domain knowledge about. this
app is the result of that project