Skip to main content

An extremely fast, professional-grade tool to find and extract all hyperlinks from web pages based on a search query.

Project description

linkgo

linkgo is a Python-based command-line tool designed to discover and extract links from web pages. It leverages DuckDuckGo Search to find initial URLs based on a query, then delves into those pages to gather all outbound links.

Features

  • DuckDuckGo Search Integration: Utilizes DDGS to find relevant starting URLs for your queries.
  • Comprehensive Link Extraction: Fetches web pages and parses their HTML content to extract all discoverable links.
  • Command-Line Interface: Supports direct queries and output file specification via command-line arguments.
  • Interactive Mode: Offers a user-friendly interactive prompt for dynamic searches.
  • Colorful Output: Features an aesthetic gradient banner and colorized messages for better readability.

Installation

  1. Clone the repository:

    git clone https://github.com/ghostescript/linkgo
    cd linkgo
    
  2. Create and activate a virtual environment: It's recommended to install dependencies in a virtual environment to avoid conflicts with system-wide packages.

    python3 -m venv venv
    source venv/bin/activate
    
  3. Install dependencies:

    pip install -r requirements.txt
    

Usage

Interactive Mode

Simply run the script without any arguments:

python3 linkgo.py

The tool will then prompt you to enter your search query and an optional output file.

Command-Line Mode

Provide your search query directly. You can also specify an output file using the -o or --output flag.

Example: Search for "python programming" and print results to console

python3 linkgo.py "python programming"

Example: Search for "web scraping tutorials" and save results to a file

python3 linkgo.py "web scraping tutorials" -o scraped_links.txt

< https://github.com/ghostescript/linkgo >

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

linkgo-0.1.1.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

linkgo-0.1.1-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file linkgo-0.1.1.tar.gz.

File metadata

  • Download URL: linkgo-0.1.1.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for linkgo-0.1.1.tar.gz
Algorithm Hash digest
SHA256 0fb8d31823dde607cedbfda40087c6c7659891d676ab3f0356448d80e0be3ff6
MD5 d4aadb8165dfe16ea3d97dd17e0dee9d
BLAKE2b-256 16380b859ee711837394ac1828b7891a882e625e42d4b8914f3ac5c9faf2eba7

See more details on using hashes here.

File details

Details for the file linkgo-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: linkgo-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 6.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for linkgo-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 175bcae6eda62425e4d199e82078da9c60f3464d9339c8728695719d013cd494
MD5 4b4b1a8ff8ca80bf398feed1fd356c58
BLAKE2b-256 69366ecbd950fc9bd374a5c4a716719ea29ab001dd4038ccd9d388338973da92

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page