Skip to content

mahdialiabadimoghaddam/movie_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

movie_manager

A simple Python application to help you choose a movie from a downloaded archive

The story behind

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 :)

Running the program

  1. download and install Python

  2. clone the project

    cd your/desired/path
    git clone https://github.com/mahdialiabadimoghaddam/movie_manager.git
  3. install reuquired packages

    pip install requests
    pip install beautifulsoup4
  4. setup config.py.sample

    • rename it to config.py
    • assign proper values to all variables
  5. run the script, using:

    Python app/main.py

    make sure you are NOT connected through VPN

Built with

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages