Giter Club home page Giter Club logo

breakfold's Issues

Google Analytics Compatibility

Based off your screenshot, it seems the views from this script are reflected in Google Analytics. I'm currently not seeing any in my Analytics Console. Any suggestions? If I visit the page manually, then Google correctly recognizes a user is on the site.

Not Registering on Website

Hi there, so I'm using kali 2020 followed all the instruction by the letter. Firstly I was testing on my own website. So when I run the program without sudo, breakfold reutrns an error after one view. The website registers the view.
When I run breakfold with sudo it runs through but the website doesn't register any views.

Do you have any idea what this could be?
breakfold1
breakfold2

some issues

too many problem here

log :

Traceback (most recent call last):
File "breakfold.py", line 113, in
visit()
File "breakfold.py", line 95, in visit
session.get(address, headers=header) #visiting the URL given by the user
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 487, in get
return self.request('GET', url, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 475, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 585, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 370, in send
conn = self.get_connection(request.url, proxies)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 273, in get_connection
proxy_manager = self.proxy_manager_for(proxy)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 169, in proxy_manager_for
**proxy_kwargs
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 43, in SOCKSProxyManager
raise InvalidSchema("Missing dependencies for SOCKS support.")
requests.exceptions.InvalidSchema: Missing dependencies for SOCKS support.

Seems Code is throwing error

Just followed the instruction provided and getting the below error, Could you please guide on the fix

Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/stem/socket.py", line 535, in _make_socket
control_socket.connect((self.address, self.port))
ConnectionRefusedError: [Errno 61] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "breakfold.py", line 113, in
visit()
File "breakfold.py", line 105, in visit
renew_connection()
File "breakfold.py", line 51, in renew_connection
with Controller.from_port(address="127.0.0.1", port = 9051) as controller:
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/stem/control.py", line 1033, in from_port
control_port = stem.socket.ControlPort(address, port)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/stem/socket.py", line 503, in init
self.connect()
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/stem/socket.py", line 172, in connect
self._socket = self._make_socket()
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/stem/socket.py", line 538, in _make_socket
raise stem.SocketError(exc)
stem.SocketError: [Errno 61] Connection refused

No password request

I tried it and I did not get the password request as I see in the screenshot and I see in the instructions.

Later I got an error that the password was wrong.

Getting error "Not supported proxy scheme socks5"

Hi,
After running the command 'python3 breakfold.py' program asked for blog name and number of visits, then it gives error "requests.packages.urllib3.exceptions.ProxySchemeUnknown: Not supported proxy scheme socks5" .please help to solve this I am new to linux env.(using ubuntu 16.04)

Error :
Enter blog address: https://news13now.blogspot.com/2022/12/2022-1-0.html
How many views you want: 100
Traceback (most recent call last):
File "breakfold.py", line 113, in
visit()
File "breakfold.py", line 95, in visit
session.get(address, headers=header) #visiting the URL given by the user
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 480, in get
return self.request('GET', url, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 343, in send
conn = self.get_connection(request.url, proxies)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 254, in get_connection
proxy_manager = self.proxy_manager_for(proxy)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 160, in proxy_manager_for
**proxy_kwargs)
File "/usr/lib/python3/dist-packages/urllib3/poolmanager.py", line 281, in proxy_from_url
return ProxyManager(proxy_url=url, **kw)
File "/usr/lib/python3/dist-packages/urllib3/poolmanager.py", line 232, in init
raise ProxySchemeUnknown(proxy.scheme)
requests.packages.urllib3.exceptions.ProxySchemeUnknown: Not supported proxy scheme socks5

im getting an error donno why

Enter blog address: https://lokisenpai.blogspot.com/2022/09/sasaki-and-miyano-my-first-bl-anime.html
How many views you want: 4
Traceback (most recent call last):
File "/home/loki/.local/lib/python3.10/site-packages/socks.py", line 787, in connect
super(socksocket, self).connect(proxy_addr)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/contrib/socks.py", line 96, in _new_conn
conn = socks.create_connection(
File "/home/loki/.local/lib/python3.10/site-packages/socks.py", line 209, in create_connection
raise err
File "/home/loki/.local/lib/python3.10/site-packages/socks.py", line 199, in create_connection
sock.connect((remote_host, remote_port))
File "/home/loki/.local/lib/python3.10/site-packages/socks.py", line 47, in wrapper
return function(*args, **kwargs)
File "/home/loki/.local/lib/python3.10/site-packages/socks.py", line 800, in connect
raise ProxyConnectionError(msg, error)
socks.ProxyConnectionError: Error connecting to SOCKS5 proxy localhost:9050: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 699, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 382, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1012, in _validate_conn
conn.connect()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3/dist-packages/urllib3/contrib/socks.py", line 127, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.contrib.socks.SOCKSHTTPSConnection object at 0x7f9e8732eda0>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 755, in urlopen
retries = retries.increment(
File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 574, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: SOCKSHTTPSConnectionPool(host='lokisenpai.blogspot.com', port=443): Max retries exceeded with url: /2022/09/sasaki-and-miyano-my-first-bl-anime.html (Caused by NewConnectionError('<urllib3.contrib.socks.SOCKSHTTPSConnection object at 0x7f9e8732eda0>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/loki/Documents/TOOLS/breakfold/breakfold.py", line 113, in
visit()
File "/home/loki/Documents/TOOLS/breakfold/breakfold.py", line 95, in visit
session.get(address, headers=header) #visiting the URL given by the user
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 555, in get
return self.request('GET', url, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: SOCKSHTTPSConnectionPool(host='lokisenpai.blogspot.com', port=443): Max retries exceeded with url: /2022/09/sasaki-and-miyano-my-first-bl-anime.html (Caused by NewConnectionError('<urllib3.contrib.socks.SOCKSHTTPSConnection object at 0x7f9e8732eda0>: Failed to establish a new connection: [Errno 111] Connection refused'))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.