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

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

writeup-app

information

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

built with

  • Python
  • SqlAlchemy
  • Alembic
  • Toml

installation

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

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

You can set the script to run once every time by adding crontab

example for run every 1 hour

crontab -e
0 * * * * /usr/bin/python3 /path/to/main.py

You can also

License

This project is licensed under MIT License.

Author

Discord: NotAvailable#7600

Instagram

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