/scrape-from-webpage

Scrape data from a particular webpage.

Primary LanguageTypeScriptMIT LicenseMIT

Scrape Contributions from Algora

  • This repo scrapes contributions from Algora every 2 days.
  • These contributions are converted to a ReadME template and added to Contributions repository.

Tech Stack

  1. Puppeteer - To scrape data from Algora
  2. Github REST API - To change readme of Contributions repository.
  3. Github Actions - To trigger running of code after some interval regularly.
  4. Typescript
  5. Node js