Skip to content

Commit

Permalink
✏️ document where Twitter keeps the list of IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
alaz committed Oct 21, 2019
1 parent 14cf13d commit eecf3a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ end
* [Facebook crawler](https://developers.facebook.com/docs/sharing/webmasters/crawler)
* [Google crawlers](https://support.google.com/webmasters/answer/1061943)
* [Pinterest](https://help.pinterest.com/en/articles/about-pinterest-crawler-0)
* [Twitterbot](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started)
* [Twitterbot](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started), the list of IPs is in the [Troubleshooting page](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/troubleshooting-cards)
* [Yandex robots](https://yandex.com/support/webmaster/robot-workings/check-yandex-robots.xml)

## License
Expand Down
1 change: 1 addition & 0 deletions lib/legitbot/twitter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

module Legitbot # :nodoc:
# https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started
# https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/troubleshooting-cards
class Twitter < BotMatch
ip_ranges %w[
199.16.156.0/22
Expand Down

0 comments on commit eecf3a8

Please sign in to comment.