title | layout | categories |
---|---|---|
List of Useful APIs and Libraries |
topic |
guide |
If you are stuck for ideas on what to do for the Hackathon, here's a handy list of some APIs (and libraries) that can get you started with ideas.
API Documentation: https://discordapp.com/developers/docs/intro
The Discord API has a list of community-made libraries, for a lot of languages which are listed here.
Some libraries of interest from this list are:
- Discord.NET (C#) https://github.com/RogueException/Discord.Net
- Example: Discord-CSharp-Example
- discord.js (JavaScript) https://github.com/discordjs/discord.js
- discord.py (Python) https://github.com/Rapptz/discord.py
- Example: Discord-Python-Example
- Discord4J (Java) https://github.com/Discord4J/Discord4J
- Example: DiscordBot_Java
API Documentation: https://developer.twitter.com/
List of libraries, either made by Twitter or by community.
Libraries of interest from this list are:
- hbc (Java) https://github.com/twitter/hbc
- tweepy (Python) https://github.com/tweepy/tweepy
- Example: Twitter-Python-Example
API Documentation: https://beta.developer.spotify.com/documentation/web-api/
Libraries of interest from this list are:
- spotipy (python) https://github.com/plamere/spotipy
- Example: Discord-Python-Example
Google has a lot of APIs, so it's just best to see what they have and start from there: https://developers.google.com/apis-explorer/#p/
Missing something? Suggest APIs and libraries to add by submitting a Pull Request for this document.