Using python because it was randomly selected as a technology. I bear no responsibility...
Because I needed a way to remember to claim Unreal Engine's free of the month assets, I added a discord webhook integrations to get a notification and a quick overview of the assets.
- Create a discord webhook
- Copy
.env.example
to.env
and fill in the values - Run
pip install -r requirements.txt
- Run in background
python src/main.py &
4.a. Or run in foregroundpython src/main.py
4.b. You can bring to foreground withfg
and kill withkill %n
wheren
is the job number - ???
- Profit