This is Raid Bot for vk.com. Made by Moonquit and Rhinik (github.com)
git clone https://github.com/moonquit/raidbot.gitAt the main repo directory run code like a module:
cd raidbot
python3 -m codeIf you did everything right, but you have an error, then try:
cd raidbot
python codeMake config.py at the raidbot/code/ directory and add this params
| Name | Type | Description |
|---|---|---|
| TOKEN | str | Your API token |
| VERSION | str | API version. Recommend '5.123' |
| GROUP_ID | int | VK group id |
| FLOOD_MSG | str | Flood message. Check example at the raidbot/exmpales/flood_msg.txt |
The Raidbot can flood in several chats concurrently. Because of this, usually VK starts to lag and crashes. Also, a keyboard is attached to the flood-messages, when VK's user click on it, he will send a message with the site 'vto.pe', for which VK will give a ban to this user. Be careful)
Create virtual enviroment and install packages there
cd raidbot
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txtAfter session you can deacticate your env
deactivate