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

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

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)