Skip to content
Open
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
25 changes: 25 additions & 0 deletions sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,31 @@ sources:
- '.git/**'
- '*.log'

# ============================================================
# Xquik X/Twitter API Skill
# https://github.com/Xquik-dev/x-twitter-scraper
# ============================================================

- name: x-twitter-scraper
description: X/Twitter REST API and MCP skill for tweet search, profile data, follower exports, media downloads, monitoring, webhooks, and confirmation-gated actions.
repo: Xquik-dev/x-twitter-scraper
branch: master
source_path: skills/x-twitter-scraper
target_path: plugins/api-development/x-twitter-scraper
author:
name: Xquik
github: Xquik-dev
license: MIT
category: api-development
verified: true
include:
- 'SKILL.md'
Comment thread
kriptoburak marked this conversation as resolved.
- 'references/**'
exclude:
- 'node_modules/**'
- '.git/**'
- '*.log'

# Sync configuration
config:
# Branch to sync from (default: main)
Expand Down
Loading