Exports the user names of followers and following users for a specified Instagram account.
Requires Python 3.
- See the example Python script.
- Modify the example script above with a valid session and user id.
- Run the script:
./example-export.py
. - User names are exported to
followers.txt
andfollowing.txt
.