Skip to content

Moonquit/raidbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raidbot

This is Raid Bot for vk.com. Made by Moonquit and Rhinik (github.com)

Install

git clone https://github.com/moonquit/raidbot.git

Run

At the main repo directory run code like a module:

cd raidbot
python3 -m code

If you did everything right, but you have an error, then try:

cd raidbot
python code

Config params

Make 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

Abilities

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)

Recommendations

Create virtual enviroment and install packages there

cd raidbot
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt

After session you can deacticate your env

deactivate

About

Raidbot for vk.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages