As Twitter switched off version 1.0 of their API on June 2013. I have to rewrite code for fetching tweets containing a specific hashtag by using new v1.1 api which needs OAuth. So, I have used (. This tutorial is designed to help anyone who is using or wants to create a custom Twitter feed that needs to authenticate basic read-only access for any public user timeline with Twitter OAuth, API V1.1. API V1.1 has been around for a while now but as of March 5th 2013 June 11th 2013, it will be is now depreciated. But now there is an update of the twitter API to V1.1. I was searching how it works and you need to add some authentication tokens and keys when you make connection with the twitter API (Consumer key, Consumer secret, Access token & Access token secret).

Introduction

The Twitter API platform offers three tiers of search APIs:

Standard This search API searches against a sampling of recent Tweets published in the past 7 days. Part of the 'public' set of APIs.
Premium Free and paid access to either the last 30 days of Tweets or access to Tweets from as early as 2006. Built on the reliability and full-fidelity of our enterprise data APIs, provides the opportunity to upgrade your access as your app and business grow.

Tweetspro For Twitter V1 11

Enterprise Paid (and managed) access to either the last 30 days of Tweets or access to Tweets from as early as 2006. Provides full-fidelity data, direct account management support, and dedicated technical support to help with integration strategy.

Feature summary

CategoryProduct nameSupported historyQuery capabilityCounts endpointData fidelity
StandardStandard Search API
7 daysStandard operatorsNot availableIncomplete
PremiumSearch Tweets: 30-day endpoint
30 daysPremium operatorsAvailableFull
PremiumSearch Tweets: Full-archive endpointTweets from as early as 2006Premium operators
AvailableFull
Enterprise30-day Search API
30 daysPremium operators
IncludedFull
EnterpriseFull-archive Search API
Tweets from as early as 2006
Premium operators
IncludedFull

A quick guide on how to retrieve your Twitter data with Python (from scripts/command line, without setting up a web server) and Twitter REST API v1.1.

Requirements

We will use requests along with requests-oauthlib.

If you haven't heard about requests yet, it provides a pythonic way to make complex HTTP requests, and handles difficult tasks like authentication.

Accessing Twitter API

Here is the code, followed by the explanations:

In order to access your own data, you must create an application, and generate your own access token, more informations on the Twitter API Getting Started.

Tweetspro for twitter v1 101

Go to https://dev.twitter.com/ and register a new appp, fill everything but leave the Callback URL empty if you want call the API without setting up a web server. Bovada no deposit bonus 2017.

The API will give us an URL to get an identifier, so we don't need callback. Download lion mac os x 10 7.

Save the consumer key and consumer secret, set the two constants at the top of mytweets.py: CONSUMER_KEY and CONSUMER_SECRET.

Next to generate the OAUTH tokens, just run mytweets.py.

Go to the URL, enter your identifier, set OAUTH_TOKEN and OAUTH_TOKEN_SECRET.Now you can run mytweets.py again.

Now, you should see your last mentions !

You can get the official Twitter REST API documentation here.

Tweetspro For Twitter V1 101

Please don't hesitate to leave feedback, criticism, or to ask whatever questions you have.

You should follow me on Twitter

Share this article

Tip with Bitcoin

Tweetspro for twitter v1 101

Tweetspro For Twitter V1 1st

Tip me with Bitcoin and vote for this post!

Tweetspro For Twitter V1 13

Leave a comment

Please enable JavaScript to view the comments powered by Disqus.