{"id":13941149,"url":"https://github.com/integrateme-co/integrate-io","last_synced_at":"2025-07-20T04:30:48.613Z","repository":{"id":45257286,"uuid":"408527877","full_name":"integrateme-co/integrate-io","owner":"integrateme-co","description":"Cross-Post your blogs between dev.to, Medium and Hashnode 🔀","archived":false,"fork":false,"pushed_at":"2024-02-26T17:07:02.000Z","size":266,"stargazers_count":52,"open_issues_count":16,"forks_count":15,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-14T22:45:58.989Z","etag":null,"topics":["automation","blogging","cross-post","cross-posting","expressjs","hacktoberfest","integration","medium","mongodb","nodejs","productivity"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/integrateme-co.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-20T16:57:37.000Z","updated_at":"2025-04-03T05:37:05.000Z","dependencies_parsed_at":"2024-11-27T10:40:48.652Z","dependency_job_id":null,"html_url":"https://github.com/integrateme-co/integrate-io","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/integrateme-co/integrate-io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integrateme-co%2Fintegrate-io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integrateme-co%2Fintegrate-io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integrateme-co%2Fintegrate-io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integrateme-co%2Fintegrate-io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/integrateme-co","download_url":"https://codeload.github.com/integrateme-co/integrate-io/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integrateme-co%2Fintegrate-io/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266067254,"owners_count":23871324,"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":["automation","blogging","cross-post","cross-posting","expressjs","hacktoberfest","integration","medium","mongodb","nodejs","productivity"],"created_at":"2024-08-08T02:01:12.221Z","updated_at":"2025-07-20T04:30:48.363Z","avatar_url":"https://github.com/integrateme-co.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/integrateme"],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/72073401/136081559-35426b5c-6579-40ed-ac99-f064cfc47abd.png\" alt=\"integrate.io logo\"/\u003e\n\u003c/p\u003e\n\n# Backend Architecture\n\n![Cross-Post Architechure](https://user-images.githubusercontent.com/72073401/139555093-bdfb353d-aa12-46bb-9a8e-e4b73bc4da57.jpg)\n\n# integrateme.co API Docs\n\n## Get All unpublished posts:\n\n[https://dev.to/api/articles/me/unpublished](https://dev.to/api/articles/me/unpublished)\n\n- Headers:\n    \n    ```bash\n    api-key : MiXvYZyVvqCP1oPjg2AdHhQp\n    ```\n    \n\n## Schedule a post:\n\n[http://localhost:8080/api/v2/schedule](http://localhost:8080/api/v2/schedule)\n\n- Body:\n    \n    ```bash\n    {\n        \"articleID\": \"383924\",\n        \"APIkey\": \"YOUR_API_KEY\",\n        \"publishTime\": \"2021-09-23T20:50:41.751Z\"\n    }\n    ```\n    \n\n## Cron Jobs\n\nRun the `services/cronJobs.js` file\n\n```bash\nnode cronJobs.js\n```\n\n## Post From Dev to Medium or Hashnode\n\nURI : [`http://localhost:8080/api/v2/dev`](http://localhost:8080/api/v2/dev)\n\nBody:\n\n```json\n{\n    \"url\": \"https://dev.to/uzairali10/load-balancer-101-4jl9\",\n    \"medium\": true,\n    \"hash\": true,\n     \"medium_token\":\"2615790132f4a47a93d13abd55f96\",\n     \"hash_token\": \"fee010ff-bd64-496a-d28a58e30bb9\"\n}\n```\n\n- `url` : URL of the The Blog from [Dev.to](http://Dev.to) which is to be cross-posted (String)\n- `medium` : (Boolean)\n- `medium_userID` : User's medium's user ID can be fetched from ([https://api.medium.com/v1/me](https://api.medium.com/v1/me))\n- `medium_token` : User's medium's API token\n- `hash_token` : User's Hashnode API Token\n\n## Post From Medium to Dev or Hashnode\n\nURI: [`http://localhost:8080/api/v2/medium`](http://localhost:8080/api/v2/medium)\n\nBody:\n\n```json\n{\n    \"url\": \"https://medium.com/@amanshri.nitrr/a-job-switch-plan-that-actually-works-e09701c26d88\",\n    \"dev_api\": \"ShVKKiC9AZ1tb\",\n    \"dev\": true,\n    \"hash\": true,\n    \"hash_api\": \"fee010ff-bde30bb9\"\n}\n```\n\n- `url` : URL of the The Blog from Medium which is to be cross-posted (String)\n- `dev` : (Boolean)\n- `hash` : (Boolean)\n- `dev_api` : User's dev.to API token\n- `hash_api` : User's Hashnode API Token\n\n## Post From Hashnode to Dev or Medium\n\nURI: [http://localhost:8080/api/v2/hash](http://localhost:8080/api/v2/hash)\n\nBody:\n\n```json\n{\n    \"url\" : \"https://blog.tomaszgil.me/make-the-most-out-of-your-next-migration-project\",\n    \"dev\": true,\n    \"medium\": true,\n    \"dev_api\": \"ShVKAZ1tb\",\n    \"medium_id\": \"1543cd6f0816d\",\n    \"medium_api\":\"2615790132f4a2d67f81e2696\"\n}\n```\n## Donating\n  \n  \nHelp Us Pay off Our Domain and Hosting Charges :smily \u003cbr\u003e\n\n\n\u003ca href=\"https://www.buymeacoffee.com/integrateme\"\u003e\n\u003cimg width=\"208\" alt=\"snapshot-bmc-button\" src=\"https://user-images.githubusercontent.com/72073401/140631132-f03daad8-c1e8-45ed-970b-94f204d5bba4.png\"\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintegrateme-co%2Fintegrate-io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintegrateme-co%2Fintegrate-io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintegrateme-co%2Fintegrate-io/lists"}