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

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.

git clone https://github.com/0xuf/writeup-app.git
cd writeup-app
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 scrap more posts from the medium.com by adding more tags to the config.toml

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