Skip to content
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 vs library/app #7491

Open
Simbiat opened this issue Oct 21, 2023 · 3 comments
Open

Bot vs library/app #7491

Simbiat opened this issue Oct 21, 2023 · 3 comments

Comments

@Simbiat
Copy link
Contributor

Simbiat commented Oct 21, 2023

I've noticed, that some bots look more like apps or libraries, for example Castro 2 (http://supertop.co/castro/) has an app on Apple Store, and MagpieRSS (https://magpierss.sourceforge.net/) is a library. Is there a logic, that we can use to differentiate?

Since I will go through the bots to get icons for them for my icon pack, I do not mind creating a PR, that would move some of the bots to app or library, but I would need to know what logic to follow, if this is even something that needs to be done in the first place.

@sgiehl
Copy link
Member

sgiehl commented Oct 30, 2023

From my understanding a bot is everything that happens somewhat automatically without any further user interaction. So an App that triggers a request to a server is not a bot. But if a server automatically fetches data from another site in order to somehow present it (in an App) to the user (without the user explicitly requesting it), this might more be a bot behavior imho.

@Simbiat
Copy link
Contributor Author

Simbiat commented Oct 30, 2023

But what if a bot (or an app for that matter) uses a library? Or if an app can be ran both manually and automatically (through cron)?

@sgiehl
Copy link
Member

sgiehl commented Oct 30, 2023

Yeah, it's sometime hard to distinguish between them. In general if we are able to detect and app or bot we should do that, even if they use a detectable library. I would see those library detections more as a fall back if nothing more specific could be detected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants