Skip to content

Web scraper intended to search information about Covid and inserting it to Firebase.

License

Notifications You must be signed in to change notification settings

covidabc/covid-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

covid-scraper

Maestro is a program that collects news information from the Agencia lupa and g1 websites related to fake news about COVID-19. Then, creates a json file with all of its data (array of objects), witch includes:

 [
    {
        "title"        : string,
        "description"  : string,
        "imageURL"    : string,
        "newsURL"      : string,
        "date"         : string,
        "time"         : string,
        "author"       : string,
        "source"       : string
    },
]

date is d/m/a and time is 24h format.

About

Web scraper intended to search information about Covid and inserting it to Firebase.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages