Skip to content

Scraping common bot library contains common scrapping functionality for Selenium

License

Notifications You must be signed in to change notification settings

zeph-development/scraping-common-bot

Repository files navigation

Scraping Common Bot

Description

Scraping common bot python library is a project that contains selenium common functionality. The project can be used for scraping or automation testing functionalities.

Lint

pylint -f colorized src/scraping_common_bot

Build

  • Before building you need to define a git tag, that git tag will be used as version:
git tag 1.0.0
tox -e build
  • After that you can install also on local the same version:
pip install -e .
pipenv install -e .

Publish

  • To publish the package run this:
tox -e publish
tox -e publish -- --repository pypi
tox -av

More info here

About

Scraping common bot library contains common scrapping functionality for Selenium

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published