Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
Twitter in VS Code
TypeScript
Latest commit c5c94ca @austin----- formatting
Failed to load latest commit information.
.vscode Initial check-in
screenshots More screenshots
src Fix some ordering issue and hashtag
test Initial check-in
typings Initial check-in
.gitignore Initial check-in
.vscodeignore Initial check-in
README.md formatting
logo.svg add logo
package.json More screenshots
tsconfig.json Initial check-in
vsc-extension-quickstart.md Initial check-in

README.md

README

VS Code Twitter

Please go to https://github.com/austin-----/vscode-twitter for source code, bug tracking, and feature request

Functionality

Now you can look at your Twitter timeline in your favorite editor.

Picture: Up to 3 columns of timelines in action: 3 Column

Installation

  1. Install 'Twitter' in VS Code
  2. Register a twitter app with your twitter developer account
  3. Give the app 'Read and Write' permission and access to your account
  4. Write down the following keys and tokens:

    Consumer Key (API Key)

    Consumer Secret (API Secret)

    Access Token

    Access Token Secret

  5. Edit 'User Settings' and add the following parameters:

"twitter.consumerkey": "xxxx", // Consumer Key (API Key)

"twitter.consumersecret": "xxxx", // Consumer Secret (API Secret)

"twitter.accesstokenkey": "xxxx", // Access Token

"twitter.accesstokensecret": "xxxx" // Access Token Secret

Usage

You can use the following commands:

  • Twitter: Display Timeline: Check your timeline

commands

  • Twitter: Search: Search Twitter

search

  • Twitter: Select Timeline: Select from home_timeline or user_timeline (more is coming)

select

  • Twitter: Post Status: to post a new tweet.

post

For more information

Enjoy!

Something went wrong with that request. Please try again.