Programmingany coders ? API
Posted:
Programmingany coders ? APIPosted:
Status: Offline
Joined: Dec 17, 201013Year Member
Posts: 375
Reputation Power: 23
Any coders know how to deal with discord api?
When i get pinged / get a notification on discord , as soon as that happens i need that to get pulled from the discord server and save into a notepad or just extracted? is this possible in anyway? thanks |
#2. Posted:
Status: Offline
Joined: Dec 17, 201013Year Member
Posts: 375
Reputation Power: 23
Anyone who can point me into the right direction? |
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Nov 05, 201311Year Member
Posts: 2,749
Reputation Power: 452
Status: Offline
Joined: Nov 05, 201311Year Member
Posts: 2,749
Reputation Power: 452
Use a server language like NodeJS or Python.
Then use an HTTP client for the language. Make web requests to special URLs to get the data you need. Most APIs like Discord's are OAuth which means you have to authenticate before anything else will work. When you make a request, you will get a response back as text. So, use NodeJS or Python to place the text into a text file. This is basic programming so you may find it easier to start at freecodecamp.org or you can dive head first into the discord docs. discord.com/developers/docs/resources/channel |
- 0useful
- 0not useful
Users browsing this topic: None