├── README.md └── thebutton_presses.csv /README.md: -------------------------------------------------------------------------------- 1 | # thebutton-data 2 | The csv file contains the press history for [/r/thebutton](https://www.reddit.com/r/thebutton). 3 | 4 | The csv has four columns: 5 | 6 | `press time` the date and time at which the press happened 7 | 8 | `flair` the timer value the user got as flair 9 | 10 | `css` the flair class given to the user 11 | 12 | `outage press` whether the press was an automatic press during a site outage to keep the button alive 13 | 14 | Outage presses were relatively few and never occurred at a time when the button was truly at risk of expiring, but if you're doing real scientific analysis on this data, you may choose to discount these presses or otherwise make a note of them. 15 | 16 | Source code for the button is at https://github.com/reddit/reddit-plugin-thebutton. 17 | --------------------------------------------------------------------------------