Name | selenium-make JSON |
Version |
0.0.1
JSON |
| download |
home_page | None |
Summary | A simple CLI tool to set up Selenium scripts and install browser drivers for automation. |
upload_time | 2024-10-26 12:06:13 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT |
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/0b/eb/3a70409e23eb374370915619fcaf159dd726cb29d78fe0f4e95f6daff45b/selenium_make-0.0.1.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.1",
"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": "364d5e9dbf107efa3b0644fbdc6c7b181cbbf47ee45fad10bafc213dadc8a9e3",
"md5": "74247e39547d8439488a7cca9123f38b",
"sha256": "744ab6d7948e2178cd5714e79afcbd75709f15fbed581b1843fac8b241557785"
},
"downloads": -1,
"filename": "selenium_make-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "74247e39547d8439488a7cca9123f38b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 4040,
"upload_time": "2024-10-26T12:06:12",
"upload_time_iso_8601": "2024-10-26T12:06:12.291562Z",
"url": "https://files.pythonhosted.org/packages/36/4d/5e9dbf107efa3b0644fbdc6c7b181cbbf47ee45fad10bafc213dadc8a9e3/selenium_make-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0beb3a70409e23eb374370915619fcaf159dd726cb29d78fe0f4e95f6daff45b",
"md5": "09cc49fb506aa48a8279cf809b68587e",
"sha256": "31a9f120b50555a05f0ec8d9170cec32449ca9d7c2840721efc19f50345095db"
},
"downloads": -1,
"filename": "selenium_make-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "09cc49fb506aa48a8279cf809b68587e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4400,
"upload_time": "2024-10-26T12:06:13",
"upload_time_iso_8601": "2024-10-26T12:06:13.809459Z",
"url": "https://files.pythonhosted.org/packages/0b/eb/3a70409e23eb374370915619fcaf159dd726cb29d78fe0f4e95f6daff45b/selenium_make-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-26 12:06:13",
"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"
}