Skip to content

Simple script that auto-votes on a BotB-Battle based on a csv-file

Notifications You must be signed in to change notification settings

kleeder/BotBAutoVote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

BotBAutoVote

Put all your votes into a csv file and let the script do everything else. You need the requests and csv-library. (I realized that using csv is over the top, i could've used a simple text-file, but whatever.. feel free to change that)

Simple Tutorial

Once you have both libs installed, open the script-file and insert your user_id, serial and botbr_id at rows 5,6,7 (as strings!). (You can get them by checking your botb-cookies while logged in)

Next insert the csv-name (or full path) in row 15. Make sure that your csv-file is properly formatted. It should only contain the entry_id and category-votes. There is an example file added to this repo.

Thats it! You can now run the script. If BotB isnt down, this should work and you can relax while you vote :D

About

Simple script that auto-votes on a BotB-Battle based on a csv-file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages