Skip to content

Commit 9555f6f

Browse files
committed
Updated README
1 parent ae42c25 commit 9555f6f

2 files changed

Lines changed: 13 additions & 7 deletions

File tree

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
1-
![1678306298287](image/README/1678306298287.png)
1+
<div align="center">
2+
<img src="https://ibb.co/6FH43b8">
3+
</div>
24

35
**gli99 (GIF Like Its '99) was created as an alternative to the official [GifCities API](https://gifcities.archive.org/api/v1/gifsearch?q=hamster) and was mostly just a personal practice project for Selenium WebDriver. The GifCities server is simply slow to serve image data, so either way will yield about the same result. But hey, it's Python :D**
46

57
---
68

79

8-
9-
![## Installation](image/README/1678242811979.png)![1678407448911](image/README/1678407448911.png)
10+
<div>
11+
<img src="https://imgur.com/ys9tSyW"><img src="https://imgur.com/jJbTPjg">
12+
</div>
1013

1114
Run the following to install:
1215

1316
```python
1417
pip install gli99
1518
```
1619

17-
![## Usage](image/README/1678242837994.png)![1678407713226](image/README/1678407713226.png)
20+
<div>
21+
<img src="https://imgur.com/Bdtlrz0"><img src="https://imgur.com/wjqbAoA">
22+
</div>
1823

1924
```python
2025
from gli99.tools import GifScraper
@@ -30,5 +35,6 @@ currently supported browsers:
3035
* Chrome
3136
* Firefox
3237

33-
![1678475501350](image/README/1678475501350.png)
34-
38+
<div align="center">
39+
<img src="https://imgur.com/GCJ3VNQ">
40+
</div>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="gli99",
8-
version='1.1.8',
8+
version='1.1.9',
99
description="Web scraper for gifcities.org",
1010
package_dir={'':'src'},
1111
packages=setuptools.find_packages(where="src"),

0 commit comments

Comments
 (0)