browser-automationpy


Namebrowser-automationpy JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/chandraveshchaudhari/browser-automationpy
SummaryA python project for easily launching custom automated browser to reduce repetitive boring work.
upload_time2023-01-25 05:58:56
maintainer
docs_urlNone
authorChandravesh Chaudhari
requires_python>=3.6
license
keywords browser automation selenium testing data mining
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # An open-source Python framework for Browser Automation : browser-automationpy
<p align="center">
  <a href="https://github.com/chandraveshchaudhari/browser-automationpy">
    <img width="60%" height="60%" src="https://raw.githubusercontent.com/browser-automationpy/data/browser-automationpy_logo.png">
  </a>
</p>

- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Contact](#contact)
- [Contribution](#contribution)

## Introduction
The main objective of the Python framework is easily launching custom automated browser. 
This framework doesn't ask you to download any browser binaries. Browser automation is very useful in data mining and 
automation of monotonous work.

### Project Authors
The packages [systematic-reviewpy](https://github.com/chandraveshchaudhari/systematic-reviewpy) and 
[browser-automationpy](https://github.com/chandraveshchaudhari/browser-automationpy) are part of Research paper 
`An open-source Python framework for systematic review based on PRISMA` created by Chandravesh chaudhari, Doctoral 
candidate at christ university, Bangalore under supervision of Dr. Geetanjali purswani. 

> Citation

## Features
- one line code to install all supported browsers.
- easy customisation for browsers such as adding extensions and changing download paths.
- easy methods for clicking buttons or inputting data into web elements.
- support for chrome, safari, mozilla, edge etc.
- No need to download binary.

#### Advantages over manual methods
- Saves time
- Automate monotonous tasks

## Installation 
This project is available at [PyPI](https://github.com/chandraveshchaudhari/browser-automationpy). For help in 
installation check [instructions](https://packaging.python.org/tutorials/installing-packages/#installing-from-pypi)
```bash
python3 -m pip install browser-automationpy  
```

### Dependencies
##### Required
- [webdriver-manager](https://pypi.org/project/webdriver-manager/) - Library provides the way to automatically manage drivers for different browsers
- [selenium](https://pypi.org/project/selenium/) - The selenium package is used to automate web browser interaction from Python.
##### Optional
- [PyAutoGUI](https://pypi.org/project/PyAutoGUI/) - PyAutoGUI lets Python control the mouse and keyboard, and other GUI automation tasks.

## Important links
- [Documentation](documentation link)
- [Quick tour](tutorial file link)
- [Project maintainer (feel free to contact)](mailto:chandraveshchaudhari@gmail.com?subject=[GitHub]%20Source%20browser-automationpy)
- [Future Improvements](https://github.com/chandraveshchaudhari/browser-automationpy/projects)
- [License](https://github.com/chandraveshchaudhari/browser-automationpy/blob/master/LICENSE.txt)

## Contribution
all kinds of contributions are appreciated.
- [Improving readability of documentation](documentation link)
- [Feature Request](https://github.com/chandraveshchaudhari/browser-automationpy/issues/new/choose)
- [Reporting bugs](https://github.com/chandraveshchaudhari/browser-automationpy/issues/new/choose)
- [Contribute code](https://github.com/chandraveshchaudhari/browser-automationpy/compare)
- [Asking questions in discussions](https://github.com/chandraveshchaudhari/browser-automationpy/discussions)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/chandraveshchaudhari/browser-automationpy",
    "name": "browser-automationpy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "browser,automation,selenium,testing,data mining",
    "author": "Chandravesh Chaudhari",
    "author_email": "chandraveshchaudhari@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/96/96/df3e1dad3ced4ad6560db4d88bbc1678631dc65b7d0070817decb37e7e19/browser-automationpy-0.0.1.tar.gz",
    "platform": null,
    "description": "# An open-source Python framework for Browser Automation : browser-automationpy\n<p align=\"center\">\n  <a href=\"https://github.com/chandraveshchaudhari/browser-automationpy\">\n    <img width=\"60%\" height=\"60%\" src=\"https://raw.githubusercontent.com/browser-automationpy/data/browser-automationpy_logo.png\">\n  </a>\n</p>\n\n- [Introduction](#introduction)\n- [Features](#features)\n- [Installation](#installation)\n- [Contact](#contact)\n- [Contribution](#contribution)\n\n## Introduction\nThe main objective of the Python framework is easily launching custom automated browser. \nThis framework doesn't ask you to download any browser binaries. Browser automation is very useful in data mining and \nautomation of monotonous work.\n\n### Project Authors\nThe packages [systematic-reviewpy](https://github.com/chandraveshchaudhari/systematic-reviewpy) and \n[browser-automationpy](https://github.com/chandraveshchaudhari/browser-automationpy) are part of Research paper \n`An open-source Python framework for systematic review based on PRISMA` created by Chandravesh chaudhari, Doctoral \ncandidate at christ university, Bangalore under supervision of Dr. Geetanjali purswani. \n\n> Citation\n\n## Features\n- one line code to install all supported browsers.\n- easy customisation for browsers such as adding extensions and changing download paths.\n- easy methods for clicking buttons or inputting data into web elements.\n- support for chrome, safari, mozilla, edge etc.\n- No need to download binary.\n\n#### Advantages over manual methods\n- Saves time\n- Automate monotonous tasks\n\n## Installation \nThis project is available at [PyPI](https://github.com/chandraveshchaudhari/browser-automationpy). For help in \ninstallation check [instructions](https://packaging.python.org/tutorials/installing-packages/#installing-from-pypi)\n```bash\npython3 -m pip install browser-automationpy  \n```\n\n### Dependencies\n##### Required\n- [webdriver-manager](https://pypi.org/project/webdriver-manager/) - Library provides the way to automatically manage drivers for different browsers\n- [selenium](https://pypi.org/project/selenium/) - The selenium package is used to automate web browser interaction from Python.\n##### Optional\n- [PyAutoGUI](https://pypi.org/project/PyAutoGUI/) - PyAutoGUI lets Python control the mouse and keyboard, and other GUI automation tasks.\n\n## Important links\n- [Documentation](documentation link)\n- [Quick tour](tutorial file link)\n- [Project maintainer (feel free to contact)](mailto:chandraveshchaudhari@gmail.com?subject=[GitHub]%20Source%20browser-automationpy)\n- [Future Improvements](https://github.com/chandraveshchaudhari/browser-automationpy/projects)\n- [License](https://github.com/chandraveshchaudhari/browser-automationpy/blob/master/LICENSE.txt)\n\n## Contribution\nall kinds of contributions are appreciated.\n- [Improving readability of documentation](documentation link)\n- [Feature Request](https://github.com/chandraveshchaudhari/browser-automationpy/issues/new/choose)\n- [Reporting bugs](https://github.com/chandraveshchaudhari/browser-automationpy/issues/new/choose)\n- [Contribute code](https://github.com/chandraveshchaudhari/browser-automationpy/compare)\n- [Asking questions in discussions](https://github.com/chandraveshchaudhari/browser-automationpy/discussions)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A python project for easily launching custom automated browser to reduce repetitive boring work.",
    "version": "0.0.1",
    "split_keywords": [
        "browser",
        "automation",
        "selenium",
        "testing",
        "data mining"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97d932c66b735232e0be9e5a52bc168e137161bfd17ac710ba779cd9f42ca219",
                "md5": "4fb92e202c0f74c070708e11a5386e59",
                "sha256": "df8aa7d4b80b50fb1c3ff2a97b7aa85f8ddcab14862aa8174a8c1975dc35cff6"
            },
            "downloads": -1,
            "filename": "browser_automationpy-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4fb92e202c0f74c070708e11a5386e59",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 14286,
            "upload_time": "2023-01-25T05:58:49",
            "upload_time_iso_8601": "2023-01-25T05:58:49.379104Z",
            "url": "https://files.pythonhosted.org/packages/97/d9/32c66b735232e0be9e5a52bc168e137161bfd17ac710ba779cd9f42ca219/browser_automationpy-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9696df3e1dad3ced4ad6560db4d88bbc1678631dc65b7d0070817decb37e7e19",
                "md5": "bf204d674cc0f3f8e2728cdebec61b19",
                "sha256": "cab07b8d3783b3fe1b5ba1829faaa0653e3b4479e62e881e60e6e373c168dc38"
            },
            "downloads": -1,
            "filename": "browser-automationpy-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "bf204d674cc0f3f8e2728cdebec61b19",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1096629,
            "upload_time": "2023-01-25T05:58:56",
            "upload_time_iso_8601": "2023-01-25T05:58:56.820774Z",
            "url": "https://files.pythonhosted.org/packages/96/96/df3e1dad3ced4ad6560db4d88bbc1678631dc65b7d0070817decb37e7e19/browser-automationpy-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-25 05:58:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "chandraveshchaudhari",
    "github_project": "browser-automationpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "browser-automationpy"
}
        
Elapsed time: 0.03499s