Git Product home page Git Product logo

tautullitoletterboxd's Introduction

Hello World! ๐Ÿ‘‹

I am Evan J.

Evan's LinkdeIn Evan's Website Evan's Threema Evan's Dev.to Evan's Github Evan's Keybase

C7B7 C8CE 7DCB C785

I am a recent graduate that received a BaS in Computer Information Systems with a minor in Business Administration.
I am actively learning new languages and concepts whenever I find time.
Aside from programming, I invest my time in furthering my experience in game development, cybersecurity, and computer hardware.

What I Use HappyBot

iFrame Languages
  • Python Python

  • PHP PHP

  • MySQL MySQL

  • JavaScript JavaScript

  • Java Java

  • C/C++ C/C++

Wrench Tools
  • Linux Linux

  • Git Git

  • Heroku Heroku

  • Digial Ocean Digital Ocean

  • PyCharm PyCharm

Top Langs Overview

Heart How to Support Me

tautullitoletterboxd's People

Contributors

dependabot[bot] avatar ejach avatar hotdog218 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

tautullitoletterboxd's Issues

Config Parser Issue

Hi, I've used your script in the past and not run into any issues, but now I can't seem to get around this config parser issue:

python tautulli_to_letterboxd.py -u UserName

Traceback (most recent call last):
  File "tautulli_to_letterboxd.py", line 37, in <module>
    BASE_URL = CFG['HOST']['base_url'] + '/api/v2'
  File "C:\Users\Zach\AppData\Local\Programs\Python\Python37-32\lib\configparser.py", line 958, in __getitem__
    raise KeyError(key)
KeyError: 'HOST'

Config looks like this:

[HOST]
# The Tautulli host
# Default: http://localhost:8181
baseurl=http://192.168.1.7:8181
[AUTH]
# Tautulli API token
# Found in Settings > Web Interface > API Key
token=XXXXXXXXXXXXXXXXXXXXXXXXXXXXX

I don't really think I've changed anything since the last time I ran the script. Any insight as to what's happening?

Appreciate any help you can give!

Use `csv.QUOTE_NONNUMERIC` instead of `csv.QUOTE_NONE`

Use csv.QUOTE_NONNUMERIC instead of csv.QUOTE_NONE in

csv_writer = writer(data_file, quoting=QUOTE_NONE, quotechar=None, delimiter='\n')

to quote all non-numeric strings by default instead of this line

 title = '"%s"' % ' '.join([a.strip() for a in name.split('\n') if a]) if ',' in name else name

For code clarity and efficiency ๐Ÿ’ฏ

not grabbing tv shows

I am trying to export all the tv episodes I watched,. It seemed to export movies ok. Is this only for movies?

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.