Skip to main content

Scraper Lib

Project description

Skreep

It's fun scrapping a website's data 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

data = sheet("data")
sk = Skreep()
sv = Save(name='name_file')

for i in data:
    sk.get(i, sc=5)
    title = display(sk.tag('h1', sc=5))
    sv.save(title)

sk.quit()

Dependency

selenium

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.0.4.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

skreep-0.0.4-py3-none-any.whl (4.2 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