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.
- Clone the repository.
- Create a new config file
config.py
similar toconfig-example.py
with the preferred settings and your Pushbullet API key. - Install the requirements:
pip install -r requirements.txt
. - Use no hangup to run the program in background:
nohup python /path/to/hackerone-notifier.py &
. - Preferably, put this in
/etc/rc.local
to launch the app at startup.