Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

A simple Python program to calculate some stats of your Reddit usage

Notifications You must be signed in to change notification settings

GyDavid22/Reddit-activity-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Activity stats for Reddit

Have you ever wondered how often do you use Reddit? This simple Python program can generate you some stats about your active days.

Features

  • Enter a username and after a few seconds the program will show you the average days between two days with activity (based on posts and comments), also median, minimum, maximum and the last day with activity (YYYY-MM-DD)
  • If you set the WRITE variable to True, the program will also write the number of days between activities in order to a file (diffs.txt), so you can make other stats from it (eg. with Excel)

How to use?

First you have to enter your credentials into the code. You have to make an app on this page of Reddit, so you will have access to the APIs. (Bottom of the page, for the type select script.) After you done that put this app's ID, secret code, your username and password to the right place in the code. (I didn't want to make my data public. :P) If you did everything right you can start the program now, enter a username and it will do its job.

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

About

A simple Python program to calculate some stats of your Reddit usage

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages