Problem:
Twitter is very noisy and there is no easy way to search both supply and demand very easily. There's a great website that @umanghome made [https://covid19-twitter.in/#frequent-searches] that I'm using as inspiration. I'm proposing a place where we stream tweets in real time into supply and demand, and help guide people into that. Volunteers may also be able to help connect the two down the line.
This is an API that fetches tweets every x minutes and makes it available on supply vs demand.
We could integrate this into covidfyi in a new tab which contains "Real time Supply" and "Real time demand".
data": [
{
"author_id": "1130783623928459265",
"created_at": "2021-04-25T18:16:20.000Z",
"text": "#Urgent Need of #oxygenbed in #delhi\n\nPlease refer to the details & contact them only if you have #Verified leads:\nName: Veena gupta\nRequirement: Oxygen bed \nContact: +91 9560834138\n\n#CovidIndiaInfo #LetsDoMore",
"id": "1386383589252616193"
},
{
"author_id": "4695345258",
"created_at": "2021-04-25T18:15:00.000Z",
"text": "#verified #covidresources #Delhi #Gurgaon #noida by Social Activist Mr. Raza Ahmad \n9540075138. #oxygenrefilling only #oxygen no cylinder, bring your own. Main centres in Ram Leela Maidan and Chandani Mahal. Other locations as per requirement and availability.\n\nVerified by Jyoti",
"id": "1386383256405221385"
},
{
Problem: Twitter is very noisy and there is no easy way to search both supply and demand very easily. There's a great website that @umanghome made [https://covid19-twitter.in/#frequent-searches] that I'm using as inspiration. I'm proposing a place where we stream tweets in real time into supply and demand, and help guide people into that. Volunteers may also be able to help connect the two down the line.
Describe the solution you'd like https://covidconnect.vercel.app/api/data?city=delhi&resource_type=demand
This is an API that fetches tweets every x minutes and makes it available on supply vs demand.
We could integrate this into covidfyi in a new tab which contains "Real time Supply" and "Real time demand".