Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/efenatuyo/supolo
a fast discord nuke bot based package
https://github.com/efenatuyo/supolo
bot discord discord-bot discord-raid-bot nuke raid-bot
Last synced: 2 months ago
JSON representation
a fast discord nuke bot based package
- Host: GitHub
- URL: https://github.com/efenatuyo/supolo
- Owner: efenatuyo
- License: apache-2.0
- Created: 2023-06-27T00:38:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-01T12:42:17.000Z (over 1 year ago)
- Last Synced: 2024-09-19T11:06:15.955Z (4 months ago)
- Topics: bot, discord, discord-bot, discord-raid-bot, nuke, raid-bot
- Language: Python
- Homepage:
- Size: 4.3 MB
- Stars: 18
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# supolo - A Fast Discord Nuke Bot Package
![Build Status](https://github.com/efenatuyo/supolo/actions/workflows/python-publish.yml/badge.svg)
**supolo** is a powerful Discord nuke bot package designed for speed and efficiency. With this package, you can perform various actions on Discord servers quickly and easily.
## Installation
You can install **supolo** via pip:
```bash
pip install supolo
```## Usage
### Example Response
Here's an example of a response you might get when using **supolo**:
```python
{'success': True, 'time_taken': 0.24078199997893535, 'total_ratelimits': 0, 'info': {}}
```### docs
if you need help with any function and a example with it use
```python
help(function))
```### Important Note
When performing larger tasks like mass kicks or bans, it is suggested to leave `skipOnRatelimit` set to `false`. Discord endpoints may rate limit fast but for a short time. You can modify the `ratelimitCooldown` parameter in seconds (can also be set to 0, but it's not recommended).
## Showcase
Check out this showcase to see **supolo** in action, demonstrating channel deletion, channel creation, and channel spamming:
[![supolo Showcase](https://github.com/efenatuyo/supolo/assets/113731512/2192bd40-16a8-44c4-911a-e37254719e60)](https://github.com/efenatuyo/supolo/assets/113731512/2192bd40-16a8-44c4-911a-e37254719e60)