Walkthrough blog post - http://qappdesign.com/vscode-twitter-python-json/
This is a blog post, presenting how to connect to Twitter using Python, saving the results in json format, all with VS Code editor.
####How to run it
- Download or clone this project locally
- Install [https://www.python.org/downloads/](Python 3) and [https://code.visualstudio.com/](Visual Studio code)
- Run the next two commands pip install TwitterAPI pip install configparser
- Fill in the security settings from Twitter - more details in the article http://qappdesign.com/vscode-twitter-python-json/
- Run or Debug the code from VS Code