Discord API wrapper and collection of scripts
| source | Improved channels.py script | |
| LICENSE | Initial commit | |
| README.md | Initial commit | |
This repository contains a simple wrapper for Discord's API. To showcase its use, multiple scripts are provided:
channels.py token guild: Used to get a list of channels inside a guild (even private ones)remover.py token guild/channel: Removes all the account's messages in the provided guild/channeltester.py token: Returns an HTTP response status code that describes the token's validity
Replace token with a Discord account token and guild/channel with the ID of a guild or channel, for example:
python remover.py MTE4MDU1MjA2NDIyMTMxOTM2MA.GLOEYF.w-hcyVIxk-ji_ranUnzAQWoBQMl7c1GIUdx3KE 41771983423143937
In progress:
logger.py: Downloads all the messages in a channel into a filemembers.py: Saves all members of a channel