How to build custom search for multiple accounts

Ask any support / help / issues / problem or question related to TumblingJazz
Post Reply
Markxxx
Posts: 90
Joined: Sun Oct 21, 2018 8:05 am

How to build custom search for multiple accounts

Post by Markxxx »

Hi Martin

This is a question for multiple accounts custom search. (Seems all the tutorials are for single account but none for multi-accs)

Procedure:
1. Search for posts base on multiple tags.
2. Scrape notes from posts of step 1.
3. Scrape post of users from step 2.
4. Final purpose: to like the post from step 3.

Requirements (for example 100 accounts):
1. Use a txt file to identify tags to use for searching. (let's say 10 tags)
2. Each tag searching return 50 posts. (total 500 post) - On step 1
3. Scrape each post and return 10 newly notes for each post (total 5000 notes)- On step 2
4. Scrape each note and return 2 posts for each (total 10000 post). - On step 3

These setting are supposed for each accounts used to do searching job.

At last I want my 100 accounts averagely like the 10000 posts, and I need to set all up in ONE job.
But seems TD can't do that?


RGDS
Mark
User avatar
martin@rootjazz
Site Admin
Posts: 34360
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: How to build custom search for multiple accounts

Post by martin@rootjazz »

Markxxx wrote: Thu Oct 17, 2019 3:05 am
1. Search for posts base on multiple tags.
2. Scrape notes from posts of step 1.
3. Scrape post of users from step 2.
4. Final purpose: to like the post from step 3.
Build a custom search
HASHTAG SEARCH
NOTES
RECENT POSTS
Requirements (for example 100 accounts):
1. Use a txt file to identify tags to use for searching. (let's say 10 tags)
Not possible, you could bulk add actions from a text file, one tag per line and the program will create one action per line in your file.

2. Each tag searching return 50 posts. (total 500 post) - On step 1
3. Scrape each post and return 10 newly notes for each post (total 5000 notes)- On step 2
4. Scrape each note and return 2 posts for each (total 10000 post). - On step 3
HASHTAG SEARCH(50)
NOTES (10)
RECENT POSTS(2)

To use multiple accounts in a single action, check SHARED ACTION


These setting are supposed for each accounts used to do searching job.
Post Reply