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

https://github.com/itsryu/purgy

A Discord self-bot with clear chat command
https://github.com/itsryu/purgy

Last synced: 5 months ago
JSON representation

A Discord self-bot with clear chat command

Awesome Lists containing this project

README

          

```command
git clone https://github.com/itsryu/purgy.git
```

```command
py -m venv .venv
```

```command
[windows]
.venv/Scripts/activate

[linux]
.venv/bin/activate
```

```command
pip install -r requirements.txt
```

```command
py .\purgy.py
```