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

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.

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"))```