For me, hacking is about persistence, creativity, and pushing boundaries in the most elegant way possible.
The code is art, like music and other creative fields. I created H1-Notifier out of passion and love for coding. Writing code is not just a habit, it's discipline, focus, and a way of life. Throughout this project, I constantly listened to these tracks:
- Agua y Ensalada - Luis7Lunes: "El rap es la cura y también viene en pasta, la balanza se inclina pa'l que poco descansa, mejor duerma lo suficiente."
- Uno - Ali Aka Mind: "Así que vamos mano no bajes el ritmo please, me lo digo yo a mí mismo cuando todo pinta gris. Yo no hago rap pa' ser el mejor MC del país, yo solo hago lo que puedo pa' ver mi negra feliz."
Contributing to the infosec community — researchers, hackers, and builders — inspires me to give my best in every line of code I write.
Always the same creative hacker, but more evolved. - Juan Felipe Oz
If you find this project useful, please give it a star ⭐ to help others discover it!
HackerOne Notifier is an automated bot that monitors new programs launched on HackerOne and sends email notifications whenever a new program is detected. The process is fully automated using GitHub Actions and runs every 3 hours.
- Uses Selenium to scrape HackerOne’s program directory.
- Sends email notifications when new programs are detected.
- Runs on GitHub Actions every 3 hours automatically.
- Supports manual execution via GitHub Actions' workflow dispatch.
- Deploys seamlessly with GitHub Actions without requiring manual setup.
git clone https://github.com/JFOZ1010/H1Notifier.git
cd H1NotifierYou must configure the following GitHub Secrets in your repository:
- Navigate to Settings > Secrets and variables > Actions.
- Click "New repository secret" and add the above secrets.

3️⃣ (Optional) Using Gmail as Sender
If you are using a personal Gmail account, you need to enable Less Secure Apps or generate an App Password (recommended).
🔹 Automatic Execution (GitHub Actions)
The script runs every 3 hours automatically.
You can also trigger it manually in the Actions tab by selecting "Run workflow".
🔹 Manual Execution (Local Testing)
If you want to test the script locally, install the dependencies:
python3 -m venv venv
source venv/bin/activate;
pip install -r requirements.txtDo not forget to create your
.envfile with the EMAIL_USER, EMAIL_PASS, EMAIL_RECEIVER credentials.
Then run the script:
python notifier.py⚡ GitHub Actions Workflow
Created with ❤️ by JFOZ1010. If you find this project helpful, consider giving it a ⭐ and sharing it with others!
Feel free to open issues or pull requests if you find improvements or bugs!


