https://github.com/unconfiguring/crime
discord group chat spammer
https://github.com/unconfiguring/crime
discord python
Last synced: 8 months ago
JSON representation
discord group chat spammer
- Host: GitHub
- URL: https://github.com/unconfiguring/crime
- Owner: unconfiguring
- Created: 2024-09-18T01:23:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-29T14:09:24.000Z (about 1 year ago)
- Last Synced: 2025-02-11T15:21:44.603Z (9 months ago)
- Topics: discord, python
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# features
- token validation
- message sending
- customizable cooldown
- supports up to 10 users
- changeable groupchat name
- changeable groupchat profile picture
# os support
- windows
- linux
# requiremnts
- python 3.x
# usage
- git clone crime > **git clone https://github.com/unconfiguring/crime**
- install requirements in command prompt > **pip install -r requirements.txt** in the directory you installed crime in
- configure config.json **example below this**
- crime.py
# example of config.json
```js
{
"token": "MTI1NjA5Mz----Y0ODIwODM4YT.GPtmD1.qV78wCddn---5CTMjgg3SiZiR----IOzPpJpFoU",
"user_ids": [
"1256093368648254284",
"1088847910990490684"
],
"default_name": false,
"cycle_names": true,
"name_list": [
"example",
"example",
"example",
"example",
"example"
],
"send_message": true,
"message": "@everyone @here this is an example message",
"change_profile_picture": true,
"profile_picture_path": "c:\\users\\example\\downloads\\example.png"
}
```