AprilSuna / TwitterDashboard

Spec2
1 stars 3 forks source link

Get user data #2

Closed ke11ysun closed 5 years ago

ke11ysun commented 5 years ago

Be able to mute/block offensive users Get eg. 500 tweets and let user label adversarial/not

ke11ysun commented 5 years ago

still have the rate issue if connected to too many user at the same time

ke11ysun commented 5 years ago

should be: when register, start streaming and collect past 500 tweets at the same time, keep the streaming thread alive no matter login or not

ke11ysun commented 5 years ago

cannot distinguish between login and register. both session has tokens??

ke11ysun commented 5 years ago

cannot distinguish between login and register. both session has tokens??

but could use session['url'] to record the source page https://stackoverflow.com/a/46042039

ke11ysun commented 5 years ago

new user: register -> app (for displaying first 200 tweets) -> dash return user: login -> dash