lang: python
libs: requests, lxml, openpyxl
split in 3 different programs
1st program: get all comments of this url: https://www.vlr.gg/277300/vlr-users-points-list
and store them in text file. it will also check excel file to see if the user has already passed the program. so then i have all users and can use the names in the program, instead of typing everybody by hand (which is NOT something i want to do with 200+ comments)
2nd program: main program, takes text file from 1st program, gets amount of posts, pages and individual threads from user, gets all the votes of each comment, stores them in a text file and excel file.
text file: store all comment IDs, comment votes, upvotes and downvotes
excel: store all important numbers such as total upvotes, downvotes, +/-, highest liked comment
3rd program: extract data from excel program and paste it ready for vlr in terminal, then i just copy and paste into vlr
the main program i will run multiple instances at a time. usually 8 at once. i have a laptop aswell so i can do up to 16 instances at once.