Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stegripe/discord-chat-mirror
Mirror, track, or log the Discord channel message.
https://github.com/stegripe/discord-chat-mirror
bot discord discord-bot discord-chat-mirror discord-js discord-mirror discordapp discordbot discordjs nodejs typescript
Last synced: 13 days ago
JSON representation
Mirror, track, or log the Discord channel message.
- Host: GitHub
- URL: https://github.com/stegripe/discord-chat-mirror
- Owner: stegripe
- License: bsd-3-clause
- Created: 2022-03-04T17:42:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T21:22:56.000Z (15 days ago)
- Last Synced: 2024-10-29T23:44:17.325Z (14 days ago)
- Topics: bot, discord, discord-bot, discord-chat-mirror, discord-js, discord-mirror, discordapp, discordbot, discordjs, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 601 KB
- Stars: 61
- Watchers: 5
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Discord Chat Mirror
Disclaimer |
About |
Features |
Technologies |
Requirements |
Starting |
License |
Author⚠️ Disclaimer ⚠️
This script is a "[self-bot](https://support.discord.com/hc/en-us/articles/115002192352-Automated-user-accounts-self-bots-)" if you use your user account instead of a bot, which is against Discord's terms of service and can result in a termination of your account.
Remember to never share your Discord token with anyone. If you are not sure what this means, you should not be using this script.
This project is an educational purpose only. I am not responsible for any misuse or damage caused by this script.
**Use at your own risk.**
## About
Discord Chat Mirror, as the name stated, this is a tool to mirror a discord chat on specific channel to another one you wish. It uses Discord WebSocket and Discord Webhook.
What inspire me is, when I was bored I saw a video on YouTube about the same as this project, but the one I saw could not send files or images, so i decided to make one for myself. I hope you enjoy it!
## Features ##
+ Support .gif profile picture;
+ Mirror normal message(s);
+ Mirror file(s);
+ Mirror embed(s);
+ Mirror sticker(s) as an image;## Technologies ##
The following tools were used in this project:
+ [Node.js](https://nodejs.org/en/)
+ [NPM](https://www.npmjs.com/)
+ [JavaScript](https://www.javascript.com/)
+ [TypeScript](https://www.typescriptlang.org/)
+ [DiscordJS](https://discord.js.org/#/)## Starting ##
Clone this project;
```bash
git clone https://github.com/Tiramitzu/discord-chat-mirror.git
```
Access the script with;
```bash
cd discord-chat-mirror
```
Rename `.env.example` to `.env` and fill the value;
```bash
mv .env.example .env
```
Install dependencies;
```bash
npm install
```
or if you are using yarn
```bash
yarn
```Run the project;
```bash
npm run build && npm run start
```
or if you are using yarn
```bash
yarn build && yarn start
```
## License ##
This project is under the license of BSD 3-Clause. For more details, see the [LICENSE](LICENSE) file.Made with :heart: by Tiramitzu