ICPSearch
ICPSearch is a command-line tool written in Rust designed for bulk querying of ICP filing information. It allows users to retrieve ICP registration details for websites based on domain names, URLs, or full company names.
Key Features:
- Bulk Processing: Query multiple domains or company names at once by listing them in a text file.
- Excel Support: Parse specified columns from Excel files for queries, automatically inserting results back into the file.
- Console Output: All results are printed to the console and saved in a
result.txt
file. - Adjustable Concurrency: The tool supports a default concurrency of 50, which can be adjusted based on server capacity.
Benefits:
- Efficiency: Quickly gather ICP information for multiple entries without manual searching.
- User-Friendly: Simple command-line interface makes it accessible for users familiar with terminal commands.
- Open Source: Contribute to the project or customize it to fit specific needs.