Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions lib/split/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ def bots
'spider' => 'generic web spider',
'UnwindFetchor' => 'Gnip crawler',
'WordPress' => 'WordPress spider',
'YandexAccessibilityBot' => 'Yandex accessibility spider',
'YandexBot' => 'Yandex spider',
'YandexMobileBot' => 'Yandex mobile spider',
'ZIBB' => 'ZIBB spider',

# HTTP libraries
Expand All @@ -73,10 +75,13 @@ def bots
'facebookexternalhit' => 'facebook bot',
'Feedfetcher-Google' => 'Google Feedfetcher',
'https://developers.google.com/+/web/snippet' => 'Google+ Snippet Fetcher',
'LinkedInBot' => 'LinkedIn bot',
'LongURL' => 'URL expander service',
'NING' => 'NING - Yet Another Twitter Swarmer',
'Pinterest' => 'Pinterest Bot',
'redditbot' => 'Reddit Bot',
'ShortLinkTranslate' => 'Link shortener',
'Slackbot' => 'Slackbot link expander',
'TweetmemeBot' => 'TweetMeMe Crawler',
'Twitterbot' => 'Twitter URL expander',
'UnwindFetch' => 'Gnip URL expander',
Expand Down