-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bot types #7489
Comments
Hm, that one did not cover the questions above, in the end, although it did mention multiple feed bots, and it resulted in code for validating categories. I am, essentially, talking about cleaning up the types. |
I guess we don't have a "clean" definition of categories to use. Feel free to create a PR to clean them up a bit. |
I can add this to #7490. Or would a separate PR be better? |
@Simbiat It's better to have a separate PR, as that makes reviewing easier. |
I've come across https://radar.cloudflare.com/traffic/verified-bots, which has a nice classification. Thoughts? |
What that page suggests:
Personally this is what I would do:
So this would leave these categories:
I also tried thinking of some acronym, but best I and GPT came up with was SCAIS, because it can be pronounced "skies". Not like we need an acronym or need these specific names, of course. But I think they are a good balance between precise and generic. Any update would require review of all the bots. I do hope, that by the end of year I will finish going through all brands (and submit PR to correct quite a few things there) and start working on bots, and when I do I can adjust their categories as well, of course. |
Variable for bots
$categories
has some ambiguous types:Feed Fetcher
,Feed Parser
,Feed Reader
- what's the difference, really?Read-it-later Service
is used only for 2 items both for 1 thing: https://getpocket.com/pocketparser_ua. At the same time description on this page clearly sayscrawling
, so should this not beCrawler
?Search tools
is used only for 1 item: http://www.shopwiki.com/w/Help:Bot. Again, description clearly states, that this is a crawler, so should this not beCrawler
?Security search bot
differ fromSecurity Checker
?Service bot
differ fromService Agent
?Search bot
fromCrawler
? I mean, crawling is done by search bots, so this seems to be the same thing.I am fine with creating PR to harmonize these things a bit, but I think this warrants a proper discussion first.
The text was updated successfully, but these errors were encountered: