Files
thpeetz-notes/Areas/Arbeitszimmer/Aufgaben/Telegram Bot ibtp-jenkins IBTPJenkinsBot.md

34 lines
1.3 KiB
Markdown

---
title: Telegram Bot ibtp-jenkins IBTPJenkinsBot
tags:
- process/task
status: Archiv
---
%%
Project::
Bar:: `$= dv.view('total-progress-bar', {file: "Telegram Bot ibtp-jenkins IBTPJenkinsBot"})`
%%
## Aufgabenbeschreibung
Done! Congratulations on your new bot. You will find it at t.me/IBTPJenkinsBot. You can now add a description, about section and profile picture for your bot, see /help for a list of commands. By the way, when you've finished creating your cool bot, ping our Bot Support if you want a better username for it. Just make sure the bot is fully operational before you do this.
Use this token to access the HTTP API:
725460229:AAG1ND4_SjiiNGiIvkqhXuzEj-8gzPiDCvA
Keep your token secure and store it safely, it can be used by anyone to control your bot.
For a description of the Bot API, see this page: https://core.telegram.org/bots/api
```shell
curl -s -X POST https://api.telegram.org/botcurl -s -X POST https://api.telegram.org/bot725460229:AAG1ND4_SjiiNGiIvkqhXuzEj-8gzPiDCvA/sendMessage -d chat_id=391768577 -d text="Hello World" > /dev/null
curl -iX GET "https://api.telegram.org/bot$TOKEN/sendMessage?chat_id=$CHATID&text=Build OK" 2>&1 >/dev/null
```
Dieser Bot existiert nicht mehr.
## Überlegungen
## Unteraufgaben
- [x] Telegram Bot ibtp-jenkins IBTPJenkinsBot [completion:: 2024-02-13]