Giter VIP home page Giter VIP logo

info-bot's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.