From 9d05885c585911f066e879540c632efb859b93b1 Mon Sep 17 00:00:00 2001 From: Ray Lyon <36998292+skoobasteeve@users.noreply.github.com> Date: Sun, 24 Apr 2022 16:31:33 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e16c308..4cc8200 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Telegram Moviebot ### Chat-bot that tells you where to stream a movie. -Built using the wonderful [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) library and the below APIs. - ![tg_search1](images/tg_search1.gif) +Built using the wonderful [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) library and the [TMDB](https://developers.themoviedb.org/3/getting-started/introduction) and [Streaming Availability](https://rapidapi.com/movie-of-the-night-movie-of-the-night-default/api/streaming-availability/details) APIs. + ## Requirements - [Streaming Availability API token](https://rapidapi.com/movie-of-the-night-movie-of-the-night-default/api/streaming-availability) - [TMDB API token](https://developers.themoviedb.org/3/getting-started/introduction) @@ -13,9 +13,9 @@ Built using the wonderful [python-telegram-bot](https://github.com/python-telegr ## Getting Started Regardless of how you run it, the program expects the above API tokens to be available as the below environment variables: -- $SA_API_TOKEN -- $TMDB_API_TOKEN -- $TG_BOT_TOKEN +- **SA_API_TOKEN** +- **TMDB_API_TOKEN** +- **TG_BOT_TOKEN** ### Docker One-liner: @@ -73,4 +73,4 @@ Next, type the name of the movie you're looking for. Most of the time, you'll find your movie on the first try. However, you can further narrow your search by specifying the `-year` flag followed the the release year. -![tg_search2](images/tg_search2.gif) \ No newline at end of file +![tg_search2](images/tg_search2.gif)