Skip to main content
Back to registry

fetch-tweet

ai-native-camp/camp-2

X/Twitter URL에서 트윗 원문, 작성자 정보, 인게이지먼트 데이터를 가져오는 스킬. FxEmbed 오픈소스 프로젝트의 API ( api.fxtwitter.com )를 활용하여 JavaScript 없이 트윗 데이터를 추출한다.

Installs156
Install command
npx skills add https://github.com/ai-native-camp/camp-2 --skill fetch-tweet
About this skill
X/Twitter URL에서 트윗 원문, 작성자 정보, 인게이지먼트 데이터를 가져오는 스킬. FxEmbed 오픈소스 프로젝트의 API ( api.fxtwitter.com )를 활용하여 JavaScript 없이 트윗 데이터를 추출한다. X/Twitter URL의 도메인을 api.fxtwitter.com 으로 변환하면 JSON으로 트윗 전체 데이터를 반환한다. scripts/fetch_tweet.py - 표준 라이브러리만 사용, 외부 의존성 없음. 지원 URL 형식: x.com , twitter.com , fxtwitter.com , fixupx.com Contents Hub 등에서 수집한 X URL 목록을 일괄 처리할 때: 스크립트 실행이 어려운 경우 WebFetch 도구로 직접 API 호출 가능: - URL에서 screen_name과 status_id를 추출 - scripts/fetch_tweet.py 실행 - 결과를 사용자에게 표시하거나 번역 - 스크립트로 원문 fetch - 가져온 텍스트를 한국어로 번역하여 제공 - 인게이지먼트 수치도 함께 표시 - 비공개 계정 트윗은 조회 불가 - 삭제된 트윗은 조회 불가 - API rate limit은 FxEmbed 서버 정책에 따름 (일반 사용 수준에서는 문제 없음)

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does fetch-tweet do?

X/Twitter URL에서 트윗 원문, 작성자 정보, 인게이지먼트 데이터를 가져오는 스킬. FxEmbed 오픈소스 프로젝트의 API ( api.fxtwitter.com )를 활용하여 JavaScript 없이 트윗 데이터를 추출한다.

Is fetch-tweet good?

fetch-tweet does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does fetch-tweet work with?

fetch-tweet currently lists compatibility with codex, gemini-cli, opencode, amp, cline, claude-code.

What are alternatives to fetch-tweet?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install fetch-tweet?

npx skills add https://github.com/ai-native-camp/camp-2 --skill fetch-tweet

Related skills

More from ai-native-camp/camp-2

Related skills

Alternatives in Software Engineering