Currently the script doesn't produce any useful human-readable output, neither in the STDOUT output:
building follower list...
found 156 followers
done finding followers
building following list...
found 330 following
done finding following
found 175 people who you follow but don't follow you back
writing data to state.json
… nor in the generated state.json file (only cryptic numerical user IDs inside).
At some stage it should print the list of users with their proper user name. Maybe like this:
building follower list...
found 10 followers
done finding followers
building following list...
found 12 following
done finding following
found 2 people who you follow but don't follow you back:
UserA
UserB
writing data to state.json
Currently the script doesn't produce any useful human-readable output, neither in the STDOUT output:
… nor in the generated state.json file (only cryptic numerical user IDs inside).
At some stage it should print the list of users with their proper user name. Maybe like this: