In Telegram, we provide the "Save To PikPak" Bot (PikPak-Bot
) to support user simply forwarding and saving. Furthermore, we also use Telegram Bot Deeplink to provide any content publisher with the function of calling PikPak-Bot
more quickly, even if the user haven't added PikPak-Bot
yet. Users can jump to the Bot by the link, click start button of the bot, then Picking and Packing the content step by step.
Currently this function only supports bit torrent content posted in the form of magnet link. The steps for publishing content are as follows:
-
Prepare and publish the content in the form of Bit Torrent, get the magnet link and ensure that it can be downloaded.
-
Get the
BitTorrent info-hash
string in the magnet link (at the "xt" parameter value, excluding "urn:btih:" prefix), splice it intoPikPak-Bot
Deeplink according to the following format:https://t.me/pikpak_bot?start=magnet_[INFO-HASH-STRING]
[INFO-HASH-STRING] is the BitTorrent info-hash string.
for example, for the following magnet link:
magnet:?xt=urn:btih:c12fe1c06bba254a9dc9f519b335aa7c1367a88a
The following PikPak-Bot Deeplink can be made:
https://t.me/pikpak_bot?start=magnet_c12fe1c06bba254a9dc9f519b335aa7c1367a88a
Tip: Why not use the complete magnet link directly in
PikPak-Bot
Deeplink?
Because the start parameter of Telegram Bot Deeplink has a length limitation (64 characters), and cannot contain special characters such as ":", "?", refer to this. -
Include the
PikPak-Bot
Deeplink obtained above in Telegram messages, which can be private chat, public group or channel etc. People who receives the message could clicking on the link to jump toPikPak-Bot
and start Picking and Packing the content you posted.
Welcome to publish content through the above PikPak Open method, but the content publisher must understand and accept the PikPak User Agreement, especially please pay attention to the legality requirements of the posted content and the relevant provisions of intellectual property protection.