Pings your close friend(s) or loved one(s) on discord to tell them how you're feeling!
Future improvements I am working on or I will work on:
- Cleaning up the GUI and making it more aesthetically pleasing (i.e. widgets for each emotion that contain an image and the mood associated, adding a better background color, better layout, etc.)
- Adding images + more information to the message in Discord
- Add something on the GUI that indicates that the user's name was successfully set + message was successfully sent (eliminate the pop-ups)
- Cross-platform compatability
To run:
- Create/Log-in to a Discord account:
- Navigate to a text channel that you'd like messages to be sent to (if you're new to Discord, you can create a server, and from there create a text channel)
- Click on the "Edit Channel" wheel next to the channel's name
- Go to "Integrations" --> "Webhooks" --> create a new webhook --> specify the channel you want from the drop down --> Copy the Webhook URL
- Create an app on Discord's Developer Portal
- Click on your app --> click the "OAuth2" tab --> paste the Webhook URL you copied into the "Redirects"field --> specify the scope you want
- Create a config.py file --> create webhook_url + auth_key variables (using respectively: the Redirect URL created in the OAuth2 tab and your client ID)
- Run GUI.py
To run (option 2):
***NOTE: This method of running will only send an output to a Discord channel I created! ***
- Download and run GUI.exe