New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/charlieegan3/tool-airtable-contacts

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/charlieegan3/tool-airtable-contacts

  • v0.0.0-20240308112930-fdf27ca53859
  • Source
  • Go
  • Socket score

Version published
Created
Source

tool-airtable-contacts

This is a tool for toolbelt which wraps functionality to run a contacts database in Airtable. It syncs to a CardDAV endpoint and uses webhook-rss to send updates via RSS.

Example config:

tools:
  ...
  airtable-contacts:
    jobs:
      day:
        schedule: "0 0 5 * * *"
      week:
        schedule: "0 0 5 * * 0"
      sync:
        schedule: "0 */15 * * * *"
    endpoint: https://...
    airtable:
      key: xxxxxxxxxxxxxxxxx
      base: xxxxxxxxxxxxxxxxx
      table: xxxxxxxxxxxxxxxxx
      view: xxx
    carddav:
      server_url: https://...
      user: name@example.com
      password: xxxxxxxxxxx
    vcard:
      use_v3: true
      photo:
        size: 100

FAQs

Package last updated on 08 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc