SaaSHub helps you find the best software and product alternatives Learn more →
Cinemagoer Alternatives
Similar projects and alternatives to cinemagoer
-
auto-riffer
Tool that automatically aligns and merges humorous audio commentary with video files based on spoken word matching.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
jaydebeapi
JayDeBeApi module allows you to connect from Python code to databases using Java JDBC. It provides a Python DB-API v2.0 to that database.
-
movietopia
Movie Database Project. The capstone project for Harvard's Course CS50’s Web Programming with Python and JavaScript.
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better cinemagoer alternative or higher similarity.
cinemagoer discussion
cinemagoer reviews and mentions
Posts with mentions or reviews of cinemagoer.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-17.
- [OC]IMDB Top 30 movies: cast death rate
- I have created a program to keep track of the movies I watch this year with Tkinter and Sqlite3
-
Creating an autocomplete search form (probably w/ jQuery) using a comprehensive (huge) movie title list (Django project) from IMDBPy
I am in the early stages of retrieving IMDB data via the Python package IMDBPy (their site) (project github). I have been referring to this nice IMDBpy implementation for help with aspects of what I'm doing here. Several of the queries that I'm using generate datasets that come in "nested dictionary" form, e.g. 'movie_1':{'title':'One Flew Over the Cuckoo's Nest', 'director': 'Milos Forman'...}. My early version of the title retrieval takes this form in VIEWS.PY: def index(request): imdb = IMDb() test_movies = {} for i in range(1100000, 1100015): test_movies[f'movie_{i}'] = imdb.get_movie(f'{i}') context = { 'test_movies':test_movies, } return render(request, 'index.html', context)
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Jun 2026
Stats
Basic cinemagoer repo stats
3
1,317
8.4
13 days ago
cinemagoer/cinemagoer is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of cinemagoer is Python.