-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e00cac4
commit 2c6b986
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# Telegram-Logger | ||
This utility enables seamless message logging to a Telegram channel via a straightforward Curl command, leveraging Telegram bot capabilities. It's designed for developers needing a quick and efficient way to send updates or logs to a Telegram channel directly from their scripts or applications. | ||
|
||
The function uses Curl to send messages directly to any Telegram channel using Telegram bots. | ||
## Usage | ||
- Ensure you have curl installed on your system. Most Unix-like operating systems come with curl pre-installed. | ||
- Use the provided Curl command template in your scripts or command line, replacing **(YOUR_BOT_KEY)** with your Telegram bot's API key and **(YOUR_CHAT_ID)** with the target Telegram channel or group ID. | ||
|
||
Remember to replace (YOUR_BOT_KEY) and (YOUR_CHAT_ID) with your actual values. | ||
## Important Reminder | ||
Ensure you replace **(YOUR_BOT_KEY)** and **(YOUR_CHAT_ID)** with your actual Telegram bot key and chat ID to enable the function to work correctly. | ||
|
||
## License | ||
This project is open for use and modification under the terms you prefer. No formal license is applied. |