{"id":21268851,"url":"https://github.com/mt1006/recyclebinexporter","last_synced_at":"2025-08-20T12:36:09.048Z","repository":{"id":113764076,"uuid":"472386753","full_name":"mt1006/RecycleBinExporter","owner":"mt1006","description":"A simple python script to export Windows recycle bin contents.","archived":false,"fork":false,"pushed_at":"2022-03-21T15:01:54.000Z","size":72,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T06:13:39.423Z","etag":null,"topics":["python","recycle-bin","windows"],"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/mt1006.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}},"created_at":"2022-03-21T14:59:48.000Z","updated_at":"2025-01-11T02:17:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0129e95-08d7-45b1-924c-4c0bed12b0ec","html_url":"https://github.com/mt1006/RecycleBinExporter","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/mt1006%2FRecycleBinExporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mt1006%2FRecycleBinExporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mt1006%2FRecycleBinExporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mt1006%2FRecycleBinExporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mt1006","download_url":"https://codeload.github.com/mt1006/RecycleBinExporter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253866322,"owners_count":21976070,"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":["python","recycle-bin","windows"],"created_at":"2024-11-21T08:06:35.589Z","updated_at":"2025-05-13T03:28:26.813Z","avatar_url":"https://github.com/mt1006.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Recycle Bin Exporter\r\nA simple python script to export Windows recycle bin contents.\r\n\r\n- It allows you to export files and directories from the recycle bin without deleting them from it\r\n- It is resistant to name conflicts\r\n- It generates a CSV file with an index of the exported files\r\n\r\n# Requirements\r\n- Python 3 (script was tested on version 3.10)\r\n- Required modules: pypiwin32, winshell\r\n\r\n```\r\npy -m pip install pypiwin32\r\npy -m pip install winshell\r\n```\r\n\r\n# Example CSV file\r\n```\r\n\"Recycle bin files index\";\"Number of elements: 5\"\r\n\r\n\"File name\";\"Original file name\";\"Created at\";\"Deleted at\"\r\n\"abc\";\"C:\\Users\\Damian\\Desktop\\abc\";\"[unknown]\";\"2022-03-21 14:36:58+00:00\"\r\n\"test.txt\";\"C:\\Users\\Damian\\Desktop\\test.txt\";\"2022-03-21 14:36:22.847000+00:00\";\"2022-03-21 14:36:36+00:00\"\r\n\"test_1.txt\";\"C:\\Users\\Damian\\Desktop\\test.txt\";\"2022-03-21 14:36:22.847000+00:00\";\"2022-03-21 14:36:24+00:00\"\r\n\"123.txt\";\"C:\\Users\\Damian\\Desktop\\123.txt\";\"2022-03-21 14:36:22.847000+00:00\";\"2022-03-21 14:36:52+00:00\"\r\n\"test_1_1.txt\";\"C:\\Users\\Damian\\Desktop\\test_1.txt\";\"2022-03-21 14:36:22.847000+00:00\";\"2022-03-21 14:36:44+00:00\"\r\n```\r\n\r\n![Screenshot of example CSV file](example_index.png \"Screenshot of example CSV file\")\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmt1006%2Frecyclebinexporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmt1006%2Frecyclebinexporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmt1006%2Frecyclebinexporter/lists"}