Specify more than one FollowBy accounts (account scraper)

Ask any support / help / issues / problem or question related to Soundcloud Manager
Post Reply
apathybear
Posts: 6
Joined: Sun May 24, 2020 9:14 pm

Specify more than one FollowBy accounts (account scraper)

Post by apathybear »

Hello!

First of all thanks for this tool, it's really great and worth every penny. :)

I was wondering if there was a way to specify more than one followby account to scrape so that the output file is a single TXT instead of specifying multiple accounts and concatenating all of the scraped results together.

Any idea on the best way to do this to limit the amount of manual concatenation?
User avatar
martin@rootjazz
Site Admin
Posts: 34600
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Specify more than one FollowBy accounts (account scraper)

Post by martin@rootjazz »

Not possible. Although you can merge files automatically via:



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
apathybear
Posts: 6
Joined: Sun May 24, 2020 9:14 pm

Re: Specify more than one FollowBy accounts (account scraper)

Post by apathybear »

Cool, thank you sir!
User avatar
martin@rootjazz
Site Admin
Posts: 34600
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Specify more than one FollowBy accounts (account scraper)

Post by martin@rootjazz »

:)
Post Reply