Skip to content

The content of the ${HOME}/.unfollow/followers.json is plaintext instead of json #68

@ddjerqq

Description

@ddjerqq

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
]

image

this would handle cases where users change their handles!

I could help you with this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions