shoumikchow / Notion-Scripts

Gets papers I want to read from my Notion database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notion-Scripts

Few scripts I use for QoL stuff on Notion. Currently uses Notion's public beta API (Version 2021-05-13)

  • paper_downloader.py: A simple script for reading my Notion database and getting papers I want to read from my reading list, based on progress and priority of the paper.

Install Dependecies

pip3 install -r requirements.txt

Usage

python3 paper_downloader.py --secret <secret_key>

About

Gets papers I want to read from my Notion database

License:MIT License


Languages

Language:Python 77.3%Language:HTML 22.3%Language:CSS 0.4%