Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/VincentDS/HackerOne-Notifier

Send notifications if a new program is published on HackerOne using Pushbullet
https://github.com/VincentDS/HackerOne-Notifier

bugbounty hackerone notifications pushbullet

Last synced: 21 days ago
JSON representation

Send notifications if a new program is published on HackerOne using Pushbullet

Awesome Lists containing this project

README

        

# HackerOne-Notifier

HackerOne-Notifier is a simple application which sends out a notification to your favorite device whenever a new program is available on HackerOne. Notifications are send out using Pushbullet. Currently the application supports the following functions:

- Use HackerOne's filters to filter out uninteresting programs.
- Initial notification when the app launches.
- Change the interval rate on which the app checks for new programs.

## Usage

1. Clone the repository.
2. Create a new config file `config.py` similar to `config-example.py` with the preferred settings and your Pushbullet API key.
3. Install the requirements: `pip install -r requirements.txt`.
4. Use no hangup to run the program in background: `nohup python /path/to/hackerone-notifier.py &`.
5. Preferably, put this in `/etc/rc.local` to launch the app at startup.