Jump to content
UBot Underground

Find Number "larger Than" On Page And Click It


Recommended Posts

Hey everyone I'm trying to make my bot only join googleplus communities which have more than say 3000 members.  

 

How can I make the bot only click on communes with more than X amount of members?

 

2018_06_11_at_9_28_23_PM.png

Link to post
Share on other sites

I've tried a bunch of stuff but I'm just a beginner.  This is the link I'm working on:   https://plus.google.com/s/cars/top

 

If I scrap the innertext # member and compare that to 3000 or more, how do I than click on the join button which is right next to that particular number?

 

 If you could point me to some similar example somewhere that would be awesome 

Edited by myubo
Link to post
Share on other sites
click(<jslog=w"*117690152142158738720*">,"Left Click","No")

where the number is the id of the group which can be scraped by code like this

add list to list(%groups,$scrape attribute(<(tagname="a" AND href=w"./communities/*")>,"href"),"Delete","Global")

 

 

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...