Skip to content

Configuration Tool ( V1.00.000) How to use

Daniel Glock edited this page Dec 4, 2020 · 1 revision

Configuration Tool - How to use

There are 2 ways to setup your configuration file (first prefered).

  1. If you use a Windows machine you could use the executable file: RepetierBotSetup.exe
  2. You could use Python to run the the program with following dependencies:
    • pip install python-tk
    • pip install ttkthemes

The program will start up with a user friendly GUI:

First start of the GUI

On the top you see the file version which was loaded and tool version.

Following steps to finalize the setup:

  1. Select your language in the drop down menu for your convinience. (I am still looking for translation supporters for the setup and the main tool)
  2. Fill in your Repetier Server IP address and port number
  3. Fill in your Bot token, given by the Telegram bot father.
  4. Fill in your Telegram ID. If you don´t know how to get your personal ID. Go to your Telegram and look for the bot: @RawDataBot. If you start the bot you´ll directly receive a message. Your ID you´ll find at "chat": { "id": XXXXXXXXXX,

Filled data

  1. Push the button "Test" The test routine will check the connectivity to the Repetier Server. You´ll get listed your connected printers. Aferwards it will send to your bot a test message.

Message to your Bot

Successful test

  1. If everything went fine the button "OK" will be released and you can save your file. The program will exit and you´re good to go with the main program

Errors during the test

  1. If you have filled in wrong IP or port of your Repetier Server:

Wrong IP or port

  1. If you have filled in wrong Telegram ID:

Wrong Telegram ID

  1. If you have filled in wrong Telegram token:

Wrong Telegram token

Clone this wiki locally