advancevilla.blogg.se

Rss bot for skype
Rss bot for skype











rss bot for skype

Create image for card:Īlt - alternative text for image. Create card attachment("hero", "thumbnail", "receipt"):Ĭreate_card_attachment(card_type, title, subtitle, text, images, buttons)īuttons - list of buttons, in card attachment (to create button use method create_button). Must be a string.īuttons - list of buttons, in card attachment (to create button use method create_button). Images - list of images, in card attachment (to create image use method create_card_image). Create card that can play animated GIFs or short videos:Ĭreate_animation_card(card_type, url, images, title, subtitle, text, buttons, autoloop, autostart, shareable)Ĭard_type - type of card attachment ("hero", "thumbnail", "receipt"). "image/png".Īttachment_name - name, which is displayed to recipient. Message_type - type of your media file, e.g. Send_media(bot_id, bot_name, recipient, service, sender, message_type, url, attachment_name) Text_format - supported values: "plain", "markdown", or "xml" (default: "markdown"). Text - text what you want to send recipient. Sender - conversation id, you can get it from request data. Service - service url, you can get it from request data. Recipient - user, to whom you are sending the message. Send_message(bot_id, bot_name, recipient, service, sender, text, text_format)īot_id - skype bot id, you can get it from request data.īot_name - skype bot name, you can get it from request data. C:\Python36\Lib\site-packages\skype_chatbot) Create fileīot = skype_chatbot.SkypeBot(client_id, client_secret) Now you can use base methods:

#RSS BOT FOR SKYPE DOWNLOAD#

Or download package from GitHub and copy folder skype_chatbot to site-packages (e.g. Bot = skype_chatbot.SkypeBot(app_id, methods=)īot.send_message(bot_id, bot_name, recipient, service, sender, text)Īpp.run(host='0.0.0.0', port=8000, debug=False, ssl_context=context)













Rss bot for skype