{"id":13827318,"url":"https://github.com/l3v11/SearchX","last_synced_at":"2025-07-09T03:31:52.773Z","repository":{"id":36969504,"uuid":"426067826","full_name":"l3v11/SearchX","owner":"l3v11","description":"The Ultimate Telegram Bot for Google Drive","archived":false,"fork":false,"pushed_at":"2024-04-04T12:05:12.000Z","size":253,"stargazers_count":195,"open_issues_count":0,"forks_count":288,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-08-05T09:16:10.659Z","etag":null,"topics":["bot","google-drive","recursive-search","search-bot","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":"https://t.me/l3v11","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/l3v11.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"l3v11","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2021-11-09T02:43:00.000Z","updated_at":"2024-07-14T22:38:53.000Z","dependencies_parsed_at":"2024-01-15T16:51:48.329Z","dependency_job_id":null,"html_url":"https://github.com/l3v11/SearchX","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l3v11%2FSearchX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l3v11%2FSearchX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l3v11%2FSearchX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l3v11%2FSearchX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/l3v11","download_url":"https://codeload.github.com/l3v11/SearchX/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225481522,"owners_count":17481174,"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","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":["bot","google-drive","recursive-search","search-bot","telegram","telegram-bot"],"created_at":"2024-08-04T09:01:53.967Z","updated_at":"2024-11-20T06:31:34.593Z","avatar_url":"https://github.com/l3v11.png","language":"Python","funding_links":["https://ko-fi.com/l3v11"],"categories":["Python"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/l3v11/SearchX\"\u003e\n        \u003cimg width=\"200\" src=\"https://cdn.dribbble.com/users/1501052/screenshots/5468049/searching_tickets.gif\" alt=\"SearchX\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e\n\n# SearchX\n\nSearchX is a multipurpose Telegram bot written in Python for Google Drive\n\n\u003c/p\u003e\n\n\n## Features\n\n- Search data in Google Drive\n- Clone data from Google Drive and GDToT\n- Compress data from Google Drive and GDToT\n- Extract data from Google Drive and GDToT\n- Count data from Google Drive\n- Generate mediainfo of media files from Google Drive and URL\n- Generate frames of media files from Google Drive and URL\n- Generate collage of media files from Google Drive and URL\n- Delete data from Google Drive\n- Set data permission in Google Drive\n- Size Limit support for Clone, Compression and Extraction tasks\n- Destination change support for Clone tasks\n- MongoDB database support\n- Bookmark support for storing Destination Drive IDs into database\n- Support for storing the list of authorized users into database\n- Index Link support\n- Multi-token telegraph support\n- Multi-page telegraph page results\n- Service Account (SA) support\n- Execute shell commands\n- Evaluate Python expressions\n- Run Python code\n\n## Configuration\n\nThese four files are required to run the bot\n- [credentials.json](https://github.com/l3v11/SearchX/wiki/Getting-the-Configuration-Files#getting-the-credentialsjson-file)\n- [drive_list](https://github.com/l3v11/SearchX/wiki/Getting-the-Configuration-Files#getting-the-drive_list-file)\n- [token.json](https://github.com/l3v11/SearchX/wiki/Getting-the-Configuration-Files#getting-the-tokenjson-file)\n- [config.env](https://github.com/l3v11/SearchX/wiki/Getting-the-Configuration-Files#setting-up-the-configenv-file)\n\n## Deployment\n\nThese two guides are available to deploy the bot\n- [Deploying to Heroku](https://github.com/l3v11/SearchX/wiki/Deploying-to-Heroku)\n- [Deploying to VPS](https://github.com/l3v11/SearchX/wiki/Deploying-to-VPS)\n\n## Commands\n\nThis list of commands is supported by the bot\n```\nstart - Start the bot\nfind - Search data in Google Drive\nclone - Clone data to Google Drive\ncompress - Compress data to Google Drive\nextract - Extract data to Google Drive\ncount - Count data from Google Drive\nminfo - Generate mediainfo of a media file\nss - Generate frames of a media file\ncol - Generate collage of a media file\ncancel - Cancel a task\nstatus - Get status of all tasks\nshare - Set data permission in Google Drive\ndel - Delete data from Google Drive\naddbm - Add bookmark of a destination drive\nrembm - Remove bookmark of a destination drive\nbookmarks - Get the list of bookmarked destination drives\nauth - Grant authorization of an user\nunauth - Revoke authorization of an user\nusers - Get the list of authorized users\nshell - Execute shell commands\neval - Evaluate Python expressions\nexec - Execute Python code\nclearlocals - Clear the locals\nping - Ping the bot\nstats - Get the system statistics\nlog - Get the log file\nrestart - Restart the bot\nhelp - Get help\n```\n\n## Changelog\n\n\u003e [**Click here**](https://github.com/l3v11/SearchX/wiki/Changelog) to see the list of changes made to the bot\n\n## FAQs\n\n\u003e [**Click here**](https://github.com/l3v11/SearchX/wiki/Frequently-Asked-Questions) to read the answers to \nsome of the most common questions and the problems users come across\n\n## Credits\n\n[Levi](https://github.com/l3v11) *(Maintainer)* |\n[Shivam Jha](https://github.com/lzzy12) |\n[Sreeraj V R](https://github.com/SVR666) |\n[TheArchivists](https://github.com/thearchivists) |\n[Snape](https://github.com/snape541) |\n[Anas](https://github.com/anasty17) |\n[Yuuki](https://github.com/xcscxr) |\n[Hrutvik](https://github.com/hsj51) |\n[SpeedX](https://github.com/SpeedyIndeedy) |\n[Agamya Samuel](https://github.com/agamya-samuel)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl3v11%2FSearchX","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fl3v11%2FSearchX","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl3v11%2FSearchX/lists"}