Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dobanov/send_message-file_to_telegram
send message or file to telegramm
https://github.com/dobanov/send_message-file_to_telegram
messaging telegram-bot
Last synced: 5 days ago
JSON representation
send message or file to telegramm
- Host: GitHub
- URL: https://github.com/dobanov/send_message-file_to_telegram
- Owner: dobanov
- Created: 2024-05-02T04:23:20.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T10:51:06.000Z (5 months ago)
- Last Synced: 2024-06-13T13:06:27.655Z (5 months ago)
- Topics: messaging, telegram-bot
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tg_send_message-file
send message or file to telegramg++ -o tg_send_message-file tg_send_message-file.cpp -lcurl
This program sends messages or files to Telegram using the provided bot and chat IDs.
Options:
-c : Specify the chat ID to send the message or file to.
-b : Specify the bot ID for authentication.
-m : Specify the message to send.
-f : Specify the path to the file to send.
-d : Enable debug mode.
-h : Display this help message.