Skip to content

Daniel2000815/notion-game-tracker-autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notion-game-tracker-autocomplete

Autocomplete integration for Notion game tracker

Usage

Argument Description Default
-h, --help Show help False
-l, --list-all Choose between all posibble matches False
-r, --replace Replace existing data for found fields False
-s, --show-untouched Also print message for entries that are not going to be updated True
-v, --verbose Show updated values False
-m MODE, --mode MODE watch: look for new entries to update in database ending in '#'
one: update database entry with title [--title]
all: update all
watch
-t TITLE, --title TITLE Title to find when using mode=one ""

Set up

  1. Install dependencies
    # if pip not installed
    sudo apt install python3-pip
    
    pip install -r requirements.txt
  2. Add a new connection to the template and enable it.
  3. Get you IGDB credentials.
  4. Edit the file .env with your data:
    IGDB_ID="<YOUR_IGDB_ID>"
    IGDB_TOKEN="<YOUR_IGDB_TOKEN>"
    NOTION_DATABASE_ID="<YOUR_NOTION_DATABASE_ID>"
    NOTION_TOKEN="<YOUR_NOTION_TOKEN (starts with secret)>"

drawing

Example

python3 gametracker.py -m watch

example

About

Game tracker template for Notion with autocompletion

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages