All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

X-writer: VS Code Extension for Posting Tweets Directly from Your Editor

By

jawuilp

5mo ago· 3 min readenCode

Summary

X-writer is a VS Code extension that allows developers to post tweets to Twitter/X directly from their code editor. The extension features Bring Your Own Key (BYOK) credentials for security, smart context posting that can include code snippets or file context, and daily rate limit protection to prevent API overuse. The article provides installation instructions, development setup using pnpm and esbuild, and configuration steps for obtaining Twitter API credentials and setting them up within VS Code.

Key quotes

· 5 pulled
VS Code extension to post tweets to Twitter/X directly from your editor.
Features BYOK credentials, smart context posting, and daily rate limit protection.
Get Twitter Credentials: Go to Twitter Developer Portal. Create an app (or use an existing one). Generate your API Keys and Access Tokens.
Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P). Search for: X Writer: Setup Credentials.
This project uses esbuild for bundling.
Snippet from the RSS feed
A VS Code extension to post tweets to Twitter/X directly from your editor. Features BYOK credentials, smart context posting, and daily rate limit protection - Jawuilp/X-writer

You might also wanna read