Skip to main content

A python package for login google by selenium

Project description

Google login with Selenium

Overview

This is a small package to log in to Google account with Selenium. After signin, Chrome profile of that user will be create and stored. With Chrome profile you can do so many automatic things with it.

Always active extension is installed by default. To store the profile with minimum size on disk, WorkerService cache, OptimizationGuide and cache is cleared when quitting driver.

This has been developed for testing purposes only. Any action you take using this script is strictly at your own risk. I will not be liable for any losses or damages you face using this script.

Requirement

Must have Python <= 3.9 and Google Chrome installed.

Usage

pip install login_gmail_selenium

And then on example.py

from login_gmail_selenium.util.profiles.profile import GoogleProfile
from login_gmail_selenium.util.profiles.google_profile import Profile

profile = GoogleProfile(email, password, backup_email)
# profile = Profile(name_profile) If don't need login to google but save driver
# To allow downloads add insecure=True to ChromeProfile
# To handle false email with custom functions, use param false_email_callback
driver = profile.retrieve_driver()
profile.start()
# Do whatever with driver afterward
driver.get('https://www.google.com/')
driver.quit()
...
  1. Add folder extension/ if you want custom extensions for Chrome (.crx or .zip)
  2. The temp folder's content will be generated by the library. Your folder should look like this
/temp
    /profiles
        /profile1
        /profile2
    /blank_profiles
        /blank_profiles1
        /blank_profiles2
/extension
    /custom_extension
        extension1.zip
        extension2.crx
example.py

License

Copyright © 2022 MoliGroup, MIT license. For an improvement or a bug please feel free to open a PR

For work information please contact ngminhhoang1412@gmail.com or LinkedIn.

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

login_gmail_selenium-1.2.0.tar.gz (5.7 MB view details)

Uploaded Source

Built Distribution

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

login_gmail_selenium-1.2.0-py3-none-any.whl (5.7 MB view details)

Uploaded Python 3

File details

Details for the file login_gmail_selenium-1.2.0.tar.gz.

File metadata

  • Download URL: login_gmail_selenium-1.2.0.tar.gz
  • Upload date:
  • Size: 5.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.0

File hashes

Hashes for login_gmail_selenium-1.2.0.tar.gz
Algorithm Hash digest
SHA256 cda8ba49f497da03b67398dbc890205d8e881fda27cbdc9d2e49b6818a786c88
MD5 10c05c03cd6558c6f1da07a3baa36528
BLAKE2b-256 bc2164cf0fcf546675df61f95d6d1bc8ca3dc5de3124a41a2b3b76c18545ddb4

See more details on using hashes here.

File details

Details for the file login_gmail_selenium-1.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for login_gmail_selenium-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c339da1acb06d48e741855b4563173be5b6e366f42348949052705822f249e53
MD5 9bb12c3f8549437b54c8cc72424e0296
BLAKE2b-256 b946a2a927079170f4bcbfdd36e183669029a10f78bf6686d29eba111a33b40d

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