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:
Installation
- Install 'Twitter' in VS Code
- Register a twitter app with your twitter developer account
- Give the app 'Read and Write' permission and access to your account
Write down the following keys and tokens:
Consumer Key (API Key)
Consumer Secret (API Secret)
Access Token
Access Token Secret
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
- Twitter: Search: Search Twitter
- Twitter: Select Timeline: Select from home_timeline or user_timeline (more is coming)
- Twitter: Post Status: to post a new tweet.
For more information
Enjoy!