Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 authored Aug 27, 2024
1 parent 933be7c commit b36bc2b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions examples/typescript/pipe-tagging-activity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,23 @@ in screenpipe we have a plugin system called "pipe store" or "pipes"

think of it like this:

📺🎙️ | AI tag | notion update
screenpipe data -> your pipe like "AI annotate" or "send to salesforce"

a more dev-friendly explanation:

screenpipe | AI tag | notion update

or

📺🎙️ | AI tag | slack send report
screenpipe | AI tag | slack send report

or

📺🎙️ | fill salesforce
screenpipe | fill salesforce

or

📺🎙️ | logs daily
screenpipe | logs daily

basically it would read, process, annotate, analyse, summarize, send, your data customisable to your desire, effortlessly

Expand Down

0 comments on commit b36bc2b

Please sign in to comment.