hotpocket/services/dotcom/webroot/bot.txt
Tomek Wójcik d909391ee6
Some checks failed
CI / Checks (push) Has been cancelled
Release v1.0.0rc1
2025-08-18 07:09:27 +02:00

27 lines
950 B
Plaintext

BTHLabsHotPocketBot
===================
BTHLabsHotPocketBot is the metadata bot software that BTHLabs HotPocket uses to
discover and collect metadata of links saved by its users.
BTHLabsHotPocketBot collects the following data from HTML documents:
* Page title extracted from ``meta`` and ``title`` tags.
* Description extract from ``meta`` tags.
Metadata collected by BTHLabsHotPocketBot is stored in HotPocket database and
displayed to users who saved the link.
How BTHLabsHotPocketBot accesses your site
------------------------------------------
BTHLabsHotPocketBot makes an HTTP request to the site when the link is saved
or a user requests metadata refresh through the UI. The response content is
then processed. The response content **is not** stored in any database.
Getting Support
----------------
If you have any questions about BTHLabsHotPocketBot, please contact us at
contact@bthlabs.pl and we will respond as soon as possible.