Sha256: 93e4dd9950958701b99b7648e0a8e3589d8e443defc8b868d8e3fdc91ca1a749
Contents?: true
Size: 1.85 KB
Versions: 6
Compression:
Stored size: 1.85 KB
Contents
# BLACKLIST The blacklist is a list of users, clients and hashtags that you don't want to ever be displayed. Available subcommands: add, remove, import, list. This is different from the 'mute a user' feature of the App.net API: blacklist works locally and is specific to each account. Blacklist a client (example: IFTTT) and posts that are posted with this client won't appear in the streams. This is a way of creating "bot-free" streams: the more bots you add to this list, the more humans you see. Blacklist a hashtag and you will free yourself from this annoying trend you can't stand. Blacklist a user and you won't even see posts by other users mentioning the user you blacklisted! Oh, and you can import blacklist databases from other accounts, too. ## ADD Adds an item to your blacklist. Available items: client, hashtag, mention. `ayadn blacklist add mention @shmuck` Add a mention: `ayadn -K add mention @shmuck` Add a client: `ayadn -K add client IFTTT` Add a hashtag: `ayadn -K add hashtag twitter` ## REMOVE Removes an item from your blacklist. Available items: client, hashtag, mention. `ayadn blacklist remove mention @shmuck` Remove a mention: `ayadn -K remove mention @shmuck` Remove a client: `ayadn -K remove client IFTTT` Remove a hashtag: `ayadn -K remove hashtag twitter` ## LIST List all items in your blacklist. `ayadn blacklist list` `ayadn -K list` ## IMPORT Import a blacklist database in the current account. `ayadn blacklist import '/Users/blah/backups/blacklist.db'` `ayadn -K import '/Users/blah/backups/blacklist.db'` ## MULTIPLE TARGETS You can add/remove several elements to/from the blacklist at once. (For usernames, '@' prefix will automatically be added if missing.) `ayadn -K add mention shmuck jerk mrspammer` `ayadn -K add client ifttt pourover twitterfeed` `ayadn -K add hashtag twitter facebook instagram`
Version data entries
6 entries across 6 versions & 1 rubygems