Skip to content

πŸš€ Unofficial HackerOne API: Seamlessly integrate bug data, receive real-time notifications, and stay ahead of security threats - now compatible with the free version of HackerOne!

Notifications You must be signed in to change notification settings

studiogangster/hackerone_org_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

HackerOne Organisation API: Unofficial

License GitHub stars GitHub forks GitHub issues

πŸš€ Usage

  1. Install Poetry:

    Ensure you have Poetry installed. If not, follow the instructions here to install Poetry.

  2. Set up your virtual environment:

    Use Poetry to create a virtual environment for your project. Open a terminal and navigate to your project directory. Run:

    poetry shell
  3. Environment Variables:

    1. Ensure sample_env is moved to .env in your project root.
    2. Customize the variables in the .env file according to your specific needs.
    mv sample_env .env
    

    Update the variables in the .env file with the required values.

  4. Evoke the incantation - Run the application:

    πŸš€ Cast the spell to awaken the main script using Python. You can either unleash it directly:

    python main.py
    

    🌌 Or channel the energy using nohup to let it dance in the mystical background:

    nohup python main.py &
    

✨ Behold! Your application is now awakened, ready to harmonize with HackerOne seamlessly!

About

πŸš€ Unofficial HackerOne API: Seamlessly integrate bug data, receive real-time notifications, and stay ahead of security threats - now compatible with the free version of HackerOne!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published