gedankenstuecke / twitter-analyser

export data from twitter archive and visualize it
http://twarxiv.org
MIT License
25 stars 11 forks source link

Allow disabling of rolling average #10

Open gedankenstuecke opened 6 years ago

gedankenstuecke commented 6 years ago

The graphs so far are averaged using a 180 day rolling average. some people might want to have a look at the raw data that's not smoothed out?

gedankenstuecke commented 6 years ago

Right now the rolling average is generated in the backend while parsing the twitter archive after the initial upload. In this framework it would mean to add more parsing-jobs. This would also be needed for #13.

mugdhaab commented 6 years ago

This looks like a good way to tweak around the code. Can I take this up?

gedankenstuecke commented 6 years ago

Yes, please do!