https://github.com/jingshing/h2h_scraper
a simple script to scrape h2h.
https://github.com/jingshing/h2h_scraper
h2h scraper
Last synced: 11 months ago
JSON representation
a simple script to scrape h2h.
- Host: GitHub
- URL: https://github.com/jingshing/h2h_scraper
- Owner: JingShing
- License: bsd-3-clause
- Created: 2023-11-08T14:21:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T17:39:46.000Z (over 2 years ago)
- Last Synced: 2025-03-09T20:59:44.930Z (over 1 year ago)
- Topics: h2h, scraper
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# h2h_scraper
a simple script to scrape h2h.
[h2h website](https://htoh.asia/)
## JS
```console.log(document.getElementsByClassName("card mb-3 card-updates views rounded-large shadow-large card-border-0"))```
```console.log(document.getElementsByClassName("card mb-3 card-updates views rounded-large shadow-large card-border-0")[0].getElementsByClassName("media-wrapper rounded-0 saveclick glightbox"))```