https://github.com/jonluca/churning-traffic-stats
Data and code for quarterly analysis of traffic to /r/churning
https://github.com/jonluca/churning-traffic-stats
Last synced: 9 months ago
JSON representation
Data and code for quarterly analysis of traffic to /r/churning
- Host: GitHub
- URL: https://github.com/jonluca/churning-traffic-stats
- Owner: jonluca
- Created: 2019-07-06T16:43:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T21:09:04.000Z (over 5 years ago)
- Last Synced: 2025-02-10T07:30:04.665Z (over 1 year ago)
- Language: Python
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Churning-Traffic-Stats
Data and code for quarterly analysis of traffic to /r/churning
## Usage
Create a file `account.py` with the following format:
```python
mod_username = "username"
mod_password = "password"
mod_script_id = "id"
mod_script_secret = "secret"
```
## File layout
The arrays in the "days" array is laid out like: [epoch time, uniques, pageviews, subscriptions]
The arrays in both the "hours" and "months" arrays are laid out like: [epoch time, uniques, pageviews]