Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kunal00000/scrape-from-webpage

Scrape data from a particular webpage.
https://github.com/kunal00000/scrape-from-webpage

github-api puppeteer scraping-websites

Last synced: 2 days ago
JSON representation

Scrape data from a particular webpage.

Awesome Lists containing this project

README

        

# Scrape Contributions from Algora

- This repo scrapes contributions from [Algora](https://console.algora.io/@/kunal00000) every 2 days.
- These contributions are converted to a ReadME template and added to [Contributions](https://github.com/kunal00000/Contributions) repository.

### Tech Stack
1. [Puppeteer](https://pptr.dev/) - To scrape data from Algora
2. [Github REST API](https://docs.github.com/en/rest?apiVersion=2022-11-28) - To change readme of Contributions repository.
3. Github Actions - To trigger running of code after some interval regularly.
4. Typescript
5. Node js