Top "Tweets" questions

Tweets are text-based posts of up to 280 characters, created by users of Twitter, a social networking and microblogging service.

Find ALL tweets from a user (not just the first 3,200)

With https://dev.twitter.com/docs/api/1/get/statuses/user_timeline I can get 3,200 most recent tweets. However, certain sites …

api twitter tweets
python: ValueError: not enough values to unpack (expected 2, got 0)

What does this error mean? labels, freq = zip(*terms_hash) ValueError: not enough values to unpack (expected 2, got 0) When I …

python python-3.x tweets
What exactly does 'since_id' and 'max_id' mean in the Twitter API

I've been poring over the Twitter docs for some time now, and I've hit a wall how to get stats …

api twitter tweets
AttributeError: 'float' object has no attribute 'lower'

I'm facing this attribute error and I'm stuck at how to handle float values if they appear in a tweet.…

python twitter sentiment-analysis tweets
UITableView: changing footer view's size programmatically doesn't work

My table view's footer is a view that shows some tweets from a user, so I do not know its …

uitableview uiview frame footer tweets
Can one style a custom Tweet button AND utilise the data attributes?

I am creating a custom Tweet button with my own styles however it seems when you opt for customising your …

twitter styles tweets
How to use background task using Swift 3?

I am new in background tasks. I have a small work that I am fetching tweets and If my app …

ios swift background background-process tweets
How can we get tweets from specific country

I've read a lot about this part and what I found is to write the geocode and search for tweets …

python twitter geocoding tweets country
How to pop up new window with tweet button

I have many custom tweet buttons on my page that I am dynamically generating using this line of PHP executed …

javascript jquery popup twitter tweets
How to get "bigger-size" user image with Twitter API 1.1?

I'm trying to get last 5 tweets from a person. I did it, but profile picture is not looking normal, resolution …

twitter tweets