Search the Community
Showing results for tags 'logic'.
-
Guys i am having a strange problem i got the Plugin from Abbas but for the life of me i can't seem to figure out how to make it work... i tried all of his examples and nothing works if someone could help me i would greatly appreciate it i just need normal working code so i can apply that knowledge to my other projects... comment("Enter Your 2Captcha Key, before runing the script") set(#ApiKey,"Your 2Captcha ApiKey","Global") comment("https://www.google.com/recaptcha/api2/demo") set user agent("Chrome") navigate("https://www.google.com/recaptcha/api2/demo","Wait") wait for browser event("Eve
-
I am in need of some help here, big-time! I am utterly lost and bewildered, and I don't have a clue as to why this is so hard for me to grasp... I am having a huge problem in trying to figure out the logic, of how I should handle the list comparing behind a seemingly simple Twitter follow and unfollow structure. Please allow me to explain, and perhaps someone with experience can enlighten me to what I am doing wrong? I want to create a bot that goes to twitter, scrapes users to follow, follows them, then checks after a day or two who followed back, and unfollow those that don't follow back
- 3 replies
-
- list logic
- logic
-
(and 5 more)
Tagged with:
-
Hello, Here is what i am trying to do exactly. 1. I want to grab list of usernames from column 0 of a text file. (Done) 2. List all usernames in a dropdown menu (Done) 3. When i select "x" username from dropdown menu and run the bot i want the bot to load all items that are in the same row of which the "X" username is located on. ( Not Sure How to Do this ) I would really appreciate if someone can help me out with this. Thanks in Advance.