Skip to content

Commit 00bfab4

Browse files
committed
v2
1 parent c5a9a7a commit 00bfab4

File tree

13 files changed

+64
-0
lines changed

13 files changed

+64
-0
lines changed

LICENSE renamed to LICENSE.txt

File renamed without changes.

__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from scrappeycom.scrappey import Scrappey

dist/scrappeycom-0.1.tar.gz

4.93 KB
Binary file not shown.

dist/scrappeycom-0.2.tar.gz

4.93 KB
Binary file not shown.

scrappeycom.egg-info/PKG-INFO

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Metadata-Version: 2.1
2+
Name: scrappeycom
3+
Version: 0.2
4+
Summary: An API wrapper for Scrappey.com written in Python (cloudflare bypass & solver)
5+
Home-page: https://github.com/pim97/scrappey-wrapper-python
6+
Download-URL: https://github.com/pim97/scrappey-wrapper-python/archive/refs/tags/v_01.tar.gz
7+
Author: dormic97
8+
Author-email: crozz-boy@hotmail.com
9+
License: MIT
10+
Keywords: captcha,shape,web-scraping,data-extraction,akamai,captcha-solver,incapsula,queue-it,scraping-framework,datadome,scraping-tool,cloudflare-bypass,web-scraping-solution,scraping-library,cloudflare-anti-bot,scraping-service,web-data-extraction,anti-bot-api,perimetex
11+
Classifier: Development Status :: 5 - Production/Stable
12+
Classifier: Intended Audience :: Developers
13+
Classifier: Topic :: Software Development :: Build Tools
14+
Classifier: License :: OSI Approved :: MIT License
15+
Classifier: Programming Language :: Python :: 3
16+
Classifier: Programming Language :: Python :: 3.4
17+
Classifier: Programming Language :: Python :: 3.5
18+
Classifier: Programming Language :: Python :: 3.6
19+
License-File: LICENSE.txt

scrappeycom.egg-info/SOURCES.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
LICENSE.txt
2+
README.md
3+
setup.cfg
4+
setup.py
5+
scrappeycom/scrappey.py
6+
scrappeycom/test.py
7+
scrappeycom.egg-info/PKG-INFO
8+
scrappeycom.egg-info/SOURCES.txt
9+
scrappeycom.egg-info/dependency_links.txt
10+
scrappeycom.egg-info/requires.txt
11+
scrappeycom.egg-info/top_level.txt
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

scrappeycom.egg-info/requires.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
requests

scrappeycom.egg-info/top_level.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
scrappeycom
File renamed without changes.

0 commit comments

Comments
 (0)