python scripts to extract data from the user on different social networking sites #Using Twitter API
Installing Python modules for OAuth and requests
$ sudo pip install requests
$ sudo pip install requests-oauthlibUsing API
- Run the python module first:
$ python twitterapi.py#Using Github API
Installing Github3 wrapper
$ sudo pip install github3.pyUsing API
- Run the python module
$ python githubapi.py- Please copy the pincode given by twitter in terminal
- Now your Information will be displayed with your last tweet
- You can use functions avaiable in api for getting access token of user for this app
#Using Google API
Installing Python modules for Google api
$ sudo pip install requests google-api-python-clientUsing API
- Run the python module first:
$ python google+.py- Github