Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatSINEWAVE authored Feb 20, 2024
1 parent e00cac4 commit 2c6b986
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
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.

0 comments on commit 2c6b986

Please sign in to comment.