3

While trying to do a simple twitter search using Twython

twitter = Twython('..', '..','..', '..')
tweets = twitter.search(q="mangalore",count=100)

I am getting this error:

twython.exceptions.TwythonError: Twitter API returned a 500 (Internal Server Error), Internal error.

What might be the issue here?

Nazim Zeeshan
  • 713
  • 1
  • 12
  • 20

1 Answers1

1

Apparently Twitter was having some issues. Working fine now.

Nazim Zeeshan
  • 713
  • 1
  • 12
  • 20