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:
10
README.md
10
README.md
@@ -1,10 +1,10 @@
|
|||||||
# Telegram Moviebot
|
# Telegram Moviebot
|
||||||
### Chat-bot that tells you where to stream a movie.
|
### 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
|
## Requirements
|
||||||
- [Streaming Availability API token](https://rapidapi.com/movie-of-the-night-movie-of-the-night-default/api/streaming-availability)
|
- [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)
|
- [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
|
## Getting Started
|
||||||
|
|
||||||
Regardless of how you run it, the program expects the above API tokens to be available as the below environment variables:
|
Regardless of how you run it, the program expects the above API tokens to be available as the below environment variables:
|
||||||
- $SA_API_TOKEN
|
- **SA_API_TOKEN**
|
||||||
- $TMDB_API_TOKEN
|
- **TMDB_API_TOKEN**
|
||||||
- $TG_BOT_TOKEN
|
- **TG_BOT_TOKEN**
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
One-liner:
|
One-liner:
|
||||||
|
|||||||
Reference in New Issue
Block a user