mirror of
https://github.com/skoobasteeve/telegram-moviebot.git
synced 2026-03-20 03:28:57 +00:00
Update README.md
This commit is contained in:
12
README.md
12
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.
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user