RatS
RatS copied to clipboard
Movie Ratings Synchronization with Python
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.1.5 to 4.3.0. Release notes Sourced from selenium's releases. Selenium 4.3.0 Changelog For each component's detailed changelog, please check: Ruby Python JavaScript Java DotNet IEDriverServer Commits in...
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...
docker run -it -v ~/.RatS.cfg:/RatS/RatS/credentials.cfg stegschreck/rats python3 transfer_ratings.py --source trakt --all-destinations --verbose ===== IMDB: performing loginTraceback (most recent call last): File "transfer_ratings.py", line 227, in main() File "transfer_ratings.py", line 79,...
**Describe the bug** As soon as I run : **`python3 transfer_ratings.py --source trakt --destination movielens --file 20211126132038_Trakt.json`** it gives me this: ``` ===== Trakt: performing login/home/hypatia/.local/lib/python3.9/site-packages/selenium/webdriver/remote/webelement.py:206: UserWarning: find_elements_by_* commands are...
tried several times but always the same result: ``` noyse@MSI:~/RatS$ sudo python3 transfer_ratings.py --source trakt --destination letterboxd ===== Trakt: Parsing 12 pages with 662 movies in total 100% (662 of...
**Describe the bug** Crashes with python error `AttributeError: 'NoneType' object has no attribute 'find'` **To Reproduce** Steps to reproduce the behavior: 1. Start with `python3 transfer_ratings.py --source trakt --destination imdb`...
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...