We have made a dead simple discord bot, using JDA, certain APIs and Firebase for data logging.
-
Provides latest News along with user specific search queries
-
Searches for queried movie and provides it's details
-
Provides r/ProgrammerHumor memes, to lighten up ones mood
- Allow users to fetch movie reviews
- Search for TV shows
- Add a music bot
- Add a chatbot feature, in case the user feels lonely :P
- First get respective API keys (mentioned above) and add it to the places marked by
TODO: Add API key
. - Stage gradle by adding your own configuration, with gradle selected and
stage
added to tasks. - Execute this process by clicking on the green run button.
- Finally, execute
run_heroku.sh
.
- Create a new bot account.
- Sign up for a free Heroku account.
- Click the button above.
- Fill in the token and role IDs.
- Click
- Heroku will build and deploy the bot in about 30 seconds.
- Click
If you configured the bot correctly clicking view should take you to a page like:
This Repo is for our college mini project on Object Oriented Programming.