{"id":22466901,"url":"https://github.com/mavimo/scadenze_fiscali","last_synced_at":"2025-06-16T07:07:17.173Z","repository":{"id":5143957,"uuid":"6310966","full_name":"mavimo/scadenze_fiscali","owner":"mavimo","description":"Create a scraper to generate a parsable output (CSV, XML,JSON, ..) of tax deadline in Italy","archived":false,"fork":false,"pushed_at":"2012-10-20T17:36:08.000Z","size":316,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-11T22:58:13.862Z","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":"personalrobotics/OpenChisel","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mavimo.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}},"created_at":"2012-10-20T16:17:49.000Z","updated_at":"2013-10-03T09:50:03.000Z","dependencies_parsed_at":"2022-08-29T10:30:29.810Z","dependency_job_id":null,"html_url":"https://github.com/mavimo/scadenze_fiscali","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mavimo/scadenze_fiscali","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fscadenze_fiscali","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fscadenze_fiscali/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fscadenze_fiscali/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fscadenze_fiscali/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mavimo","download_url":"https://codeload.github.com/mavimo/scadenze_fiscali/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavimo%2Fscadenze_fiscali/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260116645,"owners_count":22961064,"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":[],"created_at":"2024-12-06T10:14:35.780Z","updated_at":"2025-06-16T07:07:17.148Z","avatar_url":"https://github.com/mavimo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scadenze fiscali\n\nCreate a scraper to generate a parsable output (CSV, XML,JSON, ..) of tax deadline in Italy.\n\n## Install\n\nInstall [scrapy](http://scrapy.org/) using PIP:\n\n```bash\nsudo pip install scrapy\n```\n\nclone this repo:\n\n```bash\ngit clone git@github.com:mavimo/scadenze_fiscali.git\n```\n\n## Run it\n\nOpen a terminal and go in the project folder\n\n```bash\ncd scadenze_fiscali\n```\n\nChoise the exporter, you can use ```JSON```, ```XML``` and ```CSV``` format (you can also use other exporter from scrapy, now you can run scraper using:\n\n```bash\nscrapy crawl scadenze_fiscali -o result/items.xml -t xml\n```\n\n * ```-o```: parameter define the generated result file\n * ```-t```: pameter define the export format\n\n## Generated data\n\nGenerated file have the following structure:\n\n * ```items```\n   * ```item```\n     * ```when```: day of deadline\n     * ```who```: who need to respect this deadline\n     * ```what```: the deadline description\n     * ```how```: how user can \"resolve\" the deadline\n     * ```code```: code of this deadline type\n     * ```type```: type of responsability\n     * ```category```: Category of user that must rquire to respect the deadline\n\nYou can find more info in the wiki (Work In Progres)\n\n## Know issues\n\n * This tool grab data for the specified year information. This data is wired in code, so if you require information for a different year is required to change this information directlry in the \nspider file.\n * Exported JSON data generate have text encoding error. Is required for you to re-convert generated file.\n\n## Disclaimer\n\nAll information will be grabbed directly from [Inland Revenue](http://www1.agenziaentrate.gov.it/documentazione/scadenzefiscali/index.htm). I don't assume responsability for data or damange that \nthis data can causate.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmavimo%2Fscadenze_fiscali","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmavimo%2Fscadenze_fiscali","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmavimo%2Fscadenze_fiscali/lists"}