Update README.md

This commit is contained in:
Ray Lyon
2022-04-24 16:31:33 -04:00
committed by GitHub
parent 9b675364bc
commit 9d05885c58

View File

@@ -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)
![tg_search2](images/tg_search2.gif)