Sebastian Schreck

Results 46 issues of Sebastian Schreck

During the login to IMDB, it might happen, that a captcha is required. * Research what causes this * maybe something in the login url? * Enable user to enter...

improvement
ready

new feature
request
Hacktoberfest

new feature
request
Hacktoberfest

Create a pre-commit hook that * runs formatted (`black .`?) * linter (`mypy`, `flake8`, ...) If linting fails, the commit shall not be created. The same linting shall be used...

improvement
ready
Hacktoberfest
good first issue

create the possibility to log events to a log file * configurable log levels? use the standard logging lib from python.

improvement
ready
Hacktoberfest
good first issue

This project uses a dict for storing and passing the 'movie' around between parsers and inserters. In the past, this was actually a defined data class. Re-introduce the data class...

improvement
Hacktoberfest
good first issue

new feature
request
Hacktoberfest

parse from multiple sources, merge results (merge strategy?), then insert somewhere e.g. `python3 transfer_ratings.py -s trakt -s imdb -d movielens`

new feature
ready
Hacktoberfest

**Is your feature request related to a problem? Please describe.** If the source of the parsed movies does not include the IMDB id of a movie, the movie matcher at...

request
improvement
Hacktoberfest