[GET] Simple iMacros twitter following script

rojurru

Newbie
Joined
Feb 2, 2011
Messages
16
Reaction score
1
Hi guys, I've learned to much from what you shared and it's time to give back to the community little by little.
So here's a simple twitter following script that I made.

The script uses a csv file with ordered numbers as a counter.


VERSION BUILD=7401110 RECORDER=FX
TAB T=1

SET !DATASOURCE YOUR-CSV-PATH (ex: C:\iMacros\numbers.csv)
SET !DATASOURCE_COLUMNS 1
SET !LOOP 2
SET !DATASOURCE_LINE {{!LOOP}}

TAG POS={{!COL1}} TYPE=DIV ATTR=TXT:Follow
WAIT SECONDS=5

---
Instructions:

1. Create a CSV file
2. Google "generate number list" and generate a big list of numbers, I used 10000.
3. Add them to the first column of your csv.
4. Find an account that matches your niche and has many followers.
5. Scroll down many times until you get enough users loaded ( I noticed iMacros doesn't get past the infinit scroll) If someone knows how to solve this please share.
6. Start the script and enjoy.

!7. Click thanks button :)


You are welcomed to modify the script and share it with the community!
 
Back
Top