Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

skreep-0.1.5-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page