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
- Host: GitHub
- URL: https://github.com/itsryu/purgy
- Owner: itsryu
- Created: 2024-12-28T17:05:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-28T17:18:08.000Z (over 1 year ago)
- Last Synced: 2025-02-13T12:57:21.899Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```