https://github.com/officialpiyush/discord-chat2db
Save discord chat into database
https://github.com/officialpiyush/discord-chat2db
chat database discord eris pg postgresql sql
Last synced: 7 months ago
JSON representation
Save discord chat into database
- Host: GitHub
- URL: https://github.com/officialpiyush/discord-chat2db
- Owner: officialpiyush
- License: gpl-3.0
- Created: 2020-01-24T19:52:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-24T19:53:10.000Z (over 5 years ago)
- Last Synced: 2025-01-27T22:38:07.685Z (8 months ago)
- Topics: chat, database, discord, eris, pg, postgresql, sql
- Language: JavaScript
- Size: 18.6 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chat2DB
* It's just a simple discord bot which stores the messages in a PostreSQL database.
# Prerequisites
* A discord bot token ( obvio :p )
* [NodeJS](https://nodejs.org/en/)
* [PostgreSQL](https://www.postgresql.org)# Installing
* Install dependencies using `npm i` or `yarn`.
* Rename the `.env.example` file to `.env` and fill in the required stuff.
* Run `npm start` or `yarn start` to start the bot.# Author
* Piyush - [officialpiyush](https://github.com/officialpiyush)