Watch Folder: Mass Actions

Ask any support / help / issues / problem or question related to Soundcloud Manager
User avatar
martin@rootjazz
Site Admin
Posts: 34387
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Watch Folder: Mass Actions

Post by martin@rootjazz »

New feature:
https://soundcloudmanager.com/updatetesting.html

Watch folder (auto)


Automatically create mass actions by placing a text file in a specified folder.

The file should contain the specific lines:

Code: Select all

url:https://www.soundcloud.com/user/track
num:10
pause:1:9
threads:10
accs:username1,username2,username3....usernameN
repeat_mins: 3
repeat_hours: 1
note
threads:10 is optional, if not present threads:1 is used

accs is a CSV of the usernames to use.
accs Tokens allowed

Code: Select all

all
rand_XX
acctag_<tagname>


accs:all
accs:rand_20
accs:acctag_seoaccs
To repeat times are optional, you can set just repeat_hours or just repeat_mins or both for more control



Mass comments allows the additional token
comments: <comments here tab separated>

Specify the comments on a SINGLE line, using \n or <br> to indicate a line break, separating multiple comments with a tab \t

Code: Select all

comments: This is comment 1	This is comment2	This is comment3 \n on multiple lines using <br> the tokens for a new line	Comment 4

Also available: multi line input format: (does not apply to mass comments)

The special file can be added to your watch folder with the filename
multi_input.txt

This allows you to add mass actions with the format:

Code: Select all

url, num ,min_pause:max_pause, accs
or
url, num ,min_pause:max_pause, threads, accs

without threads specification

Code: Select all

https://www.soundcloud.com/user1,10,1:9,all
https://www.soundcloud.com/user2,10,1:9,user1,user2,user3,user4
https://www.soundcloud.com/user3,10,1:9,rand_20
https://www.soundcloud.com/user4,10,1:9,acctag_adult
https://www.soundcloud.com/user5,10,1:9,user1


with threads specification, where threads is set to 5

Code: Select all

https://www.soundcloud.com/user1,10,1:9,5,all
https://www.soundcloud.com/user2,10,1:9,5,user1,user2,user3,user4
https://www.soundcloud.com/user3,10,1:9,5,rand_20
https://www.soundcloud.com/user4,10,1:9,5,acctag_adult
https://www.soundcloud.com/user5,10,1:9,5,user1

hopefully the above is self explanatory
randomguy
Posts: 84
Joined: Thu Mar 31, 2016 6:48 am

Re: Watch Folder: Mass Actions

Post by randomguy »

Dear Martin,
Thanks for this feature.
Can you please add threads option in multi input action.

multi_input.txt

This allows you to add mass actions with the format:
CODE: SELECT ALL

url, num ,min_pause:max_pause, accs
CODE: SELECT ALL

https://www.soundcloud.com/user1,10,1:9,all
User avatar
martin@rootjazz
Site Admin
Posts: 34387
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Watch Folder: Mass Actions

Post by martin@rootjazz »

Next update allows:

Code: Select all

url, num ,min_pause:max_pause, accs
or

Code: Select all

url, num ,min_pause:max_pause, threads, accs
randomguy
Posts: 84
Joined: Thu Mar 31, 2016 6:48 am

Re: Watch Folder: Mass Actions

Post by randomguy »

[quote=martin@rootjazz post_id=61685 time=1602174296 user_id=2]
Next update allows:

[code]url, num ,min_pause:max_pause, accs[/code]
or
[code]
url, num ,min_pause:max_pause, threads, accs
[/code]
[/quote]

Thanks Bro.
Is their any plan to work on api system to process our orders automatic.
User avatar
martin@rootjazz
Site Admin
Posts: 34387
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Watch Folder: Mass Actions

Post by martin@rootjazz »

randomguy wrote: Thu Oct 08, 2020 5:26 pm
martin@rootjazz wrote: Thu Oct 08, 2020 4:24 pm Next update allows:

Code: Select all

url, num ,min_pause:max_pause, accs
or

Code: Select all

url, num ,min_pause:max_pause, threads, accs
Thanks Bro.
Is their any plan to work on api system to process our orders automatic.
There is, but it is reliant on a very very delayed rewrite of our underlying botting framework.

I had hoped it would be ready this year, but is looking likely it will not be ready until early new year
randomguy
Posts: 84
Joined: Thu Mar 31, 2016 6:48 am

Re: Watch Folder: Mass Actions

Post by randomguy »

Ok Thanks Bro.
waiting for api system.It will help us to save our daily 4-6 hrs work.
User avatar
martin@rootjazz
Site Admin
Posts: 34387
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Watch Folder: Mass Actions

Post by martin@rootjazz »

randomguy wrote: Fri Oct 09, 2020 4:38 am Ok Thanks Bro.
waiting for api system.It will help us to save our daily 4-6 hrs work.
You would still need to code something to use the API, which isnt' really any different than coding something to write watch files. Both will let you fire actions without any input from yourself once the interaction code is handled.

Why are watch files taking you 4-6 hours a day?
User avatar
martin@rootjazz
Site Admin
Posts: 34387
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Watch Folder: Mass Actions

Post by martin@rootjazz »

randomguy
Posts: 84
Joined: Thu Mar 31, 2016 6:48 am

Re: Watch Folder: Mass Actions

Post by randomguy »

randomguy
Posts: 84
Joined: Thu Mar 31, 2016 6:48 am

Re: Watch Folder: Mass Actions

Post by randomguy »

[quote=martin@rootjazz post_id=61704 time=1602248965 user_id=2]
[quote=randomguy post_id=61700 time=1602218334 user_id=1209]
Ok Thanks Bro.
waiting for api system.It will help us to save our daily 4-6 hrs work.
[/quote]

You would still need to code something to use the API, which isnt' really any different than coding something to write watch files. Both will let you fire actions without any input from yourself once the interaction code is handled.

Why are watch files taking you 4-6 hours a day?
[/quote]

Bro I have not used watch folder method yet.I have to process orders manual its take time to process orders one by one due to different qty.
Post Reply