Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kunal00000/scrape-from-webpage
- Owner: kunal00000
- License: mit
- Created: 2023-10-05T04:34:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-21T19:55:09.000Z (12 months ago)
- Last Synced: 2023-11-21T20:44:00.074Z (12 months ago)
- Topics: github-api, puppeteer, scraping-websites
- Language: TypeScript
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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