{"id":18448741,"url":"https://github.com/locksec/tpdne_py","last_synced_at":"2025-10-28T00:38:08.602Z","repository":{"id":219515867,"uuid":"749226078","full_name":"locksec/tpdne_py","owner":"locksec","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-28T01:29:52.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-16T01:51:26.719Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/locksec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-27T23:41:12.000Z","updated_at":"2025-01-31T14:48:28.000Z","dependencies_parsed_at":"2024-01-28T02:30:44.615Z","dependency_job_id":null,"html_url":"https://github.com/locksec/tpdne_py","commit_stats":null,"previous_names":["locksec/tpdne_py"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/locksec/tpdne_py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locksec%2Ftpdne_py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locksec%2Ftpdne_py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locksec%2Ftpdne_py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locksec%2Ftpdne_py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/locksec","download_url":"https://codeload.github.com/locksec/tpdne_py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locksec%2Ftpdne_py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272214419,"owners_count":24893201,"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-08-26T02:00:07.904Z","response_time":60,"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":[],"created_at":"2024-11-06T07:16:56.814Z","updated_at":"2025-10-28T00:38:03.568Z","avatar_url":"https://github.com/locksec.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\nThis script automatically downloads and crops images (to remove watermark) from https://www.thispersondoesnotexist.com.\n\n# Prerequisites\n## Installing Python\nIf you don't have Python installed, download and install the latest version from python.org.\n\n##Recommended Setup: Using Anaconda\nAnaconda simplifies package management and deployment. It's recommended for managing Python dependencies for this project. You can download Anaconda [here](https://www.anaconda.com/download/).\n\n1. Create a new Conda environment:\n\n``` bash\nconda create --name myenv python=3.10.6\n```\n\n2. Activate the environment:\n\n```bash\nconda activate myenv\n```\n## Installing Required Libraries\n### With Anaconda (Recommended)\nWithin your Conda environment, install the necessary libraries:\n\n```bash\nconda install requests\nconda install Pillow\n```\n### Using pip\nAlternatively, if you're not using Anaconda, install the libraries using pip:\n\n```bash\npip install requests\npip install Pillow\n```\n# Usage\nTo use the script, navigate to the directory containing tpdne.py and run:\n\n```bash\npython tpdne.py -n [number_of_images]\n```\n\nReplace [number_of_images] with the number of images you want to fetch and process.\n\nThe script saves the images in the current directory, naming them in the format `image_{number}_{timestamp}.jpg`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocksec%2Ftpdne_py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flocksec%2Ftpdne_py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocksec%2Ftpdne_py/lists"}