Tools to automatically save social networking posts by simply posting the URL of the social networking site to Discord
- Post URL to Discord
- Automatically fetches posts from SNS
- Automatically saves posts and their media to databases and files
- Create apps and integrations to Discord, Dropbox, and Notion. Also set up Notion databases as following.
- Copy
.env.sample
file to .env
and fill environment variables. Then start app with docker compose up -d --build
or go run .
.
- Get and access to a log in URL to Dropbox by posting
garoo login dropbox
to Discord. Get code and then post garoo login dropbox <code>
to Discord.
- Receiver
- Provider
- Store
- Dropbox (via Dropbox API)
- Notion
- SQLite3
Notion database properties
Name |
Type |
Name |
Title |
ID |
Text |
Author Name |
Text |
Author ID |
Text |
Author |
Reference to Author DB |
Description |
Text |
Category |
Select |
Tags |
Multiselect |
Provider |
select |
URL |
URL |
Date |
Date |
Media |
Files |
Media Raw |
Files |
Index |
Number |
Count |
Number |
Name |
Type |
Name |
Title |
ID |
Text |
User Name |
Text |
Screenname |
Text |
Provider |
Select |
Avatar |
Files |
Used for posts without any media (images and videos)
Name |
Type |
Name |
Title |
ID |
Text |
Author Name |
Text |
Author ID |
Text |
Description |
Text |
Category |
Select |
Tags |
Multiselect |
Provider |
select |
URL |
URL |
Date |
Date |
MIT License