Simple Telegram Bot for generating BlackPearl BBCode Templates Written in Pyrogram
-🎉 IMDB Info fetching from files
-🗃️ Both Movies and TV Supported
-⚙️ Mediainfo,Tags,Links,Size,Languages
-🛠️ TMDB Posters For Movies
-📦 Everything Works on Mounted Gdrive, No local files needed
-🤘 Fetches Every files in folder
Install the following dependencies in the listed order. Ensure Everything is added to the environment path.
python -m pip install -r requirements.txt
Mount Your Drive using rclone : rclone mount remote:foldername --vfs-cache-mode full s:
Note : Make Sure U mounted the remote:folder mentioned in config file, You can change s:
to your mounted drive name (not rclone name)
python BPBBCODE.py
/movie Foldername
or /tv foldername
TEAM DRIVE/BOT/MOVIES/DUNE.2021.mkv
BOT is your remote folder (folder u configured remote or root folder)
And Your Remote name is : Arthur
And If you want to fetch bbcode -
Arthur:BOT
Arthur:BOT/
in BOTCONFIG.py : REMOTE_NAME = "Arthur:BOT/"
/movie MOVIES
So it loops in S:/MOVIES/
for MKV/MP4/AVI filesTEAM DRIVE/BOT/TVSHOWS/VIGIL.S01/Vigil.S01E01.mkv
TEAM DRIVE/BOT/TVSHOWS/VIGIL.S01/Vigil.S01E02.mkv
And You Request : /tv TVSHOWS
so that it picks season folder link and size.It only picks First episode for mediainfo,Rest of the episodes got skipped for mediainfo.So Unless there is E01
its skips..