An open API service indexing awesome lists of open source software.

https://github.com/cuh4/messagefetch

Discord bot that dumps messages from a text channel into a JSON file.
https://github.com/cuh4/messagefetch

bot discord discordbot discordpy python

Last synced: about 2 months ago
JSON representation

Discord bot that dumps messages from a text channel into a JSON file.

Awesome Lists containing this project

README

          

# messageFetch

### **overview**
rushed bot that fetches x amount of messages in the desired channel and dumps the contents in a .json file

### **how to use**
1) edit `sampleconfig.py` to your liking. rename to `config.py` once done

2) run the following commands:
```
cd src
py main.py
```

3) running the commands should run the code. from there, follow the easy-to-follow instructions