[GET] Instagram Manager – Scrape Users Data

Status
Not open for further replies.

JustChillin

Elite Member
Joined
Apr 14, 2015
Messages
1,824
Reaction score
1,187
Instagram Manager is a software that scrapes information about specific users that is available on Instagram. You load a list of usernames and the software will give you the details about each user. The information provided by the software currently includes username, user ID, total amount of followers, total amount of followings, total amount of uploaded media, biography and website URL. It also checks whether the user is verified or private.


I started this project as a hobby, but a guy approached me to code him something specific, but at the end he backed up. So I decided to release the program and improve it based on your suggestions and feedback.

Preview
xsWuT3x

bgLquR2


Features
Single-threaded
Scrape data based on username
Does not use the Instagram API (no limit in requests)


How to use
1. Open the software
2. Click "Load Users" and load the users. The users must be in .txt file where each line contains 1 username. If the file does not meet the criteria, the program will not work and may crash.
3. After you load the usernames, just wait for the program to do its work

Virus Scan
Code:
https://www.virustotal.com/en/file/e17ed7cad4c455f6053ba25a5664a0535088f86c89bb37b7dc fe79d24a848796/analysis/

If you find out any bugs or have any suggestions/feedback, feel free to post them in the comments.


*** mod edit: script is downloaded from author's site. The rules state a scan isn't necessary in these cases. Author has provided information that the scan flags up false positives. As always, do your own due diligence when downloading files from external sources***
 
Last edited by a moderator:
You should also include a feature that does scraping loads of usernames based on hashtag
 
You should also include a feature that does scraping loads of usernames based on hashtag

Well, that's a good feature, I had a scraper based on user's followers. HOWEVER, implementing this feature requires usage of API, which is not something I want to do with this program, because Instagram is very strict with API. But, I might make a separate program Instagram Scraper that does scraping separately and uses the API.
 
I've updated the program to 1.1 version.

Preview
4PMvjsy

KmLC4ty


Download
Code:
http://imristo.com/instagram-manager-scrape-users-data/

Virus Total
Code:
https://www.virustotal.com/en/file/1e5bf366d56635a391faa8eb06d7dfb7483221867ffc4574e1a0bfdbdb0ad598/analysis/1439412109/

Changelog
- Fixed a bug when importing users (it used to load the ones from the previous load as well)
- Replaced the listView with dataGridView
- Fixed the label displaying wrong status of checked users
- Added a menu
- Add an option to clear the data grid
- Added an option to disable emoji text in Bio
- Bio column now supports multi-lines
- Fixed website URL outputting weird characters.
- Fixed a crash if the program runs into a banned/unavailable user (now it outputs the username and tells you that it's banned/unavailable)
 
Nice seems like a nice tool.
Will get my hand on this.

Cheers
 
Update 1.2 finished. You can now export the data in CSV/TXT format!

Preview
Wy85XkM

Eyb6UrG


Download
Code:
http://imristo.com/instagram-manager-scrape-users-data/

Virus Scan
Code:
https://www.virustotal.com/en/file/cf9e4b607abce08eee5e41f13325c966842c796cc941bc602955e20b2f7f6f41/analysis/1439487133/

Changelog
Fixed users being able to add rows in the data grid.
Removed the additional column before username
Fixed the label showing wrong status of accounts
Add export function (All data and website URL in CSV/TXT format)
 
Updated 1.3

Preview

F33KphF

C0TMNlB


Download
Code:
http://imristo.com/instagram-manager-scrape-users-data/

Virus Scan
Code:
https://www.virustotal.com/en/file/0dbffa5e2e9709f85c3a24c2a7420bc1ca65dea77aafe462649b021aa37280bf/analysis/1440249615/

Changelog
- Banned/unavailable users will no longer show in the table
- Fixed a crash while exporting users with no website URL
 
Update 1.4

Preview
tPLKwvk

RjO6niV


Download
Code:
http://imristo.com/instagram-manager-scrape-users-data/

Virus Total
Code:
https://www.virustotal.com/en/file/503e763fbe4e1820d64efec5c58245b61db811f4cf940423512e411da1400af2/analysis/1440851383/

Changelog
? Added a new feature for scraping full name
? Added a new feature for checking the last upload date
 
you can make scraping instagram accounts from facebook?
if this possible
 
Thank you can you make it re-sizable ?
we can make it full screen ect ..
and maybe add filter = delete user who have less then x following ...
 
when i exported on CSV i didn't find the last active
 
you can make scraping instagram accounts from facebook?
if this possible

I'm not sure how it's done, but if you could post the method by hand, I'll try to make a program for it.

Thank you can you make it re-sizable ?
we can make it full screen ect ..
and maybe add filter = delete user who have less then x following ...

Working on it :)

when i exported on CSV i didn't find the last active

Have you updated to the last version? Let me know if the problem still exists.
 
I'm not sure whether your app (which looks great btw) tells people what sort of engagement the scraped accounts have plus their average comments/likes on their posts. That'd be a very useful piece of information to have.
 
I'm not sure whether your app (which looks great btw) tells people what sort of engagement the scraped accounts have plus their average comments/likes on their posts. That'd be a very useful piece of information to have.

Nope, my software does not scrape/tell you that. It only gives you information which you can see in the table.
 
@JustChillin, Insane tool. Thank you building this and sharing.

Does last active basically mean when they likes, commented or uploaded a photo?
 
@JustChillin, Insane tool. Thank you building this and sharing.

Does last active basically mean when they likes, commented or uploaded a photo?

Last active means when they last uploaded a photo on their account.
 
Can you make it multi-threaded ? I am having difficulties with 500k users ;)

Thanks for that awesome tool
cool.gif
 
Status
Not open for further replies.
Back
Top