https://github.com/simonamdev/reddit-vote-grapher
Python scripts to gather and store vote data on specific submissions and then visualise the data.
https://github.com/simonamdev/reddit-vote-grapher
Last synced: 14 days ago
JSON representation
Python scripts to gather and store vote data on specific submissions and then visualise the data.
- Host: GitHub
- URL: https://github.com/simonamdev/reddit-vote-grapher
- Owner: simonamdev
- License: mit
- Created: 2016-05-11T20:35:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-19T06:10:56.000Z (about 10 years ago)
- Last Synced: 2025-10-27T17:40:11.981Z (9 months ago)
- Language: Python
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reddit-vote-grapher
Python scripts to gather and store vote data on specific submissions and then visualise the data.
# Installation
Requirements:
* Python 3.x+
* A valid Reddit Oauth.ini file
Run the following to install the requirements:
> pip3 install -r requirements.txt
# Data collection
It is suggested that you run this behind screen to keep it running in the background.
> screen
> python3 scrape_votes.py
> ctrl+a, ctrl+d
# Data Visualisation
> screen
> python3 visualise.py
> ctrl+a, ctrl+d
Follow up by navigating to http://ip\_of\_device:5000/ in your web browser.

Clicking on **Graph** then on **Draw Graphs** for a given submission will visualise the stored data:
