Scroll down macro (Instagram)

Discussions and Tech Support specific to the iMacros for Chrome extension.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
PogueMahone
Posts: 2
Joined: Mon Oct 02, 2017 6:24 pm

Scroll down macro (Instagram)

Post by PogueMahone » Mon Oct 02, 2017 6:27 pm

I'm currently using the following script to follow users on Instagram

"SET !ERRORIGNORE YES
SET !DATASOURCE users.txt
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE_LINE {{!LOOP}}
SET !VAR1 EVAL("var n=Math.floor(Math.random()*6 + 1); n;")
SET !VAR2 EVAL("var n=Math.floor(Math.random()*10 + 1); n;")
SET !VAR3 EVAL("var n=Math.floor(Math.random()*30 + 8); n;")
URL GOTO=https://www.instagram.com/{{!COL1}}
TAG POS=1 TYPE=A ATTR=TXT:*<SP>followers
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var1}}
WAIT SECONDS=15
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var2}}
WAIT SECONDS=15
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var3}}
WAIT SECONDS=15
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var1}}
WAIT SECONDS=15
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var2}}
WAIT SECONDS=15
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var3}}
WAIT SECONDS=15"

However, when I the script reaches the end of the follower range, it doesn't scroll down and follow more accounts.

I've been told to add something like this to the script:

"WAIT SECONDS=5
EVENT TYPE=CLICK SELECTOR="div._4gt3b" BUTTON=0
WAIT SECONDS=5
EVENT TYPE=KEYPRESS SELECTOR="div._4gt3b" KEY=35"

However, I don't know where I would add that in the aforementioned script.

Any help is appreciated.
PogueMahone
Posts: 2
Joined: Mon Oct 02, 2017 6:24 pm

Re: Scroll down macro (Instagram)

Post by PogueMahone » Mon Oct 09, 2017 3:05 pm

Anyone? :D
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: Scroll down macro (Instagram)

Post by chivracq » Mon Oct 09, 2017 4:07 pm

PogueMahone wrote:I'm currently using the following script to follow users on Instagram

Code: Select all

SET !ERRORIGNORE YES
SET !DATASOURCE users.txt
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE_LINE {{!LOOP}}
SET !VAR1 EVAL("var n=Math.floor(Math.random()*6 + 1); n;")
SET !VAR2 EVAL("var n=Math.floor(Math.random()*10 + 1); n;")
SET !VAR3 EVAL("var n=Math.floor(Math.random()*30 + 8); n;")
URL GOTO=https://www.instagram.com/{{!COL1}}
TAG POS=1 TYPE=A ATTR=TXT:*<SP>followers
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var1}}
WAIT SECONDS=15
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var2}}
WAIT SECONDS=15
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var3}}
WAIT SECONDS=15
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var1}}
WAIT SECONDS=15
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var2}}
WAIT SECONDS=15
TAG POS=2 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS={{!var3}}
WAIT SECONDS=15
However, when I the script reaches the end of the follower range, it doesn't scroll down and follow more accounts.

I've been told to add something like this to the script:

Code: Select all

WAIT SECONDS=5
EVENT TYPE=CLICK SELECTOR="div._4gt3b" BUTTON=0
WAIT SECONDS=5
EVENT TYPE=KEYPRESS SELECTOR="div._4gt3b" KEY=35
However, I don't know where I would add that in the aforementioned script.

Any help is appreciated.
PogueMahone wrote:Anyone? :D
Behhh..., oops, no sorry..., I'm the most active Helper on the Forum and I had seen your Post/Thread (as I had to approve it, ah-ah...!), but..., I don't help for Like/Follow/Comment on Social Media... (I don't "support" this Use of iMacros that I personally consider a form of "Spam"...)

Maybe a next time for some other Thread..., but hum, you would need to mention your FCI (=> "CIM", read my Sig...) in this current and any future Thread you might open for me to maybe help you... :idea:
And try to select the correct Sub-Forum when you open a Thread, grrr...!, your Thread has nothing specific to iMacros for CR only I would think, especially if you don't even mention your FCI... Correct Sub-Forum would have been the 'General' one for this current Thread... (But no need to duplicate now...)

Maybe some other (Advanced) User(s) will still notice your Thread and may want to help you..., or hum..., you could try opening a parallel Thread on SOF (Stackoverflow) (and post the direct Link here), maybe you'll have more "Luck" there if nobody reacts here... :idea:
And post your Solution of course if you find/get one... Good luck... :wink:
- (F)CI(M) = (Full) Config Info (Missing): iMacros + Browser + OS (+ all 3 Versions + 'Free'/'PE'/'Trial').
- FCI not mentioned: I don't even read the Qt...! (or only to catch Spam!)
- Script & URL help a lot for more "educated" Help...
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: Scroll down macro (Instagram)

Post by chivracq » Tue Dec 05, 2017 6:58 pm

PogueMahone wrote:Anyone? :D
Tja..., "anyone?"..., and no Follow-up anymore...! :roll:

>>>

Posting the following Post on behalf of a New User but I don't want to approve their Post "directly" as I don't want to grant them direct Access to the Forum as they seem to have quite a "Reputation" as a Spammer already, from their IP-Address, oops...!, but the Post is more or less a bit relevant for the Thread, even if it doesn't involve iMacros and is actually advertizing for some Web-Site... (=> Showing how "Cool" we are on the iMacros Forum, ah-ah...!, even if we don't like Spammers...! 8) )
+ User @GreenGoose notified with Link to this Post when disapproving their Post...
Re: Scroll down macro (Instagram)
by GreenGoose on 05 Dec 2017, 13:28
[This post is waiting for approval] => [Won't be approved...!]

I tried to manage with scripts, but it take so much resourses and time in particular.
So i can advise to everyone like me to use services of professionals, here's the link https://zen-promo.com/free_instagram_followers
I have experience with many common sites, but when others dissapeared and failed their tasks - this promotion company is stable, but always create new tools and possibilities for increase of your popularity
The "free" in the "free_instagram_followers" looks a bit Bullshit Marketing to me btw, the Site/Software is Commercial, "Free" means "Free to try for 5 Days", then it becomes $10/$25/$80 per Month/3 Months/Year... (while iMacros remains Free...!). :roll:
- (F)CI(M) = (Full) Config Info (Missing): iMacros + Browser + OS (+ all 3 Versions + 'Free'/'PE'/'Trial').
- FCI not mentioned: I don't even read the Qt...! (or only to catch Spam!)
- Script & URL help a lot for more "educated" Help...
Post Reply