L4zzur / notion-discord-rpc

Discord RPC for Notion Windows Desktop App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notion-discord-rpc

Discord Rich Presence Client (RPC) for Notion

pypresence

image

Big thanks to nandiniproothi and Lockna

This is my variation of this script, but written under Windows OS.

Warning!

The use of this script is possible only on Windows OS, since the Win32 API is involved here.

Requirements

  • Windows
  • Python 3.*
  • Notion Desktop App

Installation

  1. Install pipenv or check that it is installed:
pip install pipenv
  1. Clone the repository:
git clone https://github.com/L4zzur/notion-discord-rpc.git
  1. Go to projects folder:
cd notion-discord-rpc
  1. Create virtual environment using pipenv:
pipenv shell

or using virtualenv/venv and activate it:

virtualenv venv
python -m venv venv
  1. Install all dependencies: Using pipenv:
pipenv install

or the old-fashioned way using requirements.txt:

pip3 install -r requirements.txt
  1. Run the python script:
python main.py

Further updates

  • I would like to wrap this script using the pystray library and assemble it into an exe file, as well as create a GUI and installer.

About

Discord RPC for Notion Windows Desktop App

License:MIT License


Languages

Language:Python 100.0%