{"id":26188058,"url":"https://github.com/dceluis/pip-gpt","last_synced_at":"2026-04-18T21:36:31.063Z","repository":{"id":209802078,"uuid":"724974577","full_name":"dceluis/pip-gpt","owner":"dceluis","description":"Install Python libraries to your custom GPTs","archived":false,"fork":false,"pushed_at":"2023-11-29T07:28:33.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T09:57:52.268Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dceluis.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-29T07:11:18.000Z","updated_at":"2023-11-29T07:21:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"428bb240-d28e-43e0-9518-38a93cbb7e53","html_url":"https://github.com/dceluis/pip-gpt","commit_stats":null,"previous_names":["dceluis/pip-gpt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dceluis/pip-gpt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dceluis%2Fpip-gpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dceluis%2Fpip-gpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dceluis%2Fpip-gpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dceluis%2Fpip-gpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dceluis","download_url":"https://codeload.github.com/dceluis/pip-gpt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dceluis%2Fpip-gpt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31986323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"ssl_error","status_checked_at":"2026-04-18T20:23:29.375Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-03-11T23:56:09.475Z","updated_at":"2026-04-18T21:36:31.056Z","avatar_url":"https://github.com/dceluis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pip-gpt\n\nInstall Python libraries to your custom GPTs\n\n## Usage\n\n#### Clone the repository\n```\ngit clone https://github.com/dceluis/pip-gpt.git\ncd pip-gpt\n```\n\n#### Run\n```\npython generate.py ultralytics==8.0.220\n```\nThis will create a `bundle.zip` file in the current directory.\n\n#### Upload `bundle.zip` to your custom GPT.\n\n#### Finally, prepend the following instructions to your GPT prompt:\n\n```\nWhen starting the conversation, and before attempting code execution, you will:\n1. Unzip the bundle file (which is available in your current workspace) to the ./pip_gpt folder.\n2. Read each install script in ./pip_gpt/install_scripts and print the file contents.\n3. Run each install script contents, run the installation silently (don't output installation success messages).\n```\n\n## Caveats\n\n1. This method fails often. The good part is that GPT-4 will try to correct what\n   went wrong, the bad part is that it's a bad user experience anyway.\n2. It takes a while. You will be adding at least 20 seconds of delay to your\n   first response while the install scripts are extracted and run.\n3. It doesn't add dependencies. I have not yet found a clean way of only adding\n   dependencies not already present in the GPT host.\n\n## TODO\n\n- [ ] Merge install scripts into one.\n- [ ] Specify the platform so that it matches the GPTs host machine.\n- [ ] Include pruned dependency tree.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdceluis%2Fpip-gpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdceluis%2Fpip-gpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdceluis%2Fpip-gpt/lists"}