{"id":15569029,"url":"https://github.com/simpleboy353/sheetsbot","last_synced_at":"2025-04-07T11:07:46.025Z","repository":{"id":37598101,"uuid":"429692411","full_name":"Simpleboy353/SheetsBot","owner":"Simpleboy353","description":"A discord bot that allows you to read, write and remove data from Google Sheets","archived":false,"fork":false,"pushed_at":"2025-03-21T06:39:53.000Z","size":25,"stargazers_count":34,"open_issues_count":5,"forks_count":58,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T09:09:04.342Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/Simpleboy353.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":"2021-11-19T06:28:13.000Z","updated_at":"2025-03-24T15:56:54.000Z","dependencies_parsed_at":"2023-11-12T21:23:09.953Z","dependency_job_id":"888e766b-52e3-4254-83aa-d64f40e3ff02","html_url":"https://github.com/Simpleboy353/SheetsBot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simpleboy353%2FSheetsBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simpleboy353%2FSheetsBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simpleboy353%2FSheetsBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simpleboy353%2FSheetsBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Simpleboy353","download_url":"https://codeload.github.com/Simpleboy353/SheetsBot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640462,"owners_count":20971557,"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-10-02T17:21:54.005Z","updated_at":"2025-04-07T11:07:45.997Z","avatar_url":"https://github.com/Simpleboy353.png","language":"JavaScript","readme":"\u003ch3 align=\"center\"\u003eSheetsBot\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/Simpleboy353/SheetsBot/blob/main/LICENSE.md\"\u003e\u003cimg alt=\"GitHub License\" src=\"https://img.shields.io/github/license/Simpleboy353/REAPER-2.0?style=for-the-badge\" height=\"40\" width=\"200\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.buymeacoffee.com/simpleboy353\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-orange.png\" alt=\"Buy Me A Coffee\" height=\"40\" width=\"200\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/Simpleboy353/stargazers\"\u003e\u003cimg alt=\"GitHub Stars\" src=\"https://img.shields.io/github/stars/Simpleboy353/SheetsBot?style=for-the-badge\" height=\"40\" width=\"140\"\u003e\u003c/a\u003e \n\u003ca href=\"https://github.com/Simpleboy353/SheetsBot/network\"\u003e\u003cimg alt=\"GitHub Forks\" src=\"https://img.shields.io/github/forks/Simpleboy353/SheetsBot?style=for-the-badge\" height=\"40\" width=\"140\"\u003e\u003c/a\u003e\n\u003ca href=\"https://discord.gg/PCFedSNnqp\"\u003e\u003cimg alt=\"Support Server\" src=\"https://img.shields.io/badge/Discord-7289DA?style=for-the-badge\u0026logo=discord\u0026logoColor=white\" height=\"40\" width=\"140\"\u003e\u003c/a\u003e\n\n\u003cp align=\"center\"\u003e\n\tSheetsBot is a discord bot that allows you to read, write and remove data from Google Sheets.\n\u003c/p\u003e\n\n## Important:\n- No additional help will be provided for this repository.\n- Read the `readme.md` file for complete information about the bot.\n- It is recommended to watch the GoogleSheetsAPI tutorial for more information. (Link Below, Under Configuration)\n- If you have any questions, please contact me on [discord](https://discord.com/users/661501985517862972).\n\n## Requirements\n- Discord.js v13 or higher (`npm install discord.js@latest`)\n- NodeJS v16.6 or higher\n- Google APIs Client Library for NodeJS (`npm install googleapis`)\n- `applications.commands` scope enabled for your bot in [developer portal](https://discord.com/developers)\n- Basic knowlegde of Discord.js or JavaScript or NodeJS\n\n## Getting Started\n#### Creating a fork\n- [Click here to create a fork](https://github.com/Simpleboy353/SheetsBot)\n- Open your terminal and do `git clone https://github.com/Simpleboy353/SheetsBot.git`\n\n#### Installing dependencies\n- Open your terminal and do `npm install`\n\n#### Starting the bot\n##### Do any one\n- `npm start`\n- `node index.js`\n- `node .`\n\n## Configuration\n- Edit the `config.json` file\n```json\n{\n\t\"botToken\": \"ENTER_YOUR_BOT_TOKEN_HERE\",\n\t\"spreadsheetId\": \"ID_OF_THE_GOOGLE_SHEET\",\n\t\"ownerId\": \"ENTER_YOIUR_ID_HERE\",\n\t\"prefix\": \"ANY_PREFIX_OF_YOUR_CHOICE\",\n\t\"error_logs\": \"ENTER_THE_ERROR_LOGS_CHANNEL_ID_HERE\"\n}\n```\n- `botToken` is the token of your bot\n- `spreadsheetId` is the ID of the Google Sheet you want to use\n- `ownerId` is the ID of the owner of the bot\n- `prefix` is the prefix of the bot\n- `error_logs` is the ID of the channel where you want to send the error logs\n- You will also need an additional credentials file to use this bot.\n- **Watch this video to see the full Google Sheets API Tutorial:**\n- [![GoogleAPI Tutorial](http://img.youtube.com/vi/PFJNJQCU_lo/0.jpg)](http://www.youtube.com/watch?v=PFJNJQCU_lo \"MongoDB Tutorial\")\n\n## Star the Repo if you liked it!\n","funding_links":["https://www.buymeacoffee.com/simpleboy353"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimpleboy353%2Fsheetsbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimpleboy353%2Fsheetsbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimpleboy353%2Fsheetsbot/lists"}