Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

![logo](assets/logo.png)


Support me via PayPal

# 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