You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you're saving the followers to the JSON file, instead of saving it as plaintext separated by new lines, you could save the GitHub user ids along with their names inside of JSON objects like this
[
{
"id": 123,
"username": "ddjerqq"
},
// more
]
this would handle cases where users change their handles!
I could help you with this.
The text was updated successfully, but these errors were encountered:
When you're saving the followers to the JSON file, instead of saving it as plaintext separated by new lines, you could save the GitHub user ids along with their names inside of JSON objects like this
this would handle cases where users change their handles!
I could help you with this.
The text was updated successfully, but these errors were encountered: