Just a simple script to retrieve some data from the /Freegamestuff subreddit. It will generate a JSON in the end.
It uses Selenium Webdriver as main engine (more specifically, geckodriver from Firefox).
You need Python 3.7+ in order to run this project.
- Create a local virtual environment to run Python
- pip install requirements.txt
- Just run 'python main.py' (without quotes) on terminal or command prompt