cernezan / matter-raycast

Raycast extension for Matter - view your saved for later articles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matter

View your saved for later articles from Matter inside Raycast.

Features

  • 📰 view your saved for later articles
  • 🔢 word count displayed
  • ⭐️ favorite articles straight from the extension
  • 🗜️ filter your favorite articles

Matter extension for Raycast

Get your Matter token

This token is needed for the API calls to the Matter service to show your saved articles. Since Matter doesn't officially provide an API token in the account settings we have to dig into their requests to find it.

  1. Visit Matter Webpage and login.
  2. Right-click and select 'Inspect'.
  3. Switch to the Network tab and make sure the record network activity is on.
  4. Hard refresh the page using CMD + Shift + R and select the first new request queue.
  5. Inside Request headers there should be a cookie field with access_token. That's your Matter token we're looking for.
  6. Copy the access_token and paste it inside the extension.

matterApiKey

About

Raycast extension for Matter - view your saved for later articles


Languages

Language:TypeScript 100.0%