{"id":17277705,"url":"https://github.com/mattythedev01/simplyquotes","last_synced_at":"2026-02-02T21:36:30.685Z","repository":{"id":257826527,"uuid":"869239275","full_name":"mattythedev01/SimplyQuotes","owner":"mattythedev01","description":"The best global community quoting Discord bot! (Make sure to star the repo!)","archived":false,"fork":false,"pushed_at":"2024-10-16T14:56:19.000Z","size":3017,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T09:19:05.346Z","etag":null,"topics":["bot","community","discord","discord-bot","discord-js","discord-quotes","discordapi","discordapp","discordjs","discordjs-v14","global","global-quotes","nodejs","nodemon","npm","quotebot","slash-commands","slashcommands","star-repo"],"latest_commit_sha":null,"homepage":"https://top.gg/bot/1292737804530356224","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/mattythedev01.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":"2024-10-08T00:47:55.000Z","updated_at":"2024-10-16T14:56:23.000Z","dependencies_parsed_at":"2024-10-18T12:17:16.850Z","dependency_job_id":null,"html_url":"https://github.com/mattythedev01/SimplyQuotes","commit_stats":null,"previous_names":["mattythedev01/simplyquotes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mattythedev01/SimplyQuotes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattythedev01%2FSimplyQuotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattythedev01%2FSimplyQuotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattythedev01%2FSimplyQuotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattythedev01%2FSimplyQuotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattythedev01","download_url":"https://codeload.github.com/mattythedev01/SimplyQuotes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattythedev01%2FSimplyQuotes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263986225,"owners_count":23539808,"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":["bot","community","discord","discord-bot","discord-js","discord-quotes","discordapi","discordapp","discordjs","discordjs-v14","global","global-quotes","nodejs","nodemon","npm","quotebot","slash-commands","slashcommands","star-repo"],"created_at":"2024-10-15T09:09:44.723Z","updated_at":"2026-02-02T21:36:30.655Z","avatar_url":"https://github.com/mattythedev01.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimplyQuotes 🤖✨\n![Discord Bots](https://top.gg/api/widget/upvotes/1292737804530356224.svg)\n\nWelcome to **SimplyQuotes**, a global community quoting bot for Discord. The bot is designed to help you share, retrieve, and discover quotes seamlessly within your Discord servers! 🌟\n\n## Features 🌈\n\n- **Quote Management**: Add, edit, and view quotes easily.\n- **Random Quotes**: Get a random quote with a simple command.\n- **Search Quotes**: Find specific quotes by keywords or author.\n- **User-Friendly Commands**: Intuitive command structure for easy access.\n- **Community Contributions**: Allow users to suggest new quotes!\n\n## Table of Contents 📚\n\n- [Installation](https://github.com/mattythedev01/SimplyQuotes/blob/main/installation.md)\n- [License](https://github.com/mattythedev01/SimplyQuotes/blob/main/LICENSE)\n- [Support](https://discord.gg/4zaaRkTPZE)\n\n## Installation 🛠️\n\n### Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n- [Node.js](https://nodejs.org/) (version 16 or higher)\n- A Discord account\n- A Discord server where you can add the bot\n\n### Steps\n\n1. Clone this repository:\n    ```bash\n    git clone https://github.com/mattythedev01/SimplyQuotes.git\n    cd SimplyQuotes\n    ```\n\n2. Install dependencies:\n    ```bash\n    npm install\n    ```\n\n3. Rename `example.env` to `.env` in the root directory and add your Discord Bot Token \u0026 MongoDB String:\n    ```\n    DISCORD_TOKEN=\"token\",\n    MONGODB_URI=\"string\"\n    ```\n\n4. Run the bot:\n    ```bash\n    node .\n    ```\n\n## Usage 💬\n\nSimply invite the bot to your server and start sharing and exploring amazing quotes! Ensure to check permissions to allow the bot to read and send messages.\n\n## Database 📦\n\nIn SimplyQuotes, when a user submits a new quote, it will go through an approval process before being added to the database. Once added to the database, your quote can be picked to be sent to quote channels across Discord.\n\n### Approval Process\n\n1. **Submission**: Users can submit new quotes for review.\n2. **Moderation**: A designated moderator will review the submitted quotes.\n3. **Approval**: Once approved, the quote will be added to the database.\n4. **Global Visibility**: Approved quotes will then be available to be visible to every quote channel that was setup using the bot.\n\nThis ensures that the content shared within SimplyQuotes is curated and maintains a standard of quality.\n\n## Contributing 🤝\n\nWe welcome contributions! If you want to improve SimplyQuotes, follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix (`git checkout -b feature/YourFeature`).\n3. Make your changes and commit them (`git commit -m 'Add your feature'`).\n4. Push to the branch (`git push origin feature/YourFeature`).\n5. Create a pull request.\n\n## License 📄\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Support 💖\n\nIf you encounter any issues or have any questions, feel free to open an issue in the repository. We appreciate your feedback! (Or [Join the Discord server](https://discord.gg/4zaaRkTPZE))\n\n---\n\nThank you for using SimplyQuotes! May your quotes motivate others! 💬✨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattythedev01%2Fsimplyquotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattythedev01%2Fsimplyquotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattythedev01%2Fsimplyquotes/lists"}