teleapi / FileStream /TMDB /__init__.py
BinaryONe
APP -sparkdrive
e566133
raw
history blame
269 Bytes
import re
from tmdbv3api import TMDb, Search, Movie,TV
from FileStream.config import TMDB
# Initialize the TMDb API
tmdb = TMDb()
tmdb.api_key = TMDB.API # Replace with your actual TMDb API key
# Initialize the Search class
search = Search()
movie=Movie()
tv=TV()