{"id":13436143,"url":"https://github.com/dappforce/post4ever","last_synced_at":"2025-07-30T17:05:07.533Z","repository":{"id":65316245,"uuid":"583619602","full_name":"dappforce/post4ever","owner":"dappforce","description":"Back up your Twitter content using Subsocial, a decentralized Web3 social networking platform. Take ownership of your tweets by putting them on the blockchain.","archived":false,"fork":false,"pushed_at":"2023-08-18T12:59:09.000Z","size":8597,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-11T19:08:17.706Z","etag":null,"topics":["backup-tweet","backup-twitter","censorship-resistance","freespeech","subsocial"],"latest_commit_sha":null,"homepage":"https://post4ever.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dappforce.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":"2022-12-30T10:46:52.000Z","updated_at":"2024-10-05T13:15:47.000Z","dependencies_parsed_at":"2024-10-27T18:26:18.688Z","dependency_job_id":null,"html_url":"https://github.com/dappforce/post4ever","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dappforce/post4ever","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dappforce%2Fpost4ever","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dappforce%2Fpost4ever/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dappforce%2Fpost4ever/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dappforce%2Fpost4ever/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dappforce","download_url":"https://codeload.github.com/dappforce/post4ever/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dappforce%2Fpost4ever/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267905932,"owners_count":24164001,"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-30T02:00:09.044Z","response_time":70,"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":["backup-tweet","backup-twitter","censorship-resistance","freespeech","subsocial"],"created_at":"2024-07-31T03:00:44.643Z","updated_at":"2025-07-30T17:05:07.503Z","avatar_url":"https://github.com/dappforce.png","language":"TypeScript","funding_links":[],"categories":["Tools"],"sub_categories":["[Post4Ever](https://post4ever.app/)"],"readme":"An app to help you save your X posts to [Subsocial](https://subsocial.network/), making them permanent and censorship-resistant in the blockchain. \n\nBuilt using Next.js, Subsocial SDK, and node-twitter-api-v2.\n\n## Features Checklist\n\n✅ Login to your Twitter account (using NextAuth Provider)\n\n✅ Show your X posts (excluding replies, text-only)\n\n✅ Choose X posts to backup (limited to 2 X posts each submission)\n\n✅ Submit X posts to SoonSocialX (Subsocial testnet) via Subsocial SDK\n\n## App Demo\n\n![](login-and-create-posts.gif)\n\nLogging in using your own Twitter account and submitting X posts to be sent to Subsocial chain\n\n\n![](create-post-success.gif)\n\nX posts sent and submission successful\n\nExample of succesful txs (connect to SoonSocialX network on Polkadot.js apps):\n\n[Creating a single post](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frco-para.subsocial.network#/explorer/query/0xf154347d77ac55d8a9a7e1c53f9e30ee49dacdfd50222f027a6e4df8f8c45d52)\n\n[Creating batch posts](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frco-para.subsocial.network#/explorer/query/0xdd387d5bb462cd11ba2835752bb66b3a5bbea8d5e485d355d825822276b93a04)\n\nNOTE: Currently, the app is only tested on the latest version of Google Chrome.\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.\n\n[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.\n\nThe `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdappforce%2Fpost4ever","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdappforce%2Fpost4ever","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdappforce%2Fpost4ever/lists"}