{"id":17912300,"url":"https://github.com/timgrossmann/twitpy","last_synced_at":"2026-03-02T22:13:19.327Z","repository":{"id":147242642,"uuid":"92876947","full_name":"timgrossmann/TwitPy","owner":"timgrossmann","description":"🕊TwitPy - Follow/Unfollow Automation","archived":false,"fork":false,"pushed_at":"2020-09-03T11:43:21.000Z","size":4783,"stargazers_count":104,"open_issues_count":2,"forks_count":31,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-19T00:04:02.270Z","etag":null,"topics":["automation","bot","python","selenium","twitter"],"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/timgrossmann.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":"2017-05-30T21:16:46.000Z","updated_at":"2025-02-10T22:52:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"f49c1d6a-5d90-417a-a4bf-f5f25421e23f","html_url":"https://github.com/timgrossmann/TwitPy","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/timgrossmann%2FTwitPy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timgrossmann%2FTwitPy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timgrossmann%2FTwitPy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timgrossmann%2FTwitPy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timgrossmann","download_url":"https://codeload.github.com/timgrossmann/TwitPy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245180064,"owners_count":20573593,"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","bot","python","selenium","twitter"],"created_at":"2024-10-28T19:44:26.901Z","updated_at":"2026-03-02T22:13:14.278Z","avatar_url":"https://github.com/timgrossmann.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TwitPy\n\u003cimg src=\"http://theinspirationroom.com/daily/design/2012/6/new_twitter_logo.jpg\" align=\"right\" width=100\u003e\n\n### Quick and dirty follow/unfollow automation for Twitter.\n\n[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/timgrossmann/InstaPy/blob/master/LICENSE)\n[![built with Selenium](https://img.shields.io/badge/built%20with-Selenium-red.svg)](https://github.com/SeleniumHQ/selenium)\n[![built with Python3](https://img.shields.io/badge/built%20with-Python3-green.svg)](https://www.python.org/)\n\n#### Getting started\n```bash\ngit clone https://github.com/timgrossmann/TwitPy.git\ncd TwitPy\npip install .\n# or depending on your system\npython setup.py install\n```\n\nMake sure to get the right `chromedrive` for your system [from here](https://sites.google.com/a/chromium.org/chromedriver/downloads). Just put it in /assets.\n\nNow edit the `quickstart.py` file to your needs.\n\n#### API\n```python\nfrom twitpy import TwitPy\n\n# if you want to run it on a server simply set nogui=True\n\nTwitPy(username=\"****\", password=\"****\",nogui=False) \\\n  .login() \\\n  # follows up to 250 accounts from your recommendations\n  .follow_from_recom(amount=250) \\ \n  # unfollows 100 accounts from your following list\n  .unfollow_users(amount=100) \\ \n  .end()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimgrossmann%2Ftwitpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimgrossmann%2Ftwitpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimgrossmann%2Ftwitpy/lists"}