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

Added Go version of getweblinks getLinks function #68

Merged
merged 4 commits into from
Mar 13, 2018
Merged

Added Go version of getweblinks getLinks function #68

merged 4 commits into from
Mar 13, 2018

Conversation

KingAkeem
Copy link
Member

Created a Go function that is a replica of getLinks in getweblinks,
except much faster. The go_modules folder is composed of a shared object
file, a header file, the go source code and a python file that is
dynamically linking the shared object.
To it out, just go to the go_modules folder and run python3 getLinks.py

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Created a Go function that is a replica of getLinks in getweblinks,
except much faster. The go_modules folder is composed of a shared object
file, a header file, the go source code and a python file that is
dynamically linking the shared object.
To it out, just go to the go_modules folder and run `python3
getLinks.py`
getLinks.go can also ignore domains that aren't .onion now using the
same regular expression that is inside of getweblinks.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants