This script pulls preloaded comments in descending order from a txt file and posts comments under Gramfeed (google it). 
Instructions:
1. Sign in with your gramfeed account
2. Search the hashtag you wish to target
3. On the results page choose the icon at the top right with the bars to list the results as rows
4. Save a txt file with a separate response (example below) for each line in your C:\Users\yourname\Documents\iMacros\Datasources folder
5. Add the macro listed below
6. Set the loop number
7. Press loop play and this script will run forever without error.
8. Enjoy!
IMPORTANT:
Change the WAIT SECONDS to larger amounts of time to avoid being cut off. The script as is will cut you off rather soon. So please don't complain about this.
iMacros Script:
TXT Example:
I am new here and I spent a good amount of time making this. Please rep/thank if you find it useful.
Instructions:
1. Sign in with your gramfeed account
2. Search the hashtag you wish to target
3. On the results page choose the icon at the top right with the bars to list the results as rows
4. Save a txt file with a separate response (example below) for each line in your C:\Users\yourname\Documents\iMacros\Datasources folder
5. Add the macro listed below
6. Set the loop number
7. Press loop play and this script will run forever without error.
8. Enjoy!
IMPORTANT:
Change the WAIT SECONDS to larger amounts of time to avoid being cut off. The script as is will cut you off rather soon. So please don't complain about this.
iMacros Script:
Code:
SET !TIMEOUT_PAGE 1
SET !ERRORIGNORE YES
CMDLINE !DATASOURCE gramcomments.txt
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE_LINE {{!LOOP}}
SET !VAR1 {{!LOOP}}
TAG POS={{!VAR1}} TYPE=DIV ATTR=TXT:Add<SP>Comment<SP>→
WAIT SECONDS=2
TAG POS={{!VAR1}} TYPE=TEXTAREA ATTR=ID:comment CONTENT={{!COL1}}
TAG POS={{!VAR1}} TYPE=SPAN ATTR=TXT:Add<SP>Comment
WAIT SECONDS=2
TXT Example:
Code:
This is really cool
Awesome
Tight
Sweet
This rules
Super cool
Sick
Too good
Dope
Nice
I am new here and I spent a good amount of time making this. Please rep/thank if you find it useful.