Tag Archives: programming
Using Telegram for Automation Using Python Telethon Module
Telegram is a cloud based messaging application which provides an excellent set of APIs to allow developers to automate on top of the platform. It is increasingly being used to automate various notifications and messages. It has become a platform … Continue reading
Posted in Automation, Programming, Tips/Code Snippets
Tagged automation, programming, python, telegram
1 Comment
Build An MP3 Catalogue System With Perl – Conclusion
In the last post we saw how to read ID3v1 and ID3v2 tags using perl. In this post we will continue our journey towards creating a simple catalog for the MP3 collection. Quickly Getting the Desired Information out of the MP3 … Continue reading
Build An MP3 Catalogue System With Perl – Basics
My mp3 collection was increasing and I wanted to build a catalogue for the same. There are various steps in having even a simple catalogue system. In this post and a few posts that will follow, I will be explaining … Continue reading