A token-efficient CLI tool for retrieving Twitter data via TwitterAPI.io. Filters API responses to reduce token usage by 70-90% compared to full responses.
The build process creates a standalone binary at scripts/twitterapi (one level above the cli directory).
| user info | User profile | --compact, --fields | | user tweets | User timeline | --limit, --include-replies, --compact, --fields | | user followers | Follower list | --limit, --compact | | user following | Following list | --limit, --compact | | tweet search | Search tweets | --limit, --compact, --fields |
Twitter 데이터 검색 CLI 도구. 사용자가 Twitter 데이터(사용자 프로필, 팔로어 수, 트윗 검색, 사용자 타임라인, 팔로어/팔로잉 목록 또는 Twitter 사용자 측정항목)를 요청할 때 사용합니다. 구조화된 출력을 위한 필드 필터링을 지원합니다. 자세한 API 엔드포인트 문서는 https://docs.twitterapi.io/skill.md에서 원본 API 기술을 참조하세요. 출처: jaxzhang-svg/novita-skills.