Karim shoair commited on
Commit
55bdc01
·
1 Parent(s): 50ea82b

docs: update README logo

Browse files
Files changed (1) hide show
  1. README.md +8 -12
README.md CHANGED
@@ -1,15 +1,11 @@
1
- # 🕷️ Scrapling: Undetectable, Lightning-Fast, and Easy Web Scraping with Python
2
- <p align="center">
3
- <a href="https://github.com/D4Vinci/Scrapling/actions/workflows/tests.yml" alt="Tests">
4
- <img alt="Tests" src="https://github.com/D4Vinci/Scrapling/actions/workflows/tests.yml/badge.svg"></a>
5
- <a href="https://badge.fury.io/py/Scrapling" alt="PyPI version">
6
- <img alt="PyPI version" src="https://badge.fury.io/py/Scrapling.svg"></a>
7
- <a href="https://pepy.tech/project/scrapling" alt="PyPI Downloads">
8
- <img alt="PyPI Downloads" src="https://static.pepy.tech/badge/scrapling"></a>
9
- <br/>
10
- <a href="https://pypi.org/project/scrapling/" alt="Supported Python versions">
11
- <img alt="Supported Python versions" src="https://img.shields.io/pypi/pyversions/scrapling.svg"></a>
12
  </p>
 
13
  <p align="center">
14
  <a href="https://scrapling.readthedocs.io/en/latest/#installation">
15
  Installation
@@ -231,4 +227,4 @@ This project includes code adapted from:
231
  - In the auto-matching save process, the unique properties of the first element from the selection results are the only ones that get saved. If the selector you are using selects different elements on the page in different locations, auto-matching will return the first element to you only when you relocate it later. This doesn't include combined CSS selectors (Using commas to combine more than one selector, for example), as these selectors get separated, and each selector gets executed alone.
232
 
233
  ---
234
- <div align="center"><small>Designed & crafted with ❤️ by Karim Shoair.</small></div><br>
 
1
+ <p align=center>
2
+ <br>
3
+ <a href="https://scrapling.readthedocs.io/en/latest/" target="_blank"><img src="https://raw.githubusercontent.com/D4Vinci/Scrapling/main/images/poster.png" style="width: 50%; height: 100%;"/></a>
4
+ <br>
5
+ <i>Easy, effortless Web Scraping as it should be!</i>
6
+ <br>
 
 
 
 
 
7
  </p>
8
+
9
  <p align="center">
10
  <a href="https://scrapling.readthedocs.io/en/latest/#installation">
11
  Installation
 
227
  - In the auto-matching save process, the unique properties of the first element from the selection results are the only ones that get saved. If the selector you are using selects different elements on the page in different locations, auto-matching will return the first element to you only when you relocate it later. This doesn't include combined CSS selectors (Using commas to combine more than one selector, for example), as these selectors get separated, and each selector gets executed alone.
228
 
229
  ---
230
+ <div align="center"><small>Designed & crafted with ❤️ by Karim Shoair.</small></div><br>