Hello! The burning question today: How to find out the chat id of a group or channel in Telegram? There are two answers to it 🙂 Continue reading HOW TO FIND THE CHAT ID OF A GROUP OR CHANNEL IN TELEGRAM?
Python – time in another time zone
Hi all! Just ran into the task of working with time in a different time zone. I had to figure out the solution, so I’m sharing it – it might come in handy for someone 🙂 Continue reading Python – time in another time zone
Python – how to work with time without headache?
Hi all! Working with time in Python is a different story (and headache). And today we will deal with the problem: how to work with time without a headache (yes, this is quite real)? Continue reading Python – how to work with time without headache?
Telegram message “this message couldn’t be displayed on your device due to copyright infringement”
Hi all! Today we will figure out how to get rid of the message “this message couldn’t be displayed on your device due to copyright infringement”, which you can see in Telegram if you are trying to access data that is protected by copyright. Continue reading Telegram message “this message couldn’t be displayed on your device due to copyright infringement”
PHP – how to save a file to a folder on the server?
PHP – how to save a file to a folder on the server? A simple task – but … is it so simple, especially for a beginner? Continue reading PHP – how to save a file to a folder on the server?