- Open Telegram application then search for
@BotFather - Click Start
- Click Menu -> /newbot or type
/newbotand hit Send - Follow the instruction until we get message like so
Done! Congratulations on your new bot. You will find it at t.me/new_bot.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| declare packages="git alpine-sdk cargo" | |
| declare project_name="rustdesk-server" | |
| echo "Installing build packages..." | |
| sudo apk add $packages |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| substitutions: | |
| inverter_id: inverter | |
| updates: 5s | |
| api_key: xxx | |
| ota_password: xxx | |
| esphome: | |
| name: inverter-monitor | |
| comment: "Inverter monitor" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * See documentation at https://nRF24.github.io/RF24 | |
| * See License information at root directory of this library | |
| * Author: Brendan Doherty (2bndy5), Tom Clement (tjclement) | |
| */ | |
| /** | |
| * A modified example from the NRF24 library, that cycles through brightness levels of Neewer NL660-2.4 light panels. | |
| */ | |
| #include <SPI.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'float_time' | |
| 'many2manyattendee' | |
| 'many2many_tags' | |
| 'one2many' | |
| 'email' | |
| 'mail_followers' | |
| 'mail_thread' | |
| 'many2many_tags_avatar' | |
| 'pad' | |
| 'statinfo' |
OlderNewer