NameLast ModifiedSize
Parent Directory--
INLINE_THROTTLE/19-Feb-20 21:35-
Derpibooru.php 19-Feb-20 21:498.85 KB
LICENSE 08-Jan-16 11:061.05 KB
img_test.png 11-Jul-16 21:594.49 KB

DerpiDelivery

In-line Telegram bot for inserting images from Derpibooru

Setup

  1. Follow the Telegram Bot setup Guide to create the bot and get your api key
  2. Clone Ploygram and cd into it
  3. Clone DerpiDelivery into this directory calling it Derpibooru
  4. Add your api key into Derpibooru/authkey
  5. Edit Derpibooru/Derpibooru.php changing the line const BOT_ID and const BOT_USERNAME to the values from step 1
  6. Follow https://core.telegram.org/bots/api#setwebhook to setup the webhook
    git clone https://github.com/chao-master/polygram.git
    cd polygram
    git clone https://github.com/chao-master/DerpiDelivery.git Derpibooru

The MIT License (MIT)

Copyright (c) 2016 Stuart Watson

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.