Open fparareda opened 4 years ago
Hello, I would like to ask you if you have a way to connect your marvelous middleware with a DB (sql or no-sql). Do you think that it is possible and useful?
Thank you in advance
You can get proxies from wherever you want, like this:
def get_proxy_list(): # Request your DB here return proxy_list ROTATING_PROXY_LIST = get_proxy_list()
Hello, I would like to ask you if you have a way to connect your marvelous middleware with a DB (sql or no-sql). Do you think that it is possible and useful?
Thank you in advance