Sha256: e078127661ce114722eb9ad6e838ce2a86e2ca48d490570e348eb05c494d0ba2
Contents?: true
Size: 2 KB
Versions: 8
Compression:
Stored size: 2 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, user, mention. `ayadn blacklist add mention @shmuck` Add a user: `ayadn -K add user @shmuck` Add a mention of a user: `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, user, mention. `ayadn blacklist remove mention @shmuck` Remove a user: `ayadn -K remove user @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 user shmuck jerk mrspammer` `ayadn -K add mention shmuck jerk mrspammer` `ayadn -K add client ifttt pourover twitterfeed` `ayadn -K add hashtag twitter facebook instagram`
Version data entries
8 entries across 8 versions & 1 rubygems