JayBizzle / Crawler-Detect

🕷 CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent
https://crawlerdetect.io
MIT License
1.97k stars 256 forks source link

Telegram Bot is missing #338

Closed alberto-bottarini closed 5 years ago

alberto-bottarini commented 5 years ago

https://stackoverflow.com/questions/32440659/check-if-telegram-is-getting-data-of-link-user-agent-is-telegram

JayBizzle commented 5 years ago

I believe TelegramBot is already detected. You can test the user-agent here https://crawlerdetect.io/

Remember, the library detects if the user-agent is a bot, or not.....it does not determine which bot.

Thanks