{"id":15284160,"url":"https://github.com/ronething/notion-db-exporter","last_synced_at":"2026-01-30T03:13:15.643Z","repository":{"id":229269858,"uuid":"776283622","full_name":"ronething/notion-db-exporter","owner":"ronething","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-02T07:07:50.000Z","size":72,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-13T21:41:08.852Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ronething.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":"2024-03-23T04:35:26.000Z","updated_at":"2024-06-02T07:07:52.000Z","dependencies_parsed_at":"2024-06-02T08:25:09.107Z","dependency_job_id":"91c3d160-6f43-45bd-aa08-ef5c58b4d4da","html_url":"https://github.com/ronething/notion-db-exporter","commit_stats":null,"previous_names":["ronething/notion-db-exporter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ronething/notion-db-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronething%2Fnotion-db-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronething%2Fnotion-db-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronething%2Fnotion-db-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronething%2Fnotion-db-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ronething","download_url":"https://codeload.github.com/ronething/notion-db-exporter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronething%2Fnotion-db-exporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28897920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"online","status_checked_at":"2026-01-30T02:00:06.810Z","response_time":66,"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-09-30T14:50:09.639Z","updated_at":"2026-01-30T03:13:15.628Z","avatar_url":"https://github.com/ronething.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## notion-db-exporter\n\nThis module allows you to export data from a Notion database to a CSV file.\n\n## Installation\n\nFirst, install the module using npm:\n\n```bash\nnpm install @ronething/notion-db-exporter\n```\n\n## Setup\n\nBefore using the exporter, you need to set up your Notion integration and obtain your Notion API token and database ID. Set these as environment variables:\n\n```bash\nexport NOTION_TOKEN='your_notion_token_here'\nexport NOTION_DATABASE_ID='your_database_id_here'\n```\n\nAlternatively, you can create a `.env` file in the root of your project and add your Notion token and database ID there:\n\n```\nNOTION_TOKEN=your_notion_token_here\nNOTION_DATABASE_ID=your_database_id_here\n```\n\n## Usage\n\nAfter installing the module and setting up your environment variables, you can use the module to export your Notion database to a CSV file. Here's a simple script example:\n\n```javascript\nconst notionExporter = require('@ronething/notion-db-exporter');\n\n// Execute the export\nnotionExporter.exportNotionToCsv();\n```\n\nThis script will export the Notion database data to a file named `out.csv` in your current directory.\n\n## Contributing\n\nFeel free to fork the repository and submit pull requests.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE.md file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fronething%2Fnotion-db-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fronething%2Fnotion-db-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fronething%2Fnotion-db-exporter/lists"}