Jump to content
UBot Underground

BigEfromDaBX

Members
  • Content Count

    383
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by BigEfromDaBX

  1. Here you go. Do we select the class with the red arrow (_q44m8 _7z4zb) that is the header of that popup or the class right above it (_n3cp9 _qjr85) which is the whole popup?
  2. I tri I tried also. Didnt work for me either. Tried with both followers and followings popup windows.
  3. I didnt know you can run javascript right from the browswer. so i google it for chrome. Didnt work for me See snapshot.
  4. Hey Deliter. Thanks for the help anyways. I found this article http://stackoverflow.com/questions/36265861/instagram-api-get-the-list-of-instagram-users-this-user-is-followed-by that mentioned you couldnt do that anymore. Sucks big time. I wanted to do it through the API sooooooo bad lol. My first API attempt lol. Its all good. If you can post the the code to scroll down that popup for me that would be great Thanks
  5. Thanks @deliter From what I have researched, you cant get users followers anymore. See here: https://www.instagram.com/developer/endpoints/relationships/. Ifinally got my Access token and was able to use the api on for getting info on myself but for everything else you have to add Login Permissions (Scopes). In order to do that you have to get the app approved. Is that hard to get approved or am I doing something wrong?
  6. Before I would used websta.me to scrape followers and followings for a user. Now I cant do it with that site or the other sites that used to use . So now I have to use instagram but instagram pops up a window that I have to scroll all the way down to before I can grab the code and parse it. So is there another website I can use for this to scrape or should I just use instagram and scroll down? All I need to know is how to scroll all the way down. I already know how to parse it with regex. The list is on a popup. See snapshot.
  7. Thanks. I will look into it. I just wanted to use ubot so that I can schedule it.
  8. Every day I go into cpanel and then phpmyadmin and export the .mssql file for my website database. Then I go to the public_html folder, select all files and then compress them and name it with todays date. So now I have a backup of all my files and the database file for that day. Can anyone tell me how to do this via ubot so that I dont have to do it manually. Thanks
  9. @vemomedia That actually worked for me. I wonder if they plan on fixing that so it works with both?
  10. I definitely like the comparison one cuz I can use my regular expressions
  11. How do I use the $find regular expression with $contains. Both of them ask for the source text. Im not using the $find regular expression in the sample below but i would like to match fox or cat using the regex fox|cat. Thanks. set(#var,"the quick brown fox jumped over the lazy god.","Global") if($contains(#var,"fox|cat")) { then { alert("Match......") } else { } }
  12. Thanks. Will take a look. The Aymen link says i dont have permission when I click on it.
  13. I will give it a shot. But tell me more about that http post plugin? How much does it cost and what would I be able to accomplish with it in this scenario?
  14. Hi, Sometimes I need to scrape an instagram user's followers and following. I had made a quick bot in the past using websate.me or gramfeed where I would just click on the users followers and it would show me his or her followers. But now none of those sites let me look at a users followers. The only one that does is instagram.com but when you click on the user's followers it pops up a separate window and then in that window I have to scroll down. I can manually scroll all the way down then scrape the code and grab the usernames using regex but I dont know how to work in that pop-up wind
  15. My pleasure. Thank you back :-) Sent from my iPhone using Tapatalk
  16. Not at all. Just didn't want to lose that awesome code you wrote by keeping it on the forum post. Those external links go down all the time. Sent from my iPhone using Tapatalk
  17. @deliter Tried posting your cod and it didnt work either.
  18. @deliter WOW. This code was sweet. I never heard of $scrapeEmail. I didnt even know I had that. Its in my custom functions. Does that come with ubot out of the box or did I install that as a plugin at one time or another. So let me get this right. With the $scrapeEmail you give it the link and it goes to the site and looks for the contact page all on its own and find the email. SWEEEEEEEEET. LOVE IT. THANKS.
  19. Thank you for your help. I guess my logic is on the right track Nothing attached
×
×
  • Create New...