When developing a game, it is normal for not knowing what kind of game to develop, this bot can be useful. Basically, this bot scraps data from steam website into a csv file, after that, you can choose to feed this data into the bot, which will recommend you the best genres to develop a game to make success.
Setup the project by either using pipenv or virtualenv
- pipenv:
pipenv install requirements.txt
- virtualenv:
python3 -m venv steamex
source steamex/bin/activate
pip install requirements.txt
Just download the repo and run the following command to see the options:
python main.py --help
To scrap just use:
python main.py --scrapping N
the N means the number of pages of steam, you want to scrap
To Process the data just use:
python main.py --processing N
the N means the number of epochs for the bot to learn
Or Just:
python main.py -h
python main.py -s N
python main.py -p N