Questions tagged [python-twitter]

A Python wrapper around the Twitter API

This library provides a pure Python interface for the Twitter API.

Twitter provides a service that allows people to connect via the web, IM, and SMS. Twitter exposes a web services API and this library is intended to make it even easier for Python programmers to use.

151 questions
-4
votes
1 answer

Get Twitter profile to display in template

I am using the code below to show a user's Twitter profile on the page. In the example below I'm trying to show the profile for the username 'dogculture'. Why isn't this working? __init__.py def get_user_profile(twitter_api, screen_names=None,…
Jason Martinez
  • 201
  • 2
  • 4
  • 12
1 2 3
10
11