All Projects → irevenko → info-bot

irevenko / info-bot

Licence: MIT license
🤖 A Versatile Telegram Bot

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to info-bot

api
Community discussion and documentation for the NWS API
Stars: ✭ 168 (+354.05%)
Mutual labels:  weather, weather-api, weather-forecast
wetterdienst
Open weather data for humans
Stars: ✭ 190 (+413.51%)
Mutual labels:  weather, weather-api, weather-forecast
riem
✈️ ☀️ R package for accessing ASOS data via the Iowa Environment Mesonet ☁️ ✈️
Stars: ✭ 38 (+2.7%)
Mutual labels:  weather, weather-api
ZhiXinApp
知心App 1.0 版本 / 动态权限申请 / 图灵机器人 / 人脸识别登录 / 欧酷天气 / 网易新闻 / Bmob后端云数据库实现登录注册以及上传文件 / 蒲公英应用发布平台 / 安卓(Android)毕业设计
Stars: ✭ 97 (+162.16%)
Mutual labels:  weather, news
Quietweather
☀️ Develop a weather wechat mini program application in two days - 两天撸一个天气应用微信小程序
Stars: ✭ 677 (+1729.73%)
Mutual labels:  weather, news
doto
Let's try something different
Stars: ✭ 78 (+110.81%)
Mutual labels:  weather, news
WorldWeather
The largest three-dimensional web-based interactive browser of satellite, weather, climate, and other time-aware geospatial data on the web, built upon NASA's revolutionary WorldWind technology.
Stars: ✭ 49 (+32.43%)
Mutual labels:  weather, weather-forecast
Localradio
📻 LocalRadio is "Radio for Cord-Cutters" – a Software-Defined Radio (SDR) app for your Mac and mobile devices. With an inexpensive RTL-SDR USB device, LocalRadio provides a casual, home-based radio listening experience for your favorite local frequencies - FM broadcasts/free music/news/sports/weather/public safety & aviation scanner/etc.
Stars: ✭ 269 (+627.03%)
Mutual labels:  weather, news
File-Maker
Generate data files for Wii Channels that have the latest news, forecast data, etc.
Stars: ✭ 65 (+75.68%)
Mutual labels:  weather, news
Champ
A Telegram bot combined with python to serve some basic functions like weather, music charts, cricket score and much more.
Stars: ✭ 22 (-40.54%)
Mutual labels:  weather, scraping
Wttr.in
⛅ The right way to check the weather
Stars: ✭ 16,345 (+44075.68%)
Mutual labels:  weather, weather-api
meteofrance-api
Python client for Météo-France API. | Client python pour l'API Météo-France
Stars: ✭ 50 (+35.14%)
Mutual labels:  weather, weather-api
react-weather-app
⛅️ PWA Weather App made with ReactJS
Stars: ✭ 147 (+297.3%)
Mutual labels:  weather, weather-api
VWapi
⛈ ☀️ Visual Weather api. Returns beautiful pictures with the current weather.
Stars: ✭ 33 (-10.81%)
Mutual labels:  weather, weather-api
weather-api
A RESTful API to check the weather
Stars: ✭ 209 (+464.86%)
Mutual labels:  weather, weather-api
ioBroker.dwd
Fetches weather warnings from "Deutscher Wetterdienst" (germany only)
Stars: ✭ 19 (-48.65%)
Mutual labels:  weather, weather-forecast
rainviewer-api-example
How to use RainViewer API: simple HTML + JS code which render an animated weather radar overlay on the map
Stars: ✭ 56 (+51.35%)
Mutual labels:  weather, weather-api
yahoo-weather-java-api
A Java API for the yahoo weather service
Stars: ✭ 26 (-29.73%)
Mutual labels:  weather, weather-forecast
JARVIS
Jarvis is a simple Chatbot with a GUI capable of chatting and retrieving information and daily news from the internet for it's user using python.
Stars: ✭ 49 (+32.43%)
Mutual labels:  weather, news
Marquee Scroller
Marquee Scroller Clock News Weather and More
Stars: ✭ 211 (+470.27%)
Mutual labels:  weather, news

InfoBot 🤖

An all-round bot made to learn Python
Telegram link or @info2019_bot
Bot is deployed on Heroku, so it might sleep after 30 mins of being inactive but could wake up (big delay around 30 secs)
If you want to access the bot ask me and i'll launch it locally
If bot is not working or you found a bug - please contact me in telegram @irevenko

This bot is written using ✏️

What can this bot do

  • Display current weather forecast 🌄
  • Display current world time at any place
  • Display current crypto coins price 💸
  • Display current top companies stocks price 📈
  • Display latest BBC news 📰
  • Translate from English 🔀

Screenshots 📸

Start & Help & Keyboard Time & Weather Crypto
Stocks News Translator

Quick Start 🚀

Register your bot at @BotFather in Telegram and add commands
Get API key at openweathermap.org

git clone https://github.com/irevenko/InfoBot.git
cd InfoBot

pip install requirements.txt
OR
python -m pip install -r requirements.txt
go to config.py and fill tokens
BOT_TOKEN = ' '
OWM_TOKEN = ' '
Then you can launch the bot py bot.py

What I Learned 🧠

  • How to work with API's (pyowm)
  • How to work with JSON's (coinmarket api)
  • How to scrap a site (yahoo finance + google search for time + BBC news with Beatiful Soup)
  • How HTTP/HTTPS works
  • Function Decorators
  • Lambda Functions
  • Try Except, Dictionaries, imports
  • How to deploy on heroku
  • Polling and web hooks

License 📑

(c) 2020 Ilya Revenko. MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].