Giter VIP home page Giter VIP logo

exports's Introduction

trakt

Generate csv files from my trakt lists, to import to Notion

Actresses

Export a list with people

TODO

  • Option to update/insert directly to notion

lists

Export a list with movie and shows

TODO

  • Move configs to json so I can commit it
  • Option to update/insert directly to notion

migrate_list

Migrate Watchlist or Finished to a new list, as PyTrakt don't return all information for those trakt lists.

Reddit

Export saved posts to json. Has commented code to unsave

Goodreads

For a json exported from the site (csv converted to json), add cover URLs and save to csv so it can be imported into notion.

Todo:

  • Option to update/insert directly to notion

Notion

NOTE: consider using https://github.com/ramnes/notion-sdk-py in the future

notion_to_blog

Load books from notion and export to markdown file so it can be used on my hugo blog.

Twitter

From https://github.com/jarulsamy/twitter-bookmark-downloader.

TODO

  • option to download videos
  • add column to save the link (i.e. blog post, youtube)
  • what to do with gifs? save link to column?

Setup

This software is only compatible with Python 3.6+.

Install the required dependencies using the requirements.txt file.

pip install -r requirements.txt

Selenium is required for this application when running with python. Please install selenium and the Firefox Gecko Webdriver. Add it to your platform specific PATH based on the Selenium Documentation.

Run

Run main.py to start. Enter your username, password, and if enabled, 2fa code when prompted.

Optionally, use the command line arguments:

usage: main.py [-h][-d DOWNLOAD_DIR] [-u USERNAME][-p PASSWORD] [--headless]

optional arguments:
  -h, --help            show this help message and exit
  -d DOWNLOAD_DIR, --download_dir DOWNLOAD_DIR
                        Output folder of downloads
  -u USERNAME, --username USERNAME
                        Specify user as argument to circumvent prompt
  -p PASSWORD, --password PASSWORD
                        Specify password as argument
  --headless            Run without user input and firefox window display.

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.