Twitter api and git research - macukadam/TwitterApiWebApp GitHub Wiki
About Using Git
Fortunately I have used git version control system before. So It was not hard for me to create a git hub repository. But my git knowledge was really limitted. And i have used it just mainly with user interface. Now I decided to go for command line usage which was suprisingly easy and efficent.
First of all i have found an amaizing youtube tutorial which shows git commands in practise. Learn git in 20 minutes And the other spectacular youtube tutorial which explains the git workflow in detail. GIT Workflow - Georgia Tech - Software Development Process
After watching these two I was able to perform git commands easily and ofcourse understand what I do in the proccess.
About Twiter Api
First i have searched information about what is an rest api. When i got the logic of it i started to read twitter api docs. It seems you can do anything with twitter api. Like sending tweets. Or searching tweet histories for getting large amount of information. Possibilities seems limitles. Before start typing any code i have decided to use the api and see if it is working or not? Using //apps.twitter.com i have created my tookens. And created a post request using postnma application to send a tweet. And yeey. This is my very first tweet ever in twitter history and it has made by twitter api which is supper nice.
For my first tweet ever check it out: