Jump to content
UBot Underground

Clicking on a list of links


Recommended Posts

Trying to build a bot to join groups on Meetup.com more faster.

 

Go to this site: http://tinyurl.com/3ruc4tt

Scroll down, and you'll see a list of groups.

I'll click the first group to go to their profile.

Then click "join" to join the group.

Then go back and do this for the next group.

Then keep doing this for all groups on that page.

 

I want to build a bot that can do this,

but cant seem to figure out how to get the bot to choose the next group on the list.

What command do i give it so that i knows to choose and click on the next group?

 

Thanks.

Link to post
Share on other sites

Normally the approach taken to create such bots is to:

 

1. Scrape the the URLS of the topics and add them to list.

2. Navigate to the above scraped URLS and join the groups.

 

Both the above steps will need looping.

 

Refer tutorials on how to: http://ubotstudio.com/tutorials.aspx

 

Praney

Link to post
Share on other sites

I tried.

I used this in the bot as the search string: http://www.meetup.com/*/

 

But i got repetitive results (see below).

Is there anyway i can just cut out all the urls for the EVENTS and MEMBERS?

Remove repetitive results?

 

 

http://martianteam.com/test.jpg

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...