{"id":22000757,"url":"https://github.com/irevenko/info-bot","last_synced_at":"2025-05-01T02:43:57.903Z","repository":{"id":50174563,"uuid":"247106335","full_name":"irevenko/info-bot","owner":"irevenko","description":"🤖 A Versatile Telegram Bot ","archived":false,"fork":false,"pushed_at":"2022-12-08T03:50:15.000Z","size":45,"stargazers_count":43,"open_issues_count":4,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-30T21:03:22.373Z","etag":null,"topics":["bot","bots","bs4","cryptocoins","cryptocurrencies","cryptocurrency","news","parse","pytelegrambotapi","python","python3","requests","scraping","telegram","telegram-bot","telegram-bots","time","weather","weather-api","weather-forecast"],"latest_commit_sha":null,"homepage":"https://t.me/info2019_bot","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/irevenko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-13T15:42:53.000Z","updated_at":"2025-01-25T13:14:24.000Z","dependencies_parsed_at":"2023-01-25T04:30:59.462Z","dependency_job_id":null,"html_url":"https://github.com/irevenko/info-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irevenko%2Finfo-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irevenko%2Finfo-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irevenko%2Finfo-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irevenko%2Finfo-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irevenko","download_url":"https://codeload.github.com/irevenko/info-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251815185,"owners_count":21648364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","bots","bs4","cryptocoins","cryptocurrencies","cryptocurrency","news","parse","pytelegrambotapi","python","python3","requests","scraping","telegram","telegram-bot","telegram-bots","time","weather","weather-api","weather-forecast"],"created_at":"2024-11-29T23:11:01.493Z","updated_at":"2025-05-01T02:43:57.884Z","avatar_url":"https://github.com/irevenko.png","language":"Python","readme":"# InfoBot 🤖\nAn all-round bot made to learn Python \u003cbr /\u003e\n[Telegram link](https://t.me/info2019_bot) or @info2019_bot \u003cbr /\u003e\nBot is deployed on Heroku, so it might sleep after 30 mins of being inactive but could wake up (big delay around 30 secs) \u003cbr /\u003e\nIf you want to access the bot ask me and i'll launch it locally\u003cbr /\u003e\nIf bot is not working or you found a bug - please contact me in telegram @irevenko\n\n# This bot is written using ✏️\n* [pyTelegramBotAPI](https://github.com/eternnoir/pyTelegramBotAPI)\n* [pyowm](https://github.com/csparpa/pyowm) \n* [coinbase](https://gist.github.com/chris-gong/b24130f5ea0c6c93e3c24bfb4aca27fd)\n* [bs4](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) + [requests](https://requests.readthedocs.io/en/master/) (for scrapping the Monero coin price \u0026 current time scrapping \u0026 stocks scrapping \u0026 news scrapping) \n* [googletrans](https://pypi.org/project/googletrans/)\n\n# What can this bot do❓\n* Display current weather forecast 🌄\n* Display current world time at any place ⏲\n* Display current crypto coins price 💸\n* Display current top companies stocks price 📈\n* Display latest BBC news 📰\n* Translate from English 🔀\n\n# Screenshots 📸\n|   |   |   |\n|:---:|:---:|:---:|\n|\u003cimg src=\"https://i.imgur.com/6SvV1uH.png\" width=\"275\"\u003e|\u003cimg src=\"https://i.imgur.com/ncleleT.png\" width=\"275\"\u003e|\u003cimg src=\"https://i.imgur.com/HohkaKi.png\" width=\"275\"\u003e|\n|Start \u0026 Help \u0026 Keyboard|Time \u0026 Weather|Crypto|\n\u003cimg src=\"https://i.imgur.com/yFqudtu.png\" width=\"275\"\u003e|\u003cimg src=\"https://i.imgur.com/sLCDNrQ.png\" width=\"275\"\u003e|\u003cimg src=\"https://i.imgur.com/3uLkArO.png\" width=\"275\"\u003e|\n|Stocks|News|Translator\n\n# Quick Start 🚀\n``` Register your bot at @BotFather in Telegram and add commands``` \u003cbr /\u003e\n```Get API key at openweathermap.org  ``` \u003cbr /\u003e\n\n``` git clone https://github.com/irevenko/InfoBot.git``` \u003cbr /\u003e\n```cd InfoBot ``` \u003cbr /\u003e\n\n```pip install requirements.txt ``` \u003cbr /\u003e\n```OR```\u003cbr /\u003e\n```python -m pip install -r requirements.txt```\u003cbr /\u003e\n``` go to config.py and fill tokens```\u003cbr /\u003e\n```BOT_TOKEN = ' '```\u003cbr /\u003e\n```OWM_TOKEN = ' '```\u003cbr /\u003e\n```Then you can launch the bot```\n```py bot.py```\n\n# What I Learned 🧠\n* How to work with API's (pyowm)\n* How to work with JSON's (coinmarket api)\n* How to scrap a site (yahoo finance + google search for time + BBC news  with Beatiful Soup)\n* How HTTP/HTTPS works\n* Function Decorators \n* Lambda Functions\n* Try Except, Dictionaries, imports\n* How to deploy on heroku\n* Polling and web hooks\n\n# License 📑 \n(c) 2020 Ilya Revenko. [MIT License](https://tldrlegal.com/license/mit-license)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firevenko%2Finfo-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firevenko%2Finfo-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firevenko%2Finfo-bot/lists"}