Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/notsapinho/deleo

Quickly delete numerous Discord messages directly from your terminal.
https://github.com/notsapinho/deleo

clean-dm cli discord discord-message-deleter discord-self discord-self-bot message-deleter self-bot terminal

Last synced: about 2 months ago
JSON representation

Quickly delete numerous Discord messages directly from your terminal.

Awesome Lists containing this project

README

        

# 🗑️ Deleo

Deleo, a Latin term for "I delete", is a simple yet powerful CLI tool developed using TypeScript. It's designed to help Discord users manage their content by facilitating the deletion of messages in open DMs or specified channels, and now includes a command to open all DMs provided by the Discord Data Package.

> ⚠️ **Any tool that automates actions on user accounts, including this one, could result in account termination.** (see [self-bots][self-bots]).
> Use at your own risk!.

## 🌟 Features

- 📨 Delete messages from open DMs or a specified channel
- ⏱️ Configurable delay between each message deletion
- 📩 Open all DMs provided by the Discord Data Package with configurable delay

## 💻 Installation

You can install Deleo globally with npm:

```bash
npm install -g deleo
```

or

```bash
yarn global add deleo
```

## 🚀 Usage

To use Deleo, you need to authenticate with your Discord token. You can do this by using the `auth` command:

```bash
deleo auth
```

Then, you can use the `delete` command to delete messages:

```bash
deleo delete
```

You can customize the delay between each message deletion (default is 300ms):

```bash
deleo delete --delete-delay
```

You can open all DMs provided by the Discord Data Package using the open command (default is 300ms):

```bash
deleo open --open-delay
```

For more information about a command, you can use the `help` command:

```bash
deleo help
```

## 📷 Preview

![PREVIEW](https://i.imgur.com/4YtNYQVh.png)

## 🤝 Contributing

We welcome contributions to Deleo! We welcome contributions to Deleo! Feel free to fork this repository and submit a pull request. If you have any questions or suggestions, you can create an issue.

## 📜 License

Deleo is [MIT licensed](LICENSE).

[self-bots]: https://support.discordapp.com/hc/en-us/articles/115002192352-Automated-user-accounts-self-bots-