mirror of
https://github.com/danog/danog.github.io.git
synced 2024-11-26 20:04:55 +01:00
Update index.html
This commit is contained in:
parent
8001bedafe
commit
1dbd92ce00
86
index.html
86
index.html
@ -299,36 +299,68 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-12 text-center">
|
<div class="col-lg-12 text-center">
|
||||||
<h3>PWRTelegram bot API</h3>
|
<h3>MadelineProto</h3>
|
||||||
<hr class="star-light">
|
<hr class="star-light">
|
||||||
<p>With this API you will be able to everything you can do with the official bot API, plus:<br><ul>
|
<p><a href="https://docs.madelineproto.xyz">MadelineProto, a PHP MTProto telegram client</a><br><h3>Features</h3>
|
||||||
<li>Downloading of files up to 1.5 GB in size<br>
|
|
||||||
</li>
|
<ul>
|
||||||
<li>Anonymous file storage (the URL of downloaded files does not contain your bot's token)</li>
|
|
||||||
<li>Uploading of files up to 1.5 GB in size<br>
|
|
||||||
</li>
|
|
||||||
<li>Uploading of files using an URL</li>
|
|
||||||
<li>Reuploading of files using a file ID and different file type or file name.</li>
|
|
||||||
<li>Uploading of any file/URL/file ID with automagical type recognition.<br>
|
|
||||||
</li>
|
|
||||||
<li>Uploading of any file/URL/file ID without sending the file to a specific user.<br>
|
|
||||||
</li>
|
|
||||||
<li>Automagical metadata recognition of sent files/URLs/file IDs.<br>
|
|
||||||
</li>
|
|
||||||
<li>Deleting of text messages sent from the bot<br>
|
|
||||||
</li>
|
|
||||||
<li>Uploading of files bigger than 5 megabytes with inline queries (supports both URLs and direct uploads)</li>
|
|
||||||
<li>Automatical type recognition for files sent using answerinlinequery </li>
|
|
||||||
<li>Both webhooks and getupdates are supported.</li>
|
|
||||||
<li>webhook requests can be recieved even on insecure http servers.</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/pwrtelegram">It is open source</a>!</li>
|
<p>It allows you to do everything official clients can do, programmatically!</p>
|
||||||
<li>
|
|
||||||
<a href="https://github.com/pwrtelegram/pwrtelegram-backend">It can be installed on your own server</a>!</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://telegram.me/pwrtelegramgroup">You tell me!</a><br>
|
|
||||||
</li>
|
</li>
|
||||||
</ul><br>To use it simply subsitute the url of the bot telegram api (https://api.telegram.org) with the url of the pwrtelegram api (https://api.pwrtelegram.xyz) in your telegram client.<br><br>You can use this command to do it:<br><br>sed -i 's/api\.telegram\.org/api\.pwrtelegram\.xyz/g' client.py<br><br>The source code is available @ https://github.com/pwrtelegram/pwrtelegram.<br><br>Visit pwrtelegram.xyz for the full documentation!</p>
|
<li>
|
||||||
|
<p><em>It can make phone calls!</em> <a href="#calls">See here for instructions</a></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>It can be proxied!</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>It is very fast!</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>It can be easily serialized!</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>It featured update handling with callbacks or long polling!</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Easy to use wrappers to upload/download files and call mtproto methods</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Documentation for EVERY mtproto method!</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Internal peer management: you can provide a simple bot API chat id or a username to send a message or to call other mtproto methods!</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>You can easily login as a user (2FA is supported) or as a bot!</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Simple error handling!</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>It is highly customizable with a lot of different settings!</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Bot API file id/object support (even for users)!</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>A Lua binding</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>A lua wrapper for td-cli scripts</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Secret chats</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>PFS</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>PFS in secret chats</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<br><br><a href="https://github.com/danog/MadelineProto">Download it on github!</a></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user