martijnlentink / propresenter-telegram-messages-bot

Telegram bot for sending messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram messaging bot for ProPresenter

A small example on how you can create a bot for sending messages to ProPresenter using Telegram. I also added a shell file which can be used to run the script on startup. The auth_token is the value that should be passed when starting the bot, this is so that only people who should have access do actually have access for sending the messages.

Requirements

  • Python 3
  • ProPresenter 7
  • Python packages python-telegram-bot, requests
  • Telegram bot using @botfather
  • Setup config values in messagesbot.py

Caution

This is just a rudimental example of how this can be achieved. There is a lot of things that can be improved on, I am aware of that!

About

Telegram bot for sending messages


Languages

Language:Python 95.2%Language:Shell 4.8%