[Beta] Import Guru Cards

A script to import Guru Cards

Guru Cards Importer for Dust

The Guru Cards Importer for Dust is a powerful tool designed to seamlessly integrate your Guru card data with Dust's AI-powered knowledge management platform.

This open-source script, available on GitHub at dust-tt/dust-labs/guru, automates the process of exporting all of your cards and importing them into a Dust datasource. It fetches comprehensive metadata, like so:

Card ID: 6a7b8c9d-1234-5678-90ab-cdef12345678

Title: Setting Up Two-Factor Authentication
Owner: [email protected]
First Name: Jane
Last Name: Smith
Verifier: [email protected]
Collection: Security Guidelines
Boards: 
  - Security Best Practices
  - Employee Onboarding
Verification Date: 2024-03-18T15:30:00.000Z
Verification State: verified
Verification Interval: 90
Link: https://app.getguru.com/card/6a7b8c9d-1234-5678-90ab-cdef12345678

Content:
# Setting Up Two-Factor Authentication

Two-factor authentication (2FA) adds an extra layer of security to your account. 
Follow these steps to enable 2FA:

1. Log into your account settings
2. Navigate to Security > Two-Factor Authentication
3. Choose your preferred 2FA method:
   - Authenticator app (recommended)
   - SMS verification
   - Security key
4. Follow the setup wizard to complete configuration

Remember to save your backup codes in a secure location.

The script then formats and uploads this data to Dust.

By leveraging this script, teams can effortlessly keep their Dust knowledge base up-to-date with the latest information from Guru.

This integration enables more effective use of Dust's AI capabilities for analyzing trends, improving response times, and enhancing overall response quality. The script is designed with rate limiting and error handling in mind, ensuring reliable performance even with large volumes of Guru card data.