thefoodiecoder / covidsearch

An app by volunteers to help with searching resources for help seekers in India
covidsearch-five.vercel.app
GNU General Public License v3.0
0 stars 0 forks source link

Create API to search tweets on twitter #4

Open thefoodiecoder opened 3 years ago

thefoodiecoder commented 3 years ago

Approach:

  1. Scrape Twitter pages in case we are not able to obtain the token.
  2. User twitter's search API.

Inputs: city and search tags (ambulance, bed, etc) API Doc:

Details on search query building: https://docs.google.com/document/d/1xm3xWnue3If2SoevwHol_sbJ6IxVEqbvMC3UQM_3fkY/edit?usp=sharing

thefoodiecoder commented 3 years ago

I am thinking to create a per minute batch job instead. results will be a minute late but much more organised as we will be able to run analysis on them and mark them as duplicate also. We can work on data model in a way so that we have resources and then we have sources like - tweets - entry by volunteers etc.

For MVP we can just give data directly from twitter.