Skip to main content

chrome profile setting tool

Project description

参考

PyPIパッケージのリリースもバージョニングもGitHub単独で完結させる

https://zenn.dev/detsu/articles/5d74bf72e96a0f

How can I infinite-scroll a web page using selenium webdriver in python

https://stackoverflow.com/questions/70906433/how-can-i-infinite-scroll-a-web-page-using-selenium-webdriver-in-python

Chrofile

Get a list of user profiles for the chrome browser.

installation

pip install chrofile

usage

from time import sleep
import chrofile

def main():
  driver = None
  try:
    chrome = chrofile.start()
    sleep(30)
    ### some browser controls ###
  except Exception as e:
    print(e)
  finally:
    if chrome: chrome.quit()

main()

Reference

https://mikebird28.hatenablog.jp/entry/2020/06/15/233447

Upload PyPI

pip install pip install setuptools wheel twine
rm -rf build dist chrofile.egg-info

python setup.py sdist && python setup.py bdist_wheel && python -m twine upload --repository pypi dist/*

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

chrofile-0.0.11.tar.gz (20.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

chrofile-0.0.11-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file chrofile-0.0.11.tar.gz.

File metadata

  • Download URL: chrofile-0.0.11.tar.gz
  • Upload date:
  • Size: 20.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for chrofile-0.0.11.tar.gz
Algorithm Hash digest
SHA256 e8705f7ec984ff79b35ee5ea1adbc882c2207c51773652de3dd9e7315bd59528
MD5 b37c46b6d286fd0395dd8fa735119c48
BLAKE2b-256 0bbc5a5103e4133cb3842c67edcf31db4165bb1ce59f8b67e41c419d79f50380

See more details on using hashes here.

File details

Details for the file chrofile-0.0.11-py3-none-any.whl.

File metadata

  • Download URL: chrofile-0.0.11-py3-none-any.whl
  • Upload date:
  • Size: 5.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for chrofile-0.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 64bfd384d0a345a7d3ddee4a4c2d4b1c900faaa75b557d4011f936886e0cf8d0
MD5 8be12e4ce70e9fc23b4f2300d7d019a8
BLAKE2b-256 e49684b81f8a661f2e730baabb92a6fdbc09e82a518d767c8d2a93346ca83352

See more details on using hashes here.

Supported by

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