Crawl Instagram comment users

Ask any support / help / issues / problem or question related to any of our other products
Post Reply
xinping1
Posts: 5
Joined: Tue Mar 21, 2023 9:43 am

Crawl Instagram comment users

Post by xinping1 »

Get commented users by Instagram post url path. I put 10 post urls in a txt text, which needs to be divided into 10 txt after crawling.
Can it be merged into 1 txt text after crawling. This will be more convenient for me. I found that there is no such function, or where do I need to set it?
Ask for help :D
User avatar
martin@rootjazz
Site Admin
Posts: 34369
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Crawl Instagram comment users

Post by martin@rootjazz »

xinping1 wrote: Tue Mar 28, 2023 3:26 am Get commented users by Instagram post url path. I put 10 post urls in a txt text, which needs to be divided into 10 txt after crawling.
Can it be merged into 1 txt text after crawling. This will be more convenient for me. I found that there is no such function, or where do I need to set it?
Ask for help :D
If you run the custom search as a single search, results will be in one file:

CUSTOM SEARCH STEPS:
ID URL USER
COMMENTED



Or, if you have multiple files and you want to merge them.

You can merge files: http://stackoverflow.com/questions/6764 ... o-one-file

Place all your files to merge into a single file in a folder

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