A simple Python application to help you choose a movie from a downloaded archive
I have been downloading films and after a while I lost track of them and I would be confused every time I tried to choose a movie that matched my mood.
So, I created this aplication which scans a directory and generates search links for the files. I would also like to add more functionalities like searching for imdb score in future, so stick around :)
-
clone the project
cd your/desired/path
git clone https://github.com/mahdialiabadimoghaddam/movie_manager.git
-
install reuquired packages
pip install requests pip install beautifulsoup4
-
setup
config.py.sample
- rename it to config.py
- assign proper values to all variables
-
run the script, using:
Python app/main.py
make sure you are NOT connected through VPN
- Mahdi AliabadiMoghaddan - mahdialiabadimoghaddam
- Ehsan Hosseini - ehsanhosseini1380