{"id":28213087,"url":"https://github.com/septimus4/dategenerator","last_synced_at":"2025-07-29T06:33:03.486Z","repository":{"id":202971016,"uuid":"180197738","full_name":"Septimus4/dateGenerator","owner":"Septimus4","description":"Used to create range of date, could be usefull to create wordlist base on dates.","archived":false,"fork":false,"pushed_at":"2023-03-19T14:53:46.000Z","size":9,"stargazers_count":11,"open_issues_count":0,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-21T17:17:34.195Z","etag":null,"topics":["date-generator","python","wordlist-generator"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Septimus4.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-04-08T17:17:35.000Z","updated_at":"2025-03-05T07:16:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"df4bd6fa-79da-463c-acbe-cae5bad57345","html_url":"https://github.com/Septimus4/dateGenerator","commit_stats":null,"previous_names":["septimus4/dategenerator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Septimus4/dateGenerator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Septimus4%2FdateGenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Septimus4%2FdateGenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Septimus4%2FdateGenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Septimus4%2FdateGenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Septimus4","download_url":"https://codeload.github.com/Septimus4/dateGenerator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Septimus4%2FdateGenerator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267639569,"owners_count":24119780,"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-07-29T02:00:12.549Z","response_time":2574,"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":["date-generator","python","wordlist-generator"],"created_at":"2025-05-17T20:09:56.094Z","updated_at":"2025-07-29T06:33:03.464Z","avatar_url":"https://github.com/Septimus4.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DateGenerator\nDate generator supports a few output with customizable separator.  \nJust a simple code that allow to generate wordlist based on dates.  \nCould be used directly in any other python script.  \n### Support  \n* yyyymmdd\n* mmddyyyy\n* ddmmyyyy\n## Installation \n### Requirements\n* python\n## Usage\nYou can simply run it as a script with arguments:\n* 1: starting year\n* 2: ending year\n* 3: display format\n    * 0 = yyyymmdd\n    * 1 = ddmmyyyy\n    * 2 = mmddyyyy\n* 3 : optional separator added in between\n\n```bash\npython3  date_generator.py {starting year} {ending year} {display format} {separator}\n```\nYou could also remove the main function and use it in your python code as a class.  \nThe separator in not required, if not passed the script doesn't display any.  \n## Example\n`$ python3 date_generator.py 1900 1901 1`  \n01011900  \n02011900  \n03011900  \n04011900  \n05011900  \n06011900  \n...  \n26121900  \n27121900  \n28121900  \n29121900  \n30121900  \n31121900  \n\n`$ python3 date_generator.py 1900 1901 0 \"-\"`  \n1900-01-01  \n1900-01-02  \n1900-01-03  \n1900-01-04  \n1900-01-05  \n1900-01-06  \n...  \n1900-12-26  \n1900-12-27  \n1900-12-28  \n1900-12-29  \n1900-12-30  \n1900-12-31  \n\n## License\n[GPL-3.0]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseptimus4%2Fdategenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseptimus4%2Fdategenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseptimus4%2Fdategenerator/lists"}