Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yonathanguez/crawler_python3

Training :This project is dedicate to get some information on website
https://github.com/yonathanguez/crawler_python3

Last synced: about 1 month ago
JSON representation

Training :This project is dedicate to get some information on website

Awesome Lists containing this project

README

        

# Beginning Crawler / Scraping with Python3 :
This project is dedicate to get some information on website and test some library like BeautifulSoup / Chromedrive / requests

## Install
```bash
$ pip install -r requirements.txt
```
## Check the Hierarchy of all Tags Heading
This is a Project check all Tags Hn and the number of character for each tags Hn

This project call some SEO technical like how to check the hierarchy of hn.

It is important for the rang of the site if you not use well you can have a bad rank.

In this script we will use only the library : requests and BeautifulSoup

### Configuration:
Python 3.5
pip 20

### Run the code :
```
python check_heading_hierarchy.py --url
```
### Example how to use it :
Click here :




## Help_archive:
### Chrome
version : 80.0.3XXXX

### Configuration
Python 3.5
pip 20
chromedrive

Example and test for help me to build the project:
```
python get_all_anchors.py
python check_heading_hierarchy.py
python get_load_time_chromedrive.py
python get_meta_title.py
python get_requests_status_headers.py
python scrapjs_chrome_headless.py
```