https://github.com/samuel-bonghanoy/notion-rich-presence
Notion rich presence script using discord RPC
https://github.com/samuel-bonghanoy/notion-rich-presence
Last synced: 5 months ago
JSON representation
Notion rich presence script using discord RPC
- Host: GitHub
- URL: https://github.com/samuel-bonghanoy/notion-rich-presence
- Owner: Samuel-Bonghanoy
- License: gpl-3.0
- Created: 2024-09-14T10:47:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T13:34:57.000Z (9 months ago)
- Last Synced: 2024-11-16T21:31:02.800Z (7 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notion Rich Presence in Discord
This is going to create a rich presence in Discord for when you're editing your pages in Notion.
## Requirements
- npm
- node.js
- powershell## How to run it
Clone the repository.
### Manually
1. `npm install discord-rpc`
2. `node index.js`### Running it with Notion on Windows
First do step one from [#Manually](Manually).
1. Edit the `start-rpc-with-notion.bat.example` file to your needs.
2. Save it as `start-rpc-with-notion.bat`.
3. Run the file `.\start-rpc-with-notion.bat` in CMD oder Powershell.If eveything went well a CMD window will open saying: `Notion rich presence is running` and Notion will open as well.
### Running it with Notion on Linux
First do step one from [#Manually](Manually).
1. Make the shell script executable: `chmod +x start-notion.sh`
2. Run `./index.js`If everything went well you will get some notion-related
## Todos
- [ ] Make the rpc start automatically with notion
- [ ] Make it a notion enhancer feature