Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

set proxy for python-twitter  #148

@hanfeisun

Description

@hanfeisun

Is there a way to set proxy for python-twitter? Because twitter can't be accessed without proxy in my country...

It would be great if I can use the proxy like this...

twitter.Api(consumer_key='xx',
              consumer_secret='xx',
              access_token_key='xx',
              access_token_secret='xx',
              proxy = '127.0.0.1',
              proxy_method='SOCKS',
              proxy_port = '7070'
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions