Steve
Steve

Reputation: 11

Issues accessing api.twitter.com with Tweepy from behind a proxy

I am a pretty novice (read self-taught) python user and I am having trouble figuring out the proxy functionality of tweepy.api(). Can someone please provide guidance or an example on how to best utilize this?

In this situation, we have a firewall up where our proxy uses a /tw/twapi as an alias to api.twitter.com. Any guidance would be most appreciated.

Thanks in advance

Upvotes: 0

Views: 585

Answers (1)

Harshil Lodhi
Harshil Lodhi

Reputation: 7780

Tweepy doesn't provide proxy support.

But their are many of its forks which have proxy support.

  1. https://github.com/crimsonredmk/tweepy/
  2. https://bitbucket.org/sakito/tweepy

Upvotes: 1

Related Questions