Giter VIP home page Giter VIP logo

obsidianmovies's Introduction

This repo was forked from https://github.com/wjivan/obsidianmovies. So if you like to check out the initial idea and codebase, go check Wen Jian there :)

Motivation

Obsidian is a great note-taking and productivity tool. One area I want to log and review are movies. When I sat down and listed all my favourite movies, it came down to a list of more than 100 movies! Trying to search through the cast and directors for all these movies is time consuming and I just want to get a quick summary of the movie before trying to write my own thoughts on them. So I decided to use Python to automate this for me.

Requirements

You need to install Python and its required packages for this to work. Python 3 and Pipenv are assumed to be installed (or just Pipenv might be enough).

pipenv install

How this works

  1. Input all the movies to search into the csv movies_to_search.md.
  2. The script makes use of the Cinemagoer package to download the metadata from IMDB. This does not require you to have an IMDB api account. You can check out their documentations on what data is available to adjust as required. I created a function that allows me to down the information regarding:
  • title
  • plot
  • genre
  • country
  • cover url
  • director
  • kind
  • rating
  • synopsis
  • year
  1. Obsidian reads markdown pages so I automate the creation of markdown pages using python using mdutils. I create a function to automate the creation of a standard template filled in with the new metadata:
  2. You can drag and drop these newly created markdown sheets into Obsidian.

obsidianmovies's People

Contributors

drakeguan avatar wjivan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.