Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 907 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 907 Bytes

T-bot

T-bot is Telegram bot utilizing a few API's. Find it here.

Built using python-telegram-bot.

Installation

Use the package manager pip to install required modules.

pip3 install -r requirements.txt

DEV Usage

If you want to test it with your own API keys, you will have to use environment variables:

For Telegram api, set environment variable API_TELEGRAM with api-key value

For NASA api, set environment variable API_NASA with api-key value

For CATS api, set environment variable API_CATS with api-key value

Make sure to set keys without quotes!

API's used

URL Shortener

NASA API

Quotes API

Cats API

Dogs API