Skip to content

Bot that scrapes all messages in a discord server. Personally using this to build a chat bot driven by machine learning

Notifications You must be signed in to change notification settings

NickBrisebois/DiscordServerMessageScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordServerMessageScraper

This bot, when setup, will scrape every message ever posted to the server it has been added to.

All logs will be dumped into a folder ./dump/ with the name {channel-name}-dump.txt.

Building

To build all you need to do is CD into the folder and run:

make build

Running

To run you need to have a config.toml file with your bot API token inside. An example has been provided, just change discordToken to your token.

The bot will search for a file called config.toml by default but you can specify a specific path with -c /path/to/config.toml

About

Bot that scrapes all messages in a discord server. Personally using this to build a chat bot driven by machine learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published