https://github.com/leonardcser/selenium-scheduler
A selenium wrapper that allows to easily create cronjobs
https://github.com/leonardcser/selenium-scheduler
python selenium
Last synced: 2 months ago
JSON representation
A selenium wrapper that allows to easily create cronjobs
- Host: GitHub
- URL: https://github.com/leonardcser/selenium-scheduler
- Owner: leonardcser
- Created: 2022-09-21T14:42:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T18:55:28.000Z (over 3 years ago)
- Last Synced: 2025-05-31T08:31:19.282Z (about 1 year ago)
- Topics: python, selenium
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selenium Scheduler
- [Selenium Scheduler](#selenium-scheduler)
- [Installation](#installation)
- [Usage](#usage)
- [Install](#install)
- [Advanced](#advanced)
- [Status](#status)
- [Logs](#logs)
- [Uninstall](#uninstall)
- [Example](#example)
## Installation
```sh
pip install git+https://github.com/leonardcser/selenium-scheduler
```
## Usage
### Install
```sh
selenium_scheduler install -e main.py
```
A `requirements.txt` file must be in the root of your project
The `main.py` defines the entry-point for the scheduler
#### Advanced
```sh
selenium_scheduler install -e main.py -r requirements/requirements.txt -m "module1,module2" -env .env
```
### Status
```sh
selenium_scheduler status
```
### Logs
```sh
selenium_scheduler logs
```
### Uninstall
```sh
selenium_scheduler uninstall
```
## Example
See https://github.com/leonardcser/epfl-scheduler