Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

type of proxies would it be? #39

Answered by masterking32
drakewebs1 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,
You cannot use a proxy list, but you can assign a proxy for each account. For example:

{
   'http': 'http://proxy.example.com:8080',
   'https': 'http://secureproxy.example.com:8090',
}

or

{
   'http': 'http://user:pass@1.1.1.1:8080',
   'https': 'http://user:pass@1.1.1.1:8090',
}

or

 {
    'http': 'http://45.95.147.106:8080',
    'https': 'https://37.187.17.89:3128'
}

# "Proxy": {

For Socks

Run this: pip install requests[socks]

{
    'http': 'socks5://24.249.199.4:41458',
    'https': 'socks5://24.249.199.4:41458'
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by masterking32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #37 on July 16, 2024 08:15.