Multi Profile Follow?

Support / help / discussion forum for twitter bot
Post Reply
henryr
Posts: 18
Joined: Tue Jul 14, 2015 1:36 am

Multi Profile Follow?

Post by henryr »

Hey Martin,

Sorry if i'm missing something really obvious but can we follow, followers of multipul accounts in 1 task.

So I want to follow username1 and username 2 in one task instead of splitting them between lots of different tasks? So something to replicate this kind of search: https://mobile.twitter.com/search?q=lan ... AAAAAAAAAA

Thank you for your help in advance.
User avatar
martin@rootjazz
Site Admin
Posts: 34375
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Multi Profile Follow?

Post by martin@rootjazz »

No.

Best you can do is

SCRAPE TAB
scrape followers of (use a file path of many profiles)
Limit the results per follow based on how many users you scraping

Then merge the resulting files into one file.


How to merge files
http://stackoverflow.com/questions/6764 ... o-one-file

Code: Select all

Load Dos / CMD
CD c:\path\to\
copy *.txt merged.txt
You would then want to remove duplicate items from the file, for this I would recommend notepad++ with the TextFX extension
Post Reply