{"id":16165078,"url":"https://github.com/imwally/untweet","last_synced_at":"2025-06-13T03:38:56.842Z","repository":{"id":57708937,"uuid":"208963128","full_name":"imwally/untweet","owner":"imwally","description":"Destroy tweets and likes.","archived":false,"fork":false,"pushed_at":"2020-05-26T21:12:49.000Z","size":7817,"stargazers_count":15,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T00:34:51.535Z","etag":null,"topics":["delete","destroy","dislike","ephemeral","go","golang","like","remove","tweets","twitter","unlike"],"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/imwally.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}},"created_at":"2019-09-17T05:01:12.000Z","updated_at":"2023-06-22T22:59:21.000Z","dependencies_parsed_at":"2022-09-26T21:20:44.861Z","dependency_job_id":null,"html_url":"https://github.com/imwally/untweet","commit_stats":null,"previous_names":["imwally/unlike"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imwally%2Funtweet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imwally%2Funtweet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imwally%2Funtweet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imwally%2Funtweet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imwally","download_url":"https://codeload.github.com/imwally/untweet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244325090,"owners_count":20435036,"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":["delete","destroy","dislike","ephemeral","go","golang","like","remove","tweets","twitter","unlike"],"created_at":"2024-10-10T02:49:11.266Z","updated_at":"2025-03-18T23:30:38.800Z","avatar_url":"https://github.com/imwally.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# untweet\n\nA little command line utility that destroys likes and tweets.\n\n## Install\n\n### Binaries\n\nCheck out the [latest\nrelease](https://github.com/imwally/untweet/releases/latest) for macOS\nand Linux binaries.\n\n### Go\n\n`go get -u github.com/imwally/untweet/cmd/untweet`\n\n## Requirements\n\nTo communicate with Twitter's API you will need the following:\n\n- Consumer Key\n- Consumer Secret\n- Access Token\n- Access Token Secret\n\nWhich means you will need to create an app through [Twitter's developer\nportal](https://developer.twitter.com/en/docs/basics/getting-started).\n\n## How to Use\n\nThe 4 keys from above are required for every call to\n`untweet`. Environment variables are also supported:\n\n```\nTWITTER_API_KEY\nTWITTER_API_KEY_SECRET\nTWITTER_API_TOKEN\nTWITTER_API_TOKEN_SECRET\n```\n\nor use command line flags:\n\n```\n  -key string\n    \tTwitter API Consumer Key\n  -key-secret string\n    \tTwitter API Secret Key\n  -token string\n    \tTwitter API Access Token\n  -token-secret string\n    \tTwitter API Access Token Secret\n```\n\n### Usage\n\n```\nUSAGE:\n    untweet command [command options]\n\nCOMMAND:\n    dump         Dump likes or tweets\n    tweets       Destroy tweets\n    likes        Destroy likes\n\nOPTIONS:\n    Use -h on each command to view options\n```\n\n## Backup Before You Destroy\n\nDump all likes or tweets to stdout in json format:\n\n```\n$ untweet dump -likes\n```\n\n```\n$ untweet dump -tweets\n```\n\n## Other Useful Information\n\nKeep likes of tweets from people you follow:\n\n```\n$ untweet likes -keep-following\n```\n\nDestroy tweets older than a certain time (from now):\n\n__1 week__\n```\n$ untweet tweets -older 168h\n```\n\n__48 hours__\n```\n$ untweet tweets -older 48h\n```\n\nCheckout Go's [time package](https://golang.org/pkg/time/#ParseDuration) for more valid duration strings.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimwally%2Funtweet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimwally%2Funtweet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimwally%2Funtweet/lists"}