Alexandre Calaçablog.alexandrecalaca.com·Sep 20, 2023How to install Telegram on Linux Mint 21 vanessa or any other Ubuntu-based Linux distribution using the terminal emulatorTelegram Telegram is a cloud-based instant messaging app and communication platform. It was created by Pavel and Nikolai Durov and was first launched in 2013. Telegram is known for its focus on privacy, security, and speed. Check your OS lsb_relea...Discuss·1 likeUbuntu
Alexandre Calaçablog.alexandrecalaca.com·Sep 14, 2023How to install Telegram on Deepin OS 20.7 or any other Debian-based Linux distribution?Telegram Update system's package repository sudo apt update Install Telegram sudo apt install telegram-desktop -y Output Check installation In your terminal emulator: telegram-desktop Celebrate You've made it! Let's become friends Github ...Discuss·1 likedebian
George Danekeblog.daneke.ge·Aug 8, 2023Outline VPN + Telegram: bot hosted on DigitalOcean Functions (serverless)TLDR: if you want to try my bot, ask me on Telegram. I decided to share what I have for my own Outline VPN Server - it simple bot where you can generate a new personal key to access this VPN server. In the end, you will have Telegram chat id and @nic...Discuss·102 readstelegram bot
Aditya Jyoti Paulphreakyphoenix.hashnode.dev·Jul 29, 2023AmzTrack: Track Amazon Prices with PythonHello there, fellow savvy shoppers and Pythonistas! If you've ever wanted to keep an eye on the price of a product on Amazon without manually refreshing the page every five minutes, this blog post is for you. Today, I'll share with you a simple Pytho...DiscussAmazon
Vladyslavmetimol.hashnode.dev·Jul 7, 2023Free Automation for Any Telegram ChannelHello everyone! I had a few Telegram channels, but I didn't enjoy managing them. It took up a lot of time, and I constantly had to search for new topics and information for the channels. That's when I decided to create this project. It's a completely...Discuss·1 likePython
Gigi Kennethbluegenes.hashnode.dev·Jun 12, 2023Building an AI Text Generation Bot in Go with Telegram and CohereThis article will explore how to build a Telegram chatbot using Golang and integrate it with the Cohere API for natural language generation. So, let's dive in and build our bot. Get your Cohere API key🔑 Sign up for an account on Cohere's website (c...Discuss·36 readsArtificial Intelligence
Gigi Kennethbluegenes.hashnode.dev·Jun 10, 2023Creating an AI Text Summarization Bot in Python Using Cohere & TelegramIn this blog post, we will go over how you can build a text summarizer bot using Cohere's API and integrate that into Telegram. Text summarization is a great technique that can help condense large amounts of text into shorter, more concise summaries....DiscussArtificial Intelligence
Alessandroswiftuser.hashnode.dev·May 29, 2023How to: Telegram bot with pythonOverview In this article, we are going to guide you through creating a Bot for Telegram in Python using Tornado and deploying it to Render. Requirements You will need to have created and working accounts for the following services: Have a Telegram a...Discuss·11 likes·223 readstelegram bot
Chris Achingachrisdevcode.hashnode.dev·May 15, 2023Building a Weather and Time Telegram Bot using Node.jsTelegram bots are automated applications that run inside Telegram. Users can interact with bots by sending messages, commands, and inline requests. Today, we'll walk you through how to build a simple Telegram bot using Node.js that provides weather a...Discuss·628 readstelegram
Sai Lokesh Reddysailokesh.hashnode.dev·Apr 30, 2023Converting Images to PDF with your own Python Telegram BotImage-to-PDF conversion can be useful when you need to bundle up several images into a single file. With the help of the Python programming language and the img2pdf library, it's possible to automate this task and even create a Telegram bot that conv...Discuss·90 readstelegram bot