🤖 Discord bot to extract and backup discord data to CSV files.
Democratize access to Discord's API by offering data in an end user friendly fromat (CSV). Great for back ups and analyzing discord data in your favorite spreadsheet application.
I currently run this bot under the name "peeper." Feel free to invite or self-host your own.
Documentation on how to create a discord bot account and receive a login token.
git clone https://github.com/wlamason/discord-data.git
npm install
TOKEN=xxxxx node bot.js
docker run -d -e "TOKEN=<YOUR_TOKEN_HERE>" --name discord-data --restart=always wlamason/discord-data
👤 Will Lamason
- Website: https://wlamason.github.io/
- Github: @wlamason
Give a ⭐️ if this project helped you!
Copyright © 2020 Will Lamason.
This project is Apache License 2.0 licensed.
This README was generated with ❤️ by readme-md-generator