Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thatsinewave/telegram-logger
Simple function that can be copy-pasted into any Python script to add logging to Telegram chats
https://github.com/thatsinewave/telegram-logger
automation curl developer-tools functions good-first-contribution good-first-issue good-first-pr good-first-project logger logging message-logging open-source script-integration telegram telegram-bot telegram-bot-api telegram-bots telegram-logger telegram-userbot thatsinewave
Last synced: 23 days ago
JSON representation
Simple function that can be copy-pasted into any Python script to add logging to Telegram chats
- Host: GitHub
- URL: https://github.com/thatsinewave/telegram-logger
- Owner: ThatSINEWAVE
- License: mit
- Created: 2024-02-20T01:29:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-23T22:52:56.000Z (7 months ago)
- Last Synced: 2024-10-14T01:42:04.172Z (23 days ago)
- Topics: automation, curl, developer-tools, functions, good-first-contribution, good-first-issue, good-first-pr, good-first-project, logger, logging, message-logging, open-source, script-integration, telegram, telegram-bot, telegram-bot-api, telegram-bots, telegram-logger, telegram-userbot, thatsinewave
- Language: Python
- Homepage: https://github.com/ThatSINEWAVE/Telegram-Logger
- Size: 23.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 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.
## 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.## ☕ [Support my work on Ko-Fi](https://ko-fi.com/thatsinewave)
## 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.# [Join my discord server](https://discord.gg/2nHHHBWNDw)