-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bs4 #11
Comments
also the checking isnt giving any result back :/ |
Yeah this script relies on a page that's hosted on my site danmcinerney.org. Unfortunately the site is down right now. |
Is this ever coming back? |
@DanMcInerney Can you maybe give out the IP Test and Headers script? Or is it maybe an public script? |
i am operating on raspbian the importation of the lib beautifulsoup caused some issues
"from BeautifulSoup import BeautifulSoup" change it to "from bs4 import BeautifulSoup"
just to help those are stuck there
The text was updated successfully, but these errors were encountered: