File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 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)
4141Here's an example of how to use Scrappey. 🚀
4242
4343``` python
44- from scrappey import Scrappey
44+ from scrappeycom. scrappey import Scrappey
4545import uuid
4646
4747scrappey = Scrappey(' API_KEY' )
Original file line number Diff line number Diff line change 11Metadata-Version: 2.1
22Name: scrappeycom
3- Version: 0.3.6
3+ Version: 0.3.7
44Summary: An API wrapper for Scrappey.com written in Python (cloudflare bypass & solver)
55Home-page: https://github.com/pim97/scrappey-wrapper-python
66Download-URL: https://github.com/pim97/scrappey-wrapper-python/releases/tag/v_03
@@ -62,7 +62,7 @@ scrappey_instance = scrappey.Scrappey(api_key)
6262Here's an example of how to use Scrappey. 🚀
6363
6464```python
65- from scrappey import Scrappey
65+ from scrappeycom. scrappey import Scrappey
6666import uuid
6767
6868scrappey = Scrappey('API_KEY')
Original file line number Diff line number Diff line change 1- from scrappey import Scrappey
1+ from scrappeycom . scrappey import Scrappey
22import uuid
33
44scrappey = Scrappey ('API_KEY' )
Original file line number Diff line number Diff line change 66setup (
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
You can’t perform that action at this time.
0 commit comments