Skip to content

irevenko/info-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

31 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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