Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .cursor/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# DataCamp Curriculum Assistant - Environment Variables
# Copy this file to .env and fill in your values:
# cp .env.example .env

# =============================================================================
# CONTENT CONVERSION (PDF to Markdown)
# =============================================================================
# Get your API key from https://datalab.to or 1Password
DATALAB_API_KEY=your_datalab_api_key_here

# =============================================================================
# ASSET UPLOAD (Images to DataCamp)
# =============================================================================
# Your DataCamp DCT cookie value (from browser dev tools)
DATACAMP_DCT=your_dct_cookie_value_here

# Course repository URL or ID
DATACAMP_REPO=https://github.com/datacamp-content/courses-your-course-name
Loading