Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pacjo/UTnotifier
Python script providing UserTesting notifications
https://github.com/pacjo/UTnotifier
selenium usertesting webscraping
Last synced: 8 days ago
JSON representation
Python script providing UserTesting notifications
- Host: GitHub
- URL: https://github.com/pacjo/UTnotifier
- Owner: pacjo
- Created: 2022-02-09T18:41:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T10:53:16.000Z (12 months ago)
- Last Synced: 2024-08-01T15:36:00.491Z (3 months ago)
- Topics: selenium, usertesting, webscraping
- Language: Python
- Homepage:
- Size: 502 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![logo](assets/logo.png)
# How to run
1. Install dependencies with `pip install -r requirements.txt`
2. Rename `config.example.json` to `config.json`, add your credentials to it
3. Run script with `python main.py`# Notifications
Everything is handled through [Apprise](https://github.com/caronc/apprise).
Just add your `apprise.yaml`, basic `apprise.example.yaml` is available.# ToDo:
- [ ] add project icon
- [ ] support other browsers (firefox for now)
- [ ] add optional arguments / options in configuration json
- [ ] rewrite `.bat` file, add bash script