Skip to content

Writeup-app is a simple program for sending notifications of new bug bounty write-ups in Discord.

Notifications You must be signed in to change notification settings

0xuf/writeup-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

writeup-app

information

Writeup-app is a simple program for sending notifications of new bug bounty write-ups in Discord.

Docker installation

Edit config.toml file and put your discord webhook in it.

docker-compose up

Manual installation

Edit config.toml file and put your discord webhook in it.

pip install -r requirements.txt
alembic revision --autogenerate -m "Create log model"
alembic upgrade head
python main.py

License

This project is licensed under MIT License.

Author

@ The Darkest Boy in the world

About

Writeup-app is a simple program for sending notifications of new bug bounty write-ups in Discord.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published