-
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
Showing
1 changed file
with
13 additions
and
4 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 |
---|---|---|
|
@@ -17,7 +17,7 @@ To send messages, you need your chat ID. Use the following code to get it. | |
|
||
### 3. Send Notifications from Google Colab | ||
|
||
Use the following function to send messages to your Telegram chat | ||
Use the following function to send messages to your Telegram chat. | ||
|
||
### Example: Integrating with Google Colab | ||
|
||
|
@@ -34,13 +34,17 @@ send_telegram_message('Training completed! Check your results.') | |
- Test your setup by sending a few test messages. | ||
- Remember to handle your API token securely and do not expose it publicly. | ||
|
||
## Technologies Used | ||
- Python | ||
- requests | ||
- Telegram Bot API | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. | ||
|
||
## Contributing | ||
|
||
If you have suggestions for improving this repository, please feel free to submit a pull request or open an issue. | ||
## Authors | ||
- [KastoneX](https://github.com/kastonex) | ||
|
||
## Acknowledgements | ||
|
||
|
@@ -49,3 +53,8 @@ Special thanks to the Telegram Bot API documentation and the Python Requests lib | |
--- | ||
|
||
By following these steps, you'll be able to receive timely notifications from your Google Colab environment directly in your Telegram chat. Happy coding! | ||
|
||
|
||
## Get in touch | ||
|
||
<p> <a href="mailto:[email protected]" target="_blank" rel="noreferrer"><img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white" /></a> <a href="https://t.me/kastonex" target="_blank" rel="noreferrer"><img src="https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white" /></a> <a href="https://www.kaggle.com/kastonex" target="_blank" rel="noreferrer"><img src="https://img.shields.io/badge/Kaggle-035a7d?style=for-the-badge&logo=kaggle&logoColor=white" /></a></p> |