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

https://github.com/randomrobbiebf/wordpress-plugins-scraper

Will open the first page of wordpress website and extract all js and css links with wp-content/plugins/
https://github.com/randomrobbiebf/wordpress-plugins-scraper

Last synced: about 2 months ago
JSON representation

Will open the first page of wordpress website and extract all js and css links with wp-content/plugins/

Awesome Lists containing this project

README

          

# wordpress-plugins-scraper
Will open the first page of wordpress website and extract all js and css links with wp-content/plugins/

```
usage: scrape.py [-h] [-u URL] [-f FILE]

optional arguments:
-h, --help show this help message and exit
-u URL, --url URL URL of host to check will need http or https
-f FILE, --file FILE File of URLS to check
```