selenium-make


Nameselenium-make JSON
Version 0.0.3 PyPI version JSON
download
home_pageNone
SummaryA simple CLI tool to set up Selenium scripts and install browser drivers for automation.
upload_time2024-12-28 06:37:14
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords automation chrome cli firefox selenium
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # selenium-make

`selenium-make` automates the installation of essential dependencies for web scraping and browser automation using Selenium and BeautifulSoup. It creates a simple Selenium-based web automation script tailored for the specified browser (Chrome or Firefox).

## Installation

To install `selenium-make`, you can use pip. Run the following command in your terminal:

```bash
pip install selenium-make
```

## Usage

After installing the package, you can initialize the selenium project by running the following command:

```bash
slm init <browser name>
```

### Supported Browsers

- **Chrome**: Use `slm init chrome` to download the ChromeDriver that is compatible with your browser version.
- **Firefox**: Use `slm init firefox` to download the GeckoDriver that is compatible with your browser version.

### Example

To initialize selenium script for using chrome, you would run:

```bash
slm init chrome
```

To initialize selenium script for using firefox, the command would be:

```bash
slm init firefox
```


## Requirements

- Python 3.6 or higher

## Contribution

If you would like to contribute to this project, please fork the repository and submit a pull request. Any enhancements, bug fixes, or suggestions are welcome!

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "selenium-make",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "automation, chrome, cli, firefox, selenium",
    "author": null,
    "author_email": "Dilraj Singh <dilraj082@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/7e/e2/e99bc8f682b2b3962ebabe40321120a2399bf03a1898d2ecf4e8a3a65cfa/selenium_make-0.0.3.tar.gz",
    "platform": null,
    "description": "# selenium-make\n\n`selenium-make` automates the installation of essential dependencies for web scraping and browser automation using Selenium and BeautifulSoup. It creates a simple Selenium-based web automation script tailored for the specified browser (Chrome or Firefox).\n\n## Installation\n\nTo install `selenium-make`, you can use pip. Run the following command in your terminal:\n\n```bash\npip install selenium-make\n```\n\n## Usage\n\nAfter installing the package, you can initialize the selenium project by running the following command:\n\n```bash\nslm init <browser name>\n```\n\n### Supported Browsers\n\n- **Chrome**: Use `slm init chrome` to download the ChromeDriver that is compatible with your browser version.\n- **Firefox**: Use `slm init firefox` to download the GeckoDriver that is compatible with your browser version.\n\n### Example\n\nTo initialize selenium script for using chrome, you would run:\n\n```bash\nslm init chrome\n```\n\nTo initialize selenium script for using firefox, the command would be:\n\n```bash\nslm init firefox\n```\n\n\n## Requirements\n\n- Python 3.6 or higher\n\n## Contribution\n\nIf you would like to contribute to this project, please fork the repository and submit a pull request. Any enhancements, bug fixes, or suggestions are welcome!\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple CLI tool to set up Selenium scripts and install browser drivers for automation.",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/dilrajs616/selenium-make",
        "Issues": "https://github.com/dilrajs616/selenium-make/discussions"
    },
    "split_keywords": [
        "automation",
        " chrome",
        " cli",
        " firefox",
        " selenium"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3750d07e7b06eb783788cc2243ead89cb090ac7edc96994577ea6c91b9a2a73",
                "md5": "674abc173d92cec2954f075ddec84d9a",
                "sha256": "127d48432818d4aa82f9d77e3459e8005479447bf63a14a8a3f594636d6c0c28"
            },
            "downloads": -1,
            "filename": "selenium_make-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "674abc173d92cec2954f075ddec84d9a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4053,
            "upload_time": "2024-12-28T06:37:10",
            "upload_time_iso_8601": "2024-12-28T06:37:10.934528Z",
            "url": "https://files.pythonhosted.org/packages/f3/75/0d07e7b06eb783788cc2243ead89cb090ac7edc96994577ea6c91b9a2a73/selenium_make-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ee2e99bc8f682b2b3962ebabe40321120a2399bf03a1898d2ecf4e8a3a65cfa",
                "md5": "f519ec3c644d1064bfd5651f7dc0eea2",
                "sha256": "b78aa4baf26cbf5dd0004f964ccec4c5e3140bf64211a14be7960782492d8631"
            },
            "downloads": -1,
            "filename": "selenium_make-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "f519ec3c644d1064bfd5651f7dc0eea2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4414,
            "upload_time": "2024-12-28T06:37:14",
            "upload_time_iso_8601": "2024-12-28T06:37:14.072373Z",
            "url": "https://files.pythonhosted.org/packages/7e/e2/e99bc8f682b2b3962ebabe40321120a2399bf03a1898d2ecf4e8a3a65cfa/selenium_make-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-28 06:37:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dilrajs616",
    "github_project": "selenium-make",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "selenium-make"
}
        
Elapsed time: 6.98216s