File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ scrappey_instance = scrappey.Scrappey(api_key)
41
41
Here's an example of how to use Scrappey. 🚀
42
42
43
43
``` python
44
- from scrappey import Scrappey
44
+ from scrappeycom. scrappey import Scrappey
45
45
import uuid
46
46
47
47
scrappey = Scrappey(' API_KEY' )
Original file line number Diff line number Diff line change 1
1
Metadata-Version: 2.1
2
2
Name: scrappeycom
3
- Version: 0.3.6
3
+ Version: 0.3.7
4
4
Summary: An API wrapper for Scrappey.com written in Python (cloudflare bypass & solver)
5
5
Home-page: https://github.com/pim97/scrappey-wrapper-python
6
6
Download-URL: https://github.com/pim97/scrappey-wrapper-python/releases/tag/v_03
@@ -62,7 +62,7 @@ scrappey_instance = scrappey.Scrappey(api_key)
62
62
Here's an example of how to use Scrappey. 🚀
63
63
64
64
```python
65
- from scrappey import Scrappey
65
+ from scrappeycom. scrappey import Scrappey
66
66
import uuid
67
67
68
68
scrappey = Scrappey('API_KEY')
Original file line number Diff line number Diff line change 1
- from scrappey import Scrappey
1
+ from scrappeycom . scrappey import Scrappey
2
2
import uuid
3
3
4
4
scrappey = Scrappey ('API_KEY' )
Original file line number Diff line number Diff line change 6
6
setup (
7
7
name = 'scrappeycom' , # How you named your package folder (MyLib)
8
8
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
10
10
license = 'MIT' , # Chose a license from here: https://help.github.com/articles/licensing-a-repository
11
11
description = 'An API wrapper for Scrappey.com written in Python (cloudflare bypass & solver)' , # Give a short description about your library
12
12
author = 'dormic97' , # Type in your name
You can’t perform that action at this time.
0 commit comments