{"id":16347902,"url":"https://github.com/victoriadrake/heartbreak","last_synced_at":"2025-03-23T00:33:02.316Z","repository":{"id":82779362,"uuid":"269507996","full_name":"victoriadrake/heartbreak","owner":"victoriadrake","description":"Unlikes your Twitter Likes. 💔","archived":false,"fork":false,"pushed_at":"2020-06-05T02:38:34.000Z","size":3,"stargazers_count":21,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T16:04:09.175Z","etag":null,"topics":["automation","privacy","privacy-tools"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/victoriadrake.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-05T02:03:02.000Z","updated_at":"2023-08-16T06:00:46.000Z","dependencies_parsed_at":"2023-07-04T08:31:37.423Z","dependency_job_id":null,"html_url":"https://github.com/victoriadrake/heartbreak","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victoriadrake%2Fheartbreak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victoriadrake%2Fheartbreak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victoriadrake%2Fheartbreak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victoriadrake%2Fheartbreak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/victoriadrake","download_url":"https://codeload.github.com/victoriadrake/heartbreak/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245040235,"owners_count":20551297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","privacy","privacy-tools"],"created_at":"2024-10-11T00:46:55.411Z","updated_at":"2025-03-23T00:33:02.301Z","avatar_url":"https://github.com/victoriadrake.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# heartbreak 💔\n\nUse the Twitter API to unlike your Twitter Likes.\n\n## Install\n\nRun: `go install github.com/victoriadrake/heartbreak`\n\nAlternatively, clone this repository, then build the program:\n\n```bash\ncd heartbreak\ngo build\n```\n\n## Usage\n\nExpects a `.env` file with the following:\n\n```env\nexport TWITTER_ACCESS_TOKEN= ...\nexport TWITTER_ACCESS_TOKEN_SECRET= ...\nexport TWITTER_CONSUMER_KEY= ...\nexport TWITTER_CONSUMER_SECRET= ...\nexport TWITTER_USERNAME= ...\n```\n\nThis program fails safely. When run without the `-unlike` flag, or any arguments at all, it prints usage instructions:\n\n```txt\nUsage: heartbreak [options]\n\n  -filename string\n        Optional name of the file to store archived Tweets. (default \"likes-archive.txt\")\n  -no-archive\n        Do not archive unliked Tweets.\n  -unlike\n        Required to unlike all liked Tweets. Logs Tweet text to a file in the current directory.\n```\n\nTo unlike all your likes and by default, log the Tweets to a file called `likes-archive.txt`:\n\n```bash\nheartbreak -unlike\n```\n\nSpecify your own filename with `-filename`, for example:\n\n```bash\nheartbreak -unlike -filename unlikes.log\n```\n\nNot one for nostalgia? I get it. Skip logging with `-no-archive`:\n\n```bash\nheartbreak -unlike -no-archive\n```\n\nNew day, new you.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictoriadrake%2Fheartbreak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictoriadrake%2Fheartbreak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictoriadrake%2Fheartbreak/lists"}