Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jusleg/twitterblock
Block fake followers on twitter
https://github.com/jusleg/twitterblock
chrome-extension twitter
Last synced: about 1 month ago
JSON representation
Block fake followers on twitter
- Host: GitHub
- URL: https://github.com/jusleg/twitterblock
- Owner: jusleg
- License: apache-2.0
- Created: 2016-12-28T03:57:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-28T05:16:47.000Z (about 8 years ago)
- Last Synced: 2024-11-10T23:40:34.515Z (3 months ago)
- Topics: chrome-extension, twitter
- Language: HTML
- Homepage: https://jusleg.com/twitterblock
- Size: 2.75 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitter Block
A chrome extension that blocks fake twitter followers![demo](res/gif.gif)
## How does it work?
Twitter Block is using a script built by [Clayton Lambert](https://claytonn.com/). When the script is called, it looks for every follower's picture, banner, description and link. Every follower gets a score according to those criterias. If the score is above a certain threshold, the follower will be blocked. This script was packaged into a chrome extension for ease of use.
## Which types of accounts will it block?
![twitter eggs](res/twitter-egg-medley-stacked.png)
Here are the criterias to determine if an account is fake. A combination of those criterias will flag an account as fake.
- Accounts with an egg avatar,
- Accounts with a description length below 15 characters
- Accounts without a profile banner
- Accounts with a russian link## How to install the extension
[hunter.io](https://hunter.io) wrote [a great blog post](https://blog.hunter.io/install-chrome-extension-manually/) on how to sideload extensions. The same steps apply to this extension.
## Built by
- [Clayton Lambert](https://claytonn.com/) (@claytonn) - Script
- [Justin Leger] (https://justinleger.ca) (@jusleg) - Chrome extension## License
Copyright 2016 Clayton Lambert & Justin Leger
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.