Skip to main content

A CLI tool for SEO tasks including sitemap downloading, indexing checks, backlink live checks, and more.

Project description

SEO Bhishma CLI

GitHub release (latest by date) Python Version Forks Build Status

SEO Bhishma CLI is a comprehensive CLI tool designed for various SEO-related tasks. It provides a suite of tools to help SEO professionals streamline & automate their workflow and improve website performance.

Features

  • LinkSniper: Check if backlinks are live and verify anchor texts.
  • SiteMapper: Download and parse sitemaps, including nested sitemaps and various sitemap types (image, video, news), and export URLs to CSV.
  • IndexSpy: Bulk indexing checker with proxy options and user-agents. Now check unlimited URLs
  • KeywordSorcerer: GPT4 based keyword clusteriser with different methods
  • Sitemap Generator:Powerful sitemap generator from URL list. Generate nested, compressed sitemap hassle free.
  • GSC Probe: Extract unlimited GSC Performance data, sitemaps, inspect URLs in bulk.
  • Redirect Genuis: Powerful & intelligent redirect URL mapper. Uses NLP to get context of the URLs slugs and maps sources and destination URLs
  • Domain Insights: Advanced domain information gathering tool with features such as reverse IP lookup, WHOIS lookup, subdomain analysis, IP analysis, etc.

Installation

Linux and macOS

  1. Open your terminal.
  2. Install the package using pipx:
    pip install pipx
    pipx ensurepath
    pipx install seo-bhishma-cli
    

Windows

  1. Open PowerShell or terminal.
  2. Install Scoop:
    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
    
    Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
    
  3. Install pipx using Scoop:
    scoop install pipx
    
  4. Install the package using pipx:
    pipx install seo-bhishma-cli
    

You can also install the package via pip:

pip install seo-bhishma-cli

Usage

After installation, you can use the seo-bhishma-cli command to access the tools.

Main Menu

Run the following command to access the main menu:

seo-bhishma-cli

You will see the following menu:

█▀ █▀▀ █▀█  █▄▄ █░█ █ █▀ █░█ █▀▄▀█ ▄▀█ 
▄█ ██▄ █▄█  █▄█ █▀█ █ ▄█ █▀█ █░▀░█ █▀█ 
           
v2.0, @hi7endra

Giving back to the community.
Support: https://t.ly/hitendra

╭────┬────────────────────╮
│ 1. │ GSC Probe          │
│ 2. │ Domain Insights    │
│ 3. │ Keyword Sorcerer   │
│ 4. │ Hannibal           │
│ 5. │ IndexSpy           │
│ 6. │ Redirection Genius │
│ 7. │ LinkSniper         │
│ 8. │ SiteMapper         │
│ 9. │ Sitemap Generator  │
│ 0. │ Exit               │
╰────┴────────────────────╯
Enter your choice [1/2/3/4/5/6/7/8/9/0]:                                  

Select an option by entering the corresponding number.

LinkSniper

Check if backlinks are live and verify anchor texts.

Check a Single URL

seo-bhishma-cli link_sniper

Follow the prompts to enter the backlink URL, target URL, and the expected anchor text.

Example:

Enter the backlink URL: https://example.com
Enter the target URL: https://example.com/target
Enter the expected anchor text (optional): Example Anchor

Check URLs from a File

seo-bhishma-cli link_sniper

Follow the prompts to enter the path to the input file (CSV/JSON) and the output CSV file.

Example:

Enter the path to the input file (CSV/JSON): bulk_test.csv
Enter the path to the output CSV file: output.csv

SiteMapper

Download and parse sitemaps, export URLs to CSV.

seo-bhishma-cli site_mapper

Follow the prompts to enter the URL of the sitemap and the path to the output CSV file.

Example:

Enter the URL of the sitemap (supports .xml and .gz): https://example.com/sitemap.xml
Enter the path to the output CSV file: sitemap_output.csv

IndexSpy

Bulk indexing checker.

seo-bhishma-cli index_spy

Follow the prompts to enter the required information.

Example:

Enter the URL to check indexing status: https://example.com

Bulk Indexing Checker

Check the indexing status of multiple URLs:

seo-bhishma-cli index_spy
Features
  1. Proxy Support: Supports HTTP, HTTPS, SOCKS4, and SOCKS5 proxies.
  2. CAPTCHA Handling: Automatically switches proxies and user-agents to handle CAPTCHAs.
  3. Progress Bar: Displays progress during the bulk checking process.
  4. Error Handling: Provides robust error handling and status messages.
Usage

Follow the prompts to provide the input file, proxy settings, and other options.

Keyword Clustering

Cluster keywords based on semantic relevance:

seo-bhishma-cli keyword_sorcerer

Features

  1. OpenAI GPT-4: Uses OpenAI's GPT-4 to generate embeddings for the keywords.
  2. Clustering Algorithms: Supports multiple clustering algorithms:
    • KMeans
    • Agglomerative Clustering
    • DBSCAN
    • Spectral Clustering
  3. Optimal Clusters: Automatically determines the optimal number of clusters based on the number of keywords.
  4. Intent-Based Clustering: Clusters keywords based on their semantic intent.
  5. Error Handling: Provides robust error handling and status messages.

Usage Follow the prompts to provide the input file, output file, and choose the clustering method.

Sitemap Generator

Generate sitemaps from a list of URLs:

seo-bhishma-cli sitemap_generator

Features

  1. Single Sitemap: Generate a single sitemap from a list of URLs.
  2. Nested Sitemaps: Supports generating nested sitemaps with a specified URL limit per sitemap.
  3. Compressed Sitemaps: Option to create compressed sitemaps.
  4. Priority and Frequency: Allows setting priority and change frequency for the URLs.
  5. Error Handling: Provides robust error handling and status messages.

Usage

Follow the prompts to provide the input file, output file, and other options.

Contributing

We welcome contributions! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature-name).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature/your-feature-name).
  6. Open a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

  • Click for creating the CLI framework.
  • Requests for making HTTP requests simple.
  • BeautifulSoup for parsing HTML and XML documents.
  • Pandas for data manipulation and analysis.
  • TQDM for progress bars in Python.

Contact

Author: Hitendra Singh Rathore GitHub: anonymousraft

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

seo_bhishma_cli-2.0.0.tar.gz (39.8 kB view hashes)

Uploaded Source

Built Distribution

seo_bhishma_cli-2.0.0-py3-none-any.whl (44.2 kB view hashes)

Uploaded Python 3

Supported by

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