-
-
Notifications
You must be signed in to change notification settings - Fork 541
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
Add HTML feature #314
Comments
I would like to try to solve this issue @KingAkeem |
Just assigned it to you @kronos2003, it's all yours. Let me know if you need any help. |
I am a bit new so i've made some changes to the file, can you let me know how can i run the tool to ensure the function works as intended? |
We use If you're already familiar with Python virtual environments, the Once that's done, follow these examples: The main file is named |
i would like to take up this issue since it is my first open source contribution please guide me |
@pavankalyan224847 This is currently assigned to @kronos2003. Can you see other open issues? |
yea no problem i'll look into other issues |
@KingAkeem i managed to get the dependencies installed in a venv and i tried to run the updated main.py but it's showing a getaddrinfo() error |
Which version of Python are you using, can you post the error and what command were you running? Try to give as much detail as possible. |
I'll post the error in some hours as I've just logged off |
OK won't be able to do much until you post the error since it sounds like a configuration issue on your machine. Some things you can check yourself is
|
(HTML) C:\Users\pc\TorBot\torbot>python main.py -u http://torlinksge6enmcyyuxjpjkoouw4oorgdgeo7ftnq3zodj7g2zxi3kyd.onion/ During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Are you using the latest version of dev? There is no main.py currently. |
I started working on the latest build forking it just 3 days prior so im not sure regarding the non-existence of main.py |
Are you running the command from the root directory or from within the Try running the program from the root directory based on the example in the README. |
I'm running the program from the torbot directory where the main.py file is located |
Try running the program from the root directory using |
Any updates? |
I've been going on,but it will take some time to find and root out the exact error in the updated files |
I've updated the program to use CLI flags instead of the .env file for the SOCKS configuration. If you update your branch with the latest version, it may resolve your issue. |
The HTML feature hasn't been implemented yet.
The feature will operate on a single URL, the user should be able to pass a flag (
--html
) tooutput the HTML of that specific webpage. If they also pass the (
--save
) flag, then the HTML should be saved to a.html
file.The text was updated successfully, but these errors were encountered: