Skip to content

Commit 15948c0

Browse files
committed
update readme
1 parent 851ede6 commit 15948c0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ scrappey_instance = scrappey.Scrappey(api_key)
4141
Here's an example of how to use Scrappey. 🚀
4242

4343
```python
44-
from scrappey import Scrappey
44+
from scrappeycom.scrappey import Scrappey
4545
import uuid
4646

4747
scrappey = Scrappey('API_KEY')

scrappeycom.egg-info/PKG-INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: scrappeycom
3-
Version: 0.3.6
3+
Version: 0.3.7
44
Summary: An API wrapper for Scrappey.com written in Python (cloudflare bypass & solver)
55
Home-page: https://github.com/pim97/scrappey-wrapper-python
66
Download-URL: https://github.com/pim97/scrappey-wrapper-python/releases/tag/v_03
@@ -62,7 +62,7 @@ scrappey_instance = scrappey.Scrappey(api_key)
6262
Here's an example of how to use Scrappey. 🚀
6363

6464
```python
65-
from scrappey import Scrappey
65+
from scrappeycom.scrappey import Scrappey
6666
import uuid
6767

6868
scrappey = Scrappey('API_KEY')

scrappeycom/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from scrappey import Scrappey
1+
from scrappeycom.scrappey import Scrappey
22
import uuid
33

44
scrappey = Scrappey('API_KEY')

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name = 'scrappeycom', # How you named your package folder (MyLib)
88
packages = ['scrappeycom'], # Chose the same as "name"
9-
version = '0.3.6', # Start with a small number and increase it with every change you make
9+
version = '0.3.7', # Start with a small number and increase it with every change you make
1010
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
1111
description = 'An API wrapper for Scrappey.com written in Python (cloudflare bypass & solver)', # Give a short description about your library
1212
author = 'dormic97', # Type in your name

0 commit comments

Comments
 (0)