seleniumGoogleLogin


NameseleniumGoogleLogin JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://pypi.org/project/seleniumGoogleLogin
Summaryauto login google account by selenium chrome driver
upload_time2023-11-05 14:57:57
maintainer
docs_urlNone
authorKuoYuan Li
requires_python
license
keywords selenium google auth chromedriver
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Author:KuoYuan Li 
auto login google account by selenium chrome driver 
##### installation Note 
Need selenium 4(above) and webdriver_manager to get the chromedriver automatically. 
if the version is not correction , please uninstall the selenium and install again. 
##### Sample code
```
import seleniumGoogleLogin
from selenium import webdriver
from selenium.webdriver.chrome.service import Service as ChromeService
from webdriver_manager.chrome import ChromeDriverManager

driver = webdriver.Chrome(service=ChromeService(ChromeDriverManager().install()))
email = "your g-mail"
password = "your password"
if seleniumGoogleLogin.start(driver,email, password):print('ok')
```



License
----

MIT
            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/seleniumGoogleLogin",
    "name": "seleniumGoogleLogin",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "selenium,google auth,chromedriver",
    "author": "KuoYuan Li",
    "author_email": "funny4875@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1b/20/c72ef0e261c3d8380fcc11498e6ed48df2113b982515a2edaec9b4e079eb/seleniumGoogleLogin-0.0.4.tar.gz",
    "platform": null,
    "description": "# Author:KuoYuan Li \nauto login google account by selenium chrome driver \n##### installation Note \nNeed selenium 4(above) and webdriver_manager to get the chromedriver automatically. \nif the version is not correction , please uninstall the selenium and install again. \n##### Sample code\n```\nimport seleniumGoogleLogin\nfrom selenium import webdriver\nfrom selenium.webdriver.chrome.service import Service as ChromeService\nfrom webdriver_manager.chrome import ChromeDriverManager\n\ndriver = webdriver.Chrome(service=ChromeService(ChromeDriverManager().install()))\nemail = \"your g-mail\"\npassword = \"your password\"\nif seleniumGoogleLogin.start(driver,email, password):print('ok')\n```\n\n\n\nLicense\n----\n\nMIT",
    "bugtrack_url": null,
    "license": "",
    "summary": "auto login google account by selenium chrome driver",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://pypi.org/project/seleniumGoogleLogin"
    },
    "split_keywords": [
        "selenium",
        "google auth",
        "chromedriver"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b20c72ef0e261c3d8380fcc11498e6ed48df2113b982515a2edaec9b4e079eb",
                "md5": "80554842be7232c1bd7075c7323bab10",
                "sha256": "0c4de2805735305c786c9c5384953b542b4e50f8df914eae952ce2b674d9bb6c"
            },
            "downloads": -1,
            "filename": "seleniumGoogleLogin-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "80554842be7232c1bd7075c7323bab10",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3059,
            "upload_time": "2023-11-05T14:57:57",
            "upload_time_iso_8601": "2023-11-05T14:57:57.669074Z",
            "url": "https://files.pythonhosted.org/packages/1b/20/c72ef0e261c3d8380fcc11498e6ed48df2113b982515a2edaec9b4e079eb/seleniumGoogleLogin-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-05 14:57:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "seleniumgooglelogin"
}
        
Elapsed time: 0.26039s