{"id":20270551,"url":"https://github.com/rubenrp/tweet-deleter","last_synced_at":"2026-05-30T21:31:30.078Z","repository":{"id":104897947,"uuid":"328706940","full_name":"rubenRP/tweet-deleter","owner":"rubenRP","description":"Python script that allows to delete a date range of tweets using Twitter API","archived":false,"fork":false,"pushed_at":"2021-01-19T19:24:15.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T23:56:04.604Z","etag":null,"topics":["python","script","twitter","twitter-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rubenRP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-01-11T15:24:40.000Z","updated_at":"2021-01-19T19:24:17.000Z","dependencies_parsed_at":"2023-03-18T02:36:04.802Z","dependency_job_id":null,"html_url":"https://github.com/rubenRP/tweet-deleter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rubenRP/tweet-deleter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenRP%2Ftweet-deleter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenRP%2Ftweet-deleter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenRP%2Ftweet-deleter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenRP%2Ftweet-deleter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubenRP","download_url":"https://codeload.github.com/rubenRP/tweet-deleter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenRP%2Ftweet-deleter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33711018,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["python","script","twitter","twitter-api"],"created_at":"2024-11-14T12:31:20.787Z","updated_at":"2026-05-30T21:31:30.045Z","avatar_url":"https://github.com/rubenRP.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tweet Deleter\nComplete script made in Python that allows to delete all the tweets of an account given a date range. For this it makes use of the Twitter API so it is necessary to have a Twitter Developers account\n## Configuration\n1. Add the API keys in remove-tweets.py file:\n\n```\nCONSUMER_KEY = \"\"\nCONSUMER_SECRET = \"\"\nACCESS_TOKEN_KEY = \"\"\nACCESS_TOKEN_SECRET = \"\"\n```\n\n2. Modify the date range:\n\n```\nrange_start = parse_datetime('Sep 10 00:00:00 +0000 2007')\nrange_end = parse_datetime('Jan 10 00:00:00 +0000 2019')\n```\n\n3. Run the script\n\n```\npython tweet-deleter.py\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubenrp%2Ftweet-deleter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubenrp%2Ftweet-deleter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubenrp%2Ftweet-deleter/lists"}