Skip to content
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

Replacing gotor with httpx and other major changes #307

Merged
merged 30 commits into from
Oct 12, 2023
Merged

Conversation

KingAkeem
Copy link
Member

@KingAkeem KingAkeem commented Oct 9, 2023

This pull request contains some major changes.

  • Many of the flags have been removed and incorporated into the tree so that they are always parsed. This improves performance since we can parse the existing HTML while going through nodes and reduces the number of flags needed to gather information.
    These flags include:

    • -m (all emails are retrieved whenever a tree is created)
    • -p (all phone numbers are retrieved whenever a tree is created)
    • c and cAll (classification is always done for all nodes)
  • Some flags that were not previously being used have been removed.
    These flags include:

    • e
  • Some flags were redundant or not very useful.
    These flags include:

    • --download (data can be saved as a JSON file or text tree with the --save flag), other formats can be added to this flag.
    • --gather (this is basically download and has been replaced by --save as well)
  • Some new flags have been added.
    Includes:

    • v (turns on verbose logging which sets the logger to debug level)
    • disable-socks5 (constructs HTTP client without SOCKS5 proxy)
  • gotor has been completely removed and replaced with httpx.

  • None of the tests were working or actually being run, a new test suite needs to be developed. The code has been written in a more modular fashion which should help with this task.

  • Most of the code now has types added to the function definitions.

  • The version is now read directly from the pyproject.toml so it will update as the project gets updated using poetry.

  • Multiple arguments can be used in tandem such as save, visualize or info now.

@KingAkeem KingAkeem added New Feature Breaking Change Major Upgrade Hacktoberfest HackToberFest 2023 Python Pull requests that update Python code labels Oct 9, 2023
@KingAkeem KingAkeem requested a review from PSNAppz October 9, 2023 16:30
@KingAkeem KingAkeem changed the title Python 3.11 dev Replacing gotor with httpx and other major changes Oct 9, 2023
@PSNAppz PSNAppz added this to the TorBot v4 milestone Oct 9, 2023
@KingAkeem KingAkeem merged commit 9ea8108 into dev Oct 12, 2023
@PSNAppz PSNAppz mentioned this pull request Oct 19, 2023
@KingAkeem KingAkeem deleted the python-3.11-dev branch December 4, 2023 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Change Hacktoberfest HackToberFest 2023 Major Upgrade New Feature Python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants