{"id":18928852,"url":"https://github.com/kubesimplify/kubetweet","last_synced_at":"2026-03-06T11:31:54.249Z","repository":{"id":61845809,"uuid":"543596501","full_name":"kubesimplify/kubetweet","owner":"kubesimplify","description":"Repo for automating kubesimplify Tweets","archived":false,"fork":false,"pushed_at":"2022-11-08T03:16:24.000Z","size":445,"stargazers_count":9,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-02T18:23:12.700Z","etag":null,"topics":["hacktoberfest","hacktoberfest-accepted"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kubesimplify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-30T12:45:29.000Z","updated_at":"2023-02-23T12:07:49.000Z","dependencies_parsed_at":"2023-01-21T05:46:56.914Z","dependency_job_id":null,"html_url":"https://github.com/kubesimplify/kubetweet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kubesimplify/kubetweet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubesimplify%2Fkubetweet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubesimplify%2Fkubetweet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubesimplify%2Fkubetweet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubesimplify%2Fkubetweet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubesimplify","download_url":"https://codeload.github.com/kubesimplify/kubetweet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubesimplify%2Fkubetweet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30173694,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["hacktoberfest","hacktoberfest-accepted"],"created_at":"2024-11-08T11:28:26.355Z","updated_at":"2026-03-06T11:31:54.212Z","avatar_url":"https://github.com/kubesimplify.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to get Started :bulb:\n\n### 1. Apply for a Twitter Developer Account and create a new Project App.\n\n### 2. Change the User Authentication settings of Your Project on Twitter Developer Portal.\n\u003cimg src=\"https://user-images.githubusercontent.com/107163858/193411783-9f7f73a1-74ae-4fe3-8115-1b7d6a9c9a34.png\" alt=\"image\" width='300' height='200' /\u003e\n\nClick on the edit button and change the given settings.\n\n1. Allow the \u003cb\u003e\"Read and Write\"\u003c/b\u003e permission in the \u003cb\u003e\"App Permission\" \u003c/b\u003e Section.\n1. Select the \u003cb\u003e\"Web App, Automated App, or Bot\"\u003c/b\u003e in \u003cb\u003e\"Type of App\"\u003c/b\u003e section.\n1. Add this \u003cb\u003eCallback Url\u003c/b\u003e in \u003cb\u003e App info \u003c/b\u003e section and any Website Url in the website url input.\n\n```text\nhttp://127.0.0.1:5000/callback\n```\n\u003cimg src=\"https://user-images.githubusercontent.com/107163858/193411858-c708c883-82f6-4501-848e-b8d72ffec2cd.png\" alt=\"image\" width='300' height='200' /\u003e\n\n### 3. Create a Supabase App [here](https://app.supabase.com/)\nSetup Database and authentication with Emails.\n#### 1. Create two new tables with names `states` and `token`.\n\n![image](https://user-images.githubusercontent.com/107163858/193412103-baff1654-84b3-45cf-b1e3-d95a892f0fc1.png)\n![image](https://user-images.githubusercontent.com/107163858/193412105-07ee5c5c-ba7f-4946-8cc8-8a207688d747.png)\n\nMake sure your name matches the name of the above images.\n\n\n#### 2. Setup Supabase Authentication.\n\n![image](https://user-images.githubusercontent.com/107163858/193412399-7fbc0945-c5b9-48af-88d3-7a5fc30dc401.png)\n\nAfter Deployment, make sure you disable Sign Up after signing in yourself otherwise others can also Sign Up to your application.\n\n![image](https://user-images.githubusercontent.com/107163858/197192833-882ea2e8-1b4b-4a8e-8cb8-c4eb501b3fa8.png)\n\n    \n### 4. Clone the repo to your local device:\n\n```\ngit clone https://github.com/kubesimplify/kubetweet.git\ncd kubetweet\n```\n\n\n### 5. Install the Dependencies\n\n```\ncd frontend\nnpm install\ncd ../backend\nnpm install\n```\n\n\n### 6. Ready your Backend\n\nCreate a `.env` file in your backend folder and add the following data.\n\n```\nCLIENT_ID = \u003cYOUR_TWITTER_CLIENT_ID\u003e\nCLIENT_SECRET = \u003cYOUR_TWITTER_CLIENT_SECRET\u003e\nBEARER_TOKEN = \u003cYOUR_TWITTER_BEARER_TOKEN\u003e\n\nSUPABASE_PROJECT_URL= \u003cYOUR_SUPABASE_PROJECT_URL\u003e\nSUPABASE_PROJECT_ANON_API_KEY= \u003cYOUR_SUPABASE_PROJECT_ANON_KEY\u003e\n```\n\n\n### 7. Go to the `config.js` file in the backend folder and add your TwitterAccountId on line 17\n\nYou can get your Twitter User Id from [here](https://tweeterid.com/) in case you don't know.\n\n\n### 8. Now our express server (backend) is ready to run.\n\nRun the backend server by using these commands\n\n```\n npm start\n```\n or \n```\n npm run dev\n```\n\n\n### 9. Now Let's Authorise the Twitter API by your Twitter Account\n\nGo to http://localhost:5000/auth and Click on Authorise and it will Authorise your project to post Tweets and it will redirect you to Callback Url.\n\nOur Backend is ready now 🥳 \n\n\n### 10. Now Let's Ready our Frontend Application by creating a `.env` file in the frontend folder  \nAdd the following lines \n ```\nREACT_APP_SUPABASE_URL= \u003cYOUR_SUPABASE_PROJECT_URL\u003e\nREACT_APP_SUPABASE_ANON_KEY= \u003cYOUR_SUPABASE_PROJECT_ANON_KEY\u003e\n ```\nOpen another terminal and run your frontend application.\n```\nnpm start\n```\nOur Frontend is also ready 🥳🥳.\n\n\n## Now you can post Tweets and Retweets other tweets easily. 🥳🚀\nMake sure your both frontend and backend Application is running.\n\n\n## Things to keep in mind while deploying both frontend and backend \n1. Change the Deployed Backend Url in `frontend/src/constants/constant.js` folder.\n1. Add the Deployed frontend Url in `backend/server.js` in whitelist on line 12 and remove others Urls.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubesimplify%2Fkubetweet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubesimplify%2Fkubetweet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubesimplify%2Fkubetweet/lists"}