melisMirza / Covitter

Repository of SWE 573 project
0 stars 0 forks source link

Set up "Search in time" page #29

Closed melisMirza closed 3 years ago

melisMirza commented 3 years ago

On frontend put: From time, end time, search button

Backend: Display a page with 100 tweets from the given time interval

melisMirza commented 3 years ago

Frontend is prepared as required.

At the backend, when request is received, the dates are checked from the database. If there are tweets present, they are collected from the DB. If not, tweet id's from the time interval is collected using snscrape and then content is obtained from twitter api. Necessary preprocessing is done and analyzed and then displayed on frontend.