All Projects → cuducos → Twitter Cleanup

cuducos / Twitter Cleanup

Licence: gpl-3.0
🛁 Clean-up inactive accounts and bots from your Twitter

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Twitter Cleanup

Friendica Addons
Addons for Friendica
Stars: ✭ 94 (-65.82%)
Mutual labels:  hacktoberfest, social-network, social-media
crabber
A Twitter clone written in Python + Flask with extended features and a focus on inclusivity.
Stars: ✭ 42 (-84.73%)
Mutual labels:  social-media, twitter, social-network
Dandelion
a diaspora* client for Android
Stars: ✭ 100 (-63.64%)
Mutual labels:  hacktoberfest, social-network, social-media
Socioboard 4.0
Socioboard is world's first and open source Social Technology Enabler. Socioboard Core is our flagship product.
Stars: ✭ 475 (+72.73%)
Mutual labels:  twitter, social-network, social-media
Bot Followers
🍊 Find out how many bots follow any given Twitter acount
Stars: ✭ 91 (-66.91%)
Mutual labels:  bots, hacktoberfest, twitter
Ocelot-Social
Free and open-source social network for active citizenship.
Stars: ✭ 49 (-82.18%)
Mutual labels:  social-media, social-network
politic-bots
Tools and algorithms to analyze Paraguayan Tweets in times of elections
Stars: ✭ 26 (-90.55%)
Mutual labels:  twitter, bots
gobo
💭 Gobo: Your social media. Your rules.
Stars: ✭ 87 (-68.36%)
Mutual labels:  social-media, twitter
Wordle2Townscaper
Wordle2Townscaper is meant to convert Wordle tweets into Townscaper houses using yellow and green building blocks.
Stars: ✭ 64 (-76.73%)
Mutual labels:  social-media, twitter
Socioboard-5.0
Socioboard is world's first and open source Social Technology Enabler. Socioboard Core is our flagship product.
Stars: ✭ 663 (+141.09%)
Mutual labels:  social-media, social-network
twitter
A serverless social network that's under development with some cool stuff, such as Serverless Framework, AppSync, GraphQL, Lambda, DynamoDB, Cognito, Kinesis Firehose, and Algolia ☁️
Stars: ✭ 29 (-89.45%)
Mutual labels:  twitter, social-network
social-media-profiler
Find information from Twitter, Instagram, LinkedIn and Google Search about a person.
Stars: ✭ 34 (-87.64%)
Mutual labels:  social-media, twitter
Pepaverse
Pepaverse is an open source social network build with nodejs, mongoDB, passportjs and socket.io
Stars: ✭ 16 (-94.18%)
Mutual labels:  social-media, social-network
sociallink
Alignments between knowledge bases and social media
Stars: ✭ 16 (-94.18%)
Mutual labels:  social-media, social-network
clubi
A group-oriented social media platform written in Laravel and Vue
Stars: ✭ 29 (-89.45%)
Mutual labels:  social-media, social-network
DaProfiler
DaProfiler allows you to create a profile on your target based in France only. The particularity of this program is its ability to find the e-mail addresses your target.
Stars: ✭ 58 (-78.91%)
Mutual labels:  social-media, social-network
pH4Social
📣 Social Networking Software built with Laravel PHP framework and Bootstrap.
Stars: ✭ 27 (-90.18%)
Mutual labels:  social-media, social-network
gotosocial
Golang fediverse server.
Stars: ✭ 400 (+45.45%)
Mutual labels:  social-media, social-network
awesome-twitter-bots
A Curated Collection of the Best Twitter Bots 🤖
Stars: ✭ 99 (-64%)
Mutual labels:  twitter, bots
Polemicas E Tretas Dev
As polêmicas e tretas 🇧🇷 versionadas
Stars: ✭ 258 (-6.18%)
Mutual labels:  hacktoberfest, twitter

Twitter Clean-up GitHub Actions: Black workflow GitHub Actions: Tests workflow

🇧🇷 Versão em português do Brasil

Tiny script to clean-up your Twitter account:

  • Removing users that have not been tweeting for a while
  • Soft-blocking bots (blocks and immediately unblocks the account, so it stops following you)

Requirements

  • Python 3.6+
  • Set environment variables with your Twitter API keys and with Botometer API key:
    • TWITTER_CONSUMER_KEY
    • TWITTER_CONSUMER_SECRET
    • TWITTER_ACCESS_TOKEN_KEY
    • TWITTER_ACCESS_TOKEN_SECRET
    • BOTOMETER_MASHAPE_KEY

Installing

Install the package with:

$ pip install twitter-cleanup

Usage

Run the CLI with twitter-cleanup --help and follow the on screen instructions.

For example, unfollow everyone that hasn't tweeted in the last 30 days with:

$ twitter-cleanup inactive 30

Or soft-block every bot with:

$ twitter-cleanup bots

Contributing

Please, write and run tests locally, and format your code with Black:

$ python setup.py test
$ black .
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].