Building a one-stop API caller on Telegram with Python

By Medium - 2021-03-20

Description

In my previous article, I wrote about how I made use of a Telegram bot for a love confession. That idea actually came about when I’m building this bot (as shown in the screenshot above) I’m going to…

Summary

  • Retrieving the latest weather, news, tweets, and tinge of happiness on a Telegram bot In my previous article, I wrote about how I made use of a Telegram bot for a love confession.
  • Image by the author — /memes command The /wallpaper command I’m sure most of the writers on Medium will be familiar with the platform Unsplash, which gives really nice pictures for us to include in our articles.
  • You will also need to sign up for a developer account over here to obtain an api_key.
  • Note that since this bot is being hosted on Heroku platform, it might take up to 15 seconds for the bot to start when you run it.

 

Topics

  1. UX (0.22)
  2. Frontend (0.16)
  3. NLP (0.09)

Similar Articles

Top 5 Cryptocurrency APIs for Developers

By Medium - 2020-06-07

In this article, we learn the top 5 best crypto APIs in 2020. Learn how to develop with Python for accurate cryptocurrency market data endpoints, crypto price api, Live price streaming, crypto social ...

Using a REST API in react

By DEV Community - 2020-12-30

WHAT IS AN API An API stands for an "Application Programming Interface". It allows communi... Tagged with webdev, react, html, javascript.

How to Build a Serverless Application Using AWS SAM

By freeCodeCamp.org - 2020-10-19

In my previous article, I talked about how AWS Chalice helps you quickly build a Python-based serverless application and deploy it on AWS within a few minutes. While it was a quick and fun prototype, ...

How To Deploy ML Models on AWS With Elastic Beanstalk

By Medium - 2021-02-05

In previous articles, we provided examples of how to build a Flask Rest API, how to build and deploy a machine learning web app, and how to deploy a Flask API with Digital Ocean. Today, we will…