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.
- Host: GitHub
- URL: https://github.com/cuh4/messagefetch
- Owner: Cuh4
- Created: 2023-10-23T19:39:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T17:29:45.000Z (over 2 years ago)
- Last Synced: 2025-01-16T05:13:57.263Z (over 1 year ago)
- Topics: bot, discord, discordbot, discordpy, python
- Language: Python
- Homepage: https://discord.gg/CymKaDE2pj
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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