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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c7a30d2 · Jan 10, 2022

History

15 Commits
Dec 5, 2021
Dec 31, 2021
Dec 5, 2021
Dec 30, 2021
Dec 5, 2021
Dec 5, 2021
Dec 5, 2021
Dec 5, 2021
Dec 5, 2021
Jan 10, 2022
Dec 30, 2021
Dec 5, 2021
Dec 30, 2021
Dec 5, 2021
Dec 5, 2021

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