{"id":17016531,"url":"https://github.com/c10udburst/search","last_synced_at":"2025-10-08T04:56:44.022Z","repository":{"id":41604818,"uuid":"496546342","full_name":"C10udburst/search","owner":"C10udburst","description":"A metasearch engine. Fast, asynchronous and modular search system.","archived":false,"fork":false,"pushed_at":"2023-03-14T15:43:44.000Z","size":609,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-08T11:51:55.721Z","etag":null,"topics":["custom-search-engine","metasearch","metasearch-engine","python","search-aggregation","self-hosted","websocket"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/C10udburst.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"ko_fi":"cl0udburst","patreon":"cl0udburst","github":"C10udburst"}},"created_at":"2022-05-26T08:49:33.000Z","updated_at":"2025-02-06T15:48:20.000Z","dependencies_parsed_at":"2025-04-12T09:35:01.364Z","dependency_job_id":"080d0d8b-36eb-4b2c-9f82-b24c8da994f2","html_url":"https://github.com/C10udburst/search","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/C10udburst/search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C10udburst%2Fsearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C10udburst%2Fsearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C10udburst%2Fsearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C10udburst%2Fsearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/C10udburst","download_url":"https://codeload.github.com/C10udburst/search/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C10udburst%2Fsearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278891747,"owners_count":26063856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["custom-search-engine","metasearch","metasearch-engine","python","search-aggregation","self-hosted","websocket"],"created_at":"2024-10-14T06:33:38.360Z","updated_at":"2025-10-08T04:56:43.992Z","avatar_url":"https://github.com/C10udburst.png","language":"Python","funding_links":["https://ko-fi.com/cl0udburst","https://patreon.com/cl0udburst","https://github.com/sponsors/C10udburst"],"categories":[],"sub_categories":[],"readme":"# Search\n\nFast, asynchronous and modular search system.\n\n\u003cdetails\u003e\n\u003csummary\u003eWebsockets interface preview\u003c/summary\u003e\n\n\u003cimg src=\".github/web_preview.png\"\u003e\n\n\u003c/details\u003e\n\n## Interface options\n- `term`: Mainly for debugging\n- `websocket`: Search through a web browser, using ui provided in [web](./web/) directory\n- `discord`: Search using discord bot slash commands\n\n## Installation (websockets)\n1. Install requirements (`discord-py-slash-command` is not needed)\n2. Create `config.ini` similar to [this one](/config.example.ini) (you can skip the `[discord]` section)\n3. Copy files from [web](./web/) for example to `/var/www/search`\n4. Create a nginx config similar to [this one](/nginx.example.conf)\n5. Create a service or chron job that executes `python3 main.py websocket`\n\n## Installation (discord)\n1. Install requirements (`websockets` is not needed)\n2. Create `config.ini` similar to [this one](/config.example.ini) (you can skip the `[websocket]` section)\n3. Create a service or chron job that executes `python3 main.py discord`\n\n## Avaliable search modules\n\u003c!--modules--\u003e\n- **Apps**:\n\t- Search for Android apps.\n\t- Keywords: ` android `, ` apk `, ` apps `, ` mobile `\n- **Base64 Decode**:\n\t- Decode ASCII string using the standard Base64 alphabet.\n- **Base64 Encode**:\n\t- Encode ASCII string using the standard Base64 alphabet.\n\t- Keywords: ` b64 `, ` b64encode `, ` base64 `\n- **Bins**:\n\t- Return gists.\n\t- Keywords: ` bin `, ` bins `, ` gist `, ` paste `, ` pastebin `, ` pastes `, ` text `, ` texts `, ` txt `\n- **Duck answers**:\n\t- Retrieve instant answers from duck duck go.\n- **Ebooks**:\n\t- Search for ebooks using `r/Piracy` cse.\n\t- Keywords: ` book `, ` books `, ` ebook `, ` ebooks `, ` pdf `, ` reading `\n- **Email**:\n\t- Display info about an email.\n- **Ethereum**:\n\t- Display info about an ethereum address.\n- **Files**:\n\t- Search for files\n\t- Keywords: ` dl `, ` download `, ` file `, ` files `\n- **Games**:\n\t- Search for game cracks.\n\t- Keywords: ` crack `, ` cracks `, ` game `, ` games `, ` steam `, ` videogames `\n- **Google**:\n\t- Searches using Google.\n- **Google Drive**:\n\t- Search for files in google drive\n\t- Keywords: ` download `, ` drive `, ` file `, ` files `\n- **Hash BLAKE2B**:\n\t- Hashes given string using `blake2b`.\n\t- Keywords: ` blake2b `, ` hash `, ` hashing `\n- **Hash BLAKE2S**:\n\t- Hashes given string using `blake2s`.\n\t- Keywords: ` blake2s `, ` hash `, ` hashing `\n- **Hash MD4**:\n\t- Hashes given string using `md4`.\n\t- Keywords: ` hash `, ` hashing `, ` md4 `\n- **Hash MD5**:\n\t- Hashes given string using `md5`.\n\t- Keywords: ` hash `, ` hashing `, ` md5 `\n- **Hash MD5-SHA1**:\n\t- Hashes given string using `md5-sha1`.\n\t- Keywords: ` hash `, ` hashing `, ` md5-sha1 `\n- **Hash MDC2**:\n\t- Hashes given string using `mdc2`.\n\t- Keywords: ` hash `, ` hashing `, ` mdc2 `\n- **Hash RIPEMD160**:\n\t- Hashes given string using `ripemd160`.\n\t- Keywords: ` hash `, ` hashing `, ` ripemd160 `\n- **Hash SHA1**:\n\t- Hashes given string using `sha1`.\n\t- Keywords: ` hash `, ` hashing `, ` sha1 `\n- **Hash SHA224**:\n\t- Hashes given string using `sha224`.\n\t- Keywords: ` hash `, ` hashing `, ` sha224 `\n- **Hash SHA256**:\n\t- Hashes given string using `sha256`.\n\t- Keywords: ` hash `, ` hashing `, ` sha256 `\n- **Hash SHA384**:\n\t- Hashes given string using `sha384`.\n\t- Keywords: ` hash `, ` hashing `, ` sha384 `\n- **Hash SHA3_224**:\n\t- Hashes given string using `sha3_224`.\n\t- Keywords: ` hash `, ` hashing `, ` sha3224 `, ` sha3_224 `\n- **Hash SHA3_256**:\n\t- Hashes given string using `sha3_256`.\n\t- Keywords: ` hash `, ` hashing `, ` sha3256 `, ` sha3_256 `\n- **Hash SHA3_384**:\n\t- Hashes given string using `sha3_384`.\n\t- Keywords: ` hash `, ` hashing `, ` sha3384 `, ` sha3_384 `\n- **Hash SHA3_512**:\n\t- Hashes given string using `sha3_512`.\n\t- Keywords: ` hash `, ` hashing `, ` sha3512 `, ` sha3_512 `\n- **Hash SHA512**:\n\t- Hashes given string using `sha512`.\n\t- Keywords: ` hash `, ` hashing `, ` sha512 `\n- **Hash SHA512_224**:\n\t- Hashes given string using `sha512_224`.\n\t- Keywords: ` hash `, ` hashing `, ` sha512224 `, ` sha512_224 `\n- **Hash SHA512_256**:\n\t- Hashes given string using `sha512_256`.\n\t- Keywords: ` hash `, ` hashing `, ` sha512256 `, ` sha512_256 `\n- **Hash SHAKE_128**:\n\t- Hashes given string using `shake_128`.\n\t- Keywords: ` hash `, ` hashing `, ` shake128 `, ` shake_128 `\n- **Hash SHAKE_256**:\n\t- Hashes given string using `shake_256`.\n\t- Keywords: ` hash `, ` hashing `, ` shake256 `, ` shake_256 `\n- **Hash SM3**:\n\t- Hashes given string using `sm3`.\n\t- Keywords: ` hash `, ` hashing `, ` sm3 `\n- **Hash WHIRLPOOL**:\n\t- Hashes given string using `whirlpool`.\n\t- Keywords: ` hash `, ` hashing `, ` whirlpool `\n- **Help**:\n\t- Search through modules.\n\t- Keywords: ` features `, ` help `, ` module `, ` modules `\n- **IP**:\n\t- Gets ip addresses.\n\t- Keywords: ` ip `, ` ipv4 `, ` ipv6 `\n- **Length**:\n\t- Get length of a string.\n\t- Keywords: ` len `, ` length `\n- **Rainbowtables**:\n\t- Uses online APIs to *try* cracking a password hash.\n\t- Keywords: ` dehash `, ` rainbow `, ` rainbowtable `, ` rainbowtables `\n- **Regex**:\n\t- Displays regex visualization.\n- **Roms**:\n\t- Search for console roms.\n\t- Keywords: ` consoles `, ` emulation `, ` games `, ` nintendo `, ` roms `\n- **Service**:\n\t- Display info about services running.\n- **Streaming**:\n\t- Search for movie or tv series streaming\n\t- Keywords: ` movies `, ` series `, ` streaming `, ` tv `\n- **UserAgent**:\n\t- Returns your and random useragent.\n\t- Keywords: ` brand `, ` ua `, ` user agent `, ` useragent `\n- **Wolfram Alpha**:\n\t- Query Wolfram|Alpha.\n\n\u003c!--modules--\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc10udburst%2Fsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc10udburst%2Fsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc10udburst%2Fsearch/lists"}