Programmingany coders ? API
Posted:

Programmingany coders ? APIPosted:

Modezy
  • Ladder Climber
Status: Offline
Joined: Dec 17, 201014Year Member
Posts: 377
Reputation Power: 23
Status: Offline
Joined: Dec 17, 201014Year Member
Posts: 377
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:
Modezy
  • Ladder Climber
Status: Offline
Joined: Dec 17, 201014Year Member
Posts: 377
Reputation Power: 23
Status: Offline
Joined: Dec 17, 201014Year Member
Posts: 377
Reputation Power: 23
Anyone who can point me into the right direction?
#3. Posted:
CriticaI
  • Shoutbox Hero
Status: Offline
Joined: Nov 05, 201311Year Member
Posts: 2,753
Reputation Power: 452
Status: Offline
Joined: Nov 05, 201311Year Member
Posts: 2,753
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
Users browsing this topic: None
Jump to:


RECENT POSTS

HOT TOPICS