Closed JL01152 closed 7 years ago
Try from bs4 import BeautifulSoup.
"from BeautifulSoup import BeautifulSoup" change it to "from bs4 import BeautifulSoup"
tried it and it works.. you guys are geniuses. Let me see how the code runs. I'm waiting on an output now
dirtynix@dirtynix:~/Desktop$ gedit elite-proxy-finder.py
dirtynix@dirtynix:~/Desktop$ python elite-proxy-finder.py
[*] Your accurate external IP: ...
Traceback (most recent call last):
File "elite-proxy-finder.py", line 400, in
this project is abanded for quite some time if you need live proxies take a look at a code i wrote a while agohttps://github.com/HoussemCharf/FunUtils/blob/master/newproxy.py
yeah this project was a pain in the ass because it just scraped 3 proxy sites so any time those sites changed their code even a smidge, it required code updates. Didn't feel worth it to me.
I tried to run your code and received the following error. Is this still active?
dirtynix@dirtynix:~/Desktop$ python elite-proxy-finder.py -q Traceback (most recent call last): File "elite-proxy-finder.py", line 24, in
from BeautifulSoup import BeautifulSoup
File "/home/dirtynix/.local/lib/python2.7/site-packages/gevent/builtins.py", line 93, in import
result = _import(*args, **kwargs)
ImportError: No module named BeautifulSoup