Data scraper
Project description
Skreep
It's fun data scraping with just a few lines of code. Basically Skreep is a function to make it easier to run selenium.
Example
from skreep.skreep import Skreep
from skreep.download import dl
from skreep.datasheet import sheet
from skreep.save import Save
from skreep.display import display
sk = Skreep()
sv = Save(name='output')
datasheet = sheet('datasheet')
for i in datasheet:
sk.get(i, sc=5)
title = sk.tag('h1')
print(display(title))
sv.save(display(title))
sk.quit()
Dependency
selenium
Driver
Chrome https://chromedriver.chromium.org/downloads
Donate
BTC 37rkr9cpVVcxg8vUpF65Cp9Mjgu1WrKD3d or
Paypal Here
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
skreep-0.1.5.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file skreep-0.1.5.tar.gz.
File metadata
- Download URL: skreep-0.1.5.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3b4b5f35df88d379c2c12e46856ef22e7561956f366e6f38af795c6e5458af4
|
|
| MD5 |
6fa5222c335b5c80059623c226d3e586
|
|
| BLAKE2b-256 |
7a03962b1d3f18818dd6979dd303ecfa25da4e7dd83c025a90647a91140b0b2a
|
File details
Details for the file skreep-0.1.5-py3-none-any.whl.
File metadata
- Download URL: skreep-0.1.5-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
654205712f9611e10dbb8fa10f9d43ba75ce93acec9c2d05f6c4d22ef97c0c9b
|
|
| MD5 |
605766ee7343a2259a15b9cbdb7d6827
|
|
| BLAKE2b-256 |
513b699817e344e4759538baea22f0ecad0747149b6f35c0c26c1643eb0caea1
|