My colleagues are running ads on Instagram. People are subscribing to them, and I need a program that searches, parses, and creates a list of these people.
I need a program that can parse Instagram accounts and send lists of new subscribers.
That is, the logic ALL SUBSCRIBERS minus OLD SUBSCRIBERS = NEW SUBSCRIBERS
This can be implemented as follows:
1) I provide a list of Instagram accounts - which the program reads and records in its database who is already subscribed to this account.
The list of Instagram accounts will be in a txt file or Excel
2) The program works or simulates a browser - I log into Instagram from my computer, enter my username and password, go into the program, click that I have logged into the Instagram account, then the program goes through the list of accounts and when it finishes parsing new subscribers, it creates an Excel file and indicates the Instagram page where it found these subscribers, and the list of these new subscribers
That is, it works not online, but when I launch it
- the program must keep a log so that I can understand at what stage it broke if Instagram updates itself.
The program must parse the account, record it in a table, and move on to another account. It should be able to create many files, that is, for each account it has parsed. Maintain a database of those who are already in the database.
You can implement the program as you wish. The main thing is that it works on Windows 10
I once had something similar, but in Python
Then they implemented a web version for me, with the ability to send information to Telegram
That is, it worked constantly.
This may be the next step if it shows results.