{"id":17776389,"url":"https://github.com/gbowne1/twitchbot","last_synced_at":"2025-03-15T17:31:34.642Z","repository":{"id":157098409,"uuid":"633185633","full_name":"gbowne1/TwitchBot","owner":"gbowne1","description":"A MERN full stack TwitchBot","archived":false,"fork":false,"pushed_at":"2024-06-25T10:45:28.000Z","size":901,"stargazers_count":7,"open_issues_count":24,"forks_count":11,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-27T03:55:03.701Z","etag":null,"topics":["bot","bot-api","express","express-js","expressjs","mern-stack","node","node-js","nodejs","react","react-js","reactjs","twitch","twitch-api","twitch-bot","twitchbot","twitchtv"],"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/gbowne1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-27T01:00:22.000Z","updated_at":"2024-06-25T10:55:29.000Z","dependencies_parsed_at":"2024-03-07T20:22:32.856Z","dependency_job_id":"f8204d11-75b9-4eca-96a9-ec9f04fb6f85","html_url":"https://github.com/gbowne1/TwitchBot","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/gbowne1%2FTwitchBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbowne1%2FTwitchBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbowne1%2FTwitchBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbowne1%2FTwitchBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gbowne1","download_url":"https://codeload.github.com/gbowne1/TwitchBot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243766705,"owners_count":20344801,"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","bot-api","express","express-js","expressjs","mern-stack","node","node-js","nodejs","react","react-js","reactjs","twitch","twitch-api","twitch-bot","twitchbot","twitchtv"],"created_at":"2024-10-26T22:05:30.716Z","updated_at":"2025-03-15T17:31:34.251Z","avatar_url":"https://github.com/gbowne1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TwitchBot\n\nThis is a Twitch ChatBot that has a React and MUI/MaterialUI frontend, and NodeJS backend, with a MongoDB database. Once a Twitch ChatBot is established, this application gives numerous features and commands available to the streamer and their viewers. Through this TwitchBot, interaction between a streamer and their chat, along with people within chat is enhanced, being able to provide information on the stream along with numerous activities\n\nThis bot uses these technologies in the stack\n\n![MongoDB](https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge\u0026logo=MongoDB\u0026logoColor=white)\n![Express](https://img.shields.io/badge/Express.js-000000?style=for-the-badge\u0026logo=express\u0026logoColor=white)\n![React](https://img.shields.io/badge/React-61DAFB?style=for-the-badge\u0026logo=react\u0026logoColor=white)\n![Node.js](https://img.shields.io/badge/Node.js-339933?style=for-the-badge\u0026logo=node.js\u0026logoColor=white)\n![Material-UI](https://img.shields.io/badge/Material--UI-0081CB?style=for-the-badge\u0026logo=material-ui\u0026logoColor=white)\n![tmi.js](https://img.shields.io/badge/tmi.js-1.8.5-blue?style=for-the-badge)\n\n## Table of Contents\n\n- [Features](https://github.com/gbowne1/TwitchBot/blob/main/README.md#Features)\n- [Installation and Setup](https://github.com/gbowne1/TwitchBot/blob/main/README.md#Installation-and-Setup)\n- [Usage](https://github.com/gbowne1/TwitchBot/blob/main/README.md#Usage)\n- [Available Commands](https://github.com/gbowne1/TwitchBot/blob/main/README.md#Available-Commands)\n- [Contributing](https://github.com/gbowne1/TwitchBot/blob/main/README.md#Contributing)\n- [Licensing](https://github.com/gbowne1/TwitchBot/blob/main/README.md#Licensing)\n- [Warning](https://github.com/gbowne1/TwitchBot/blob/main/README.md#Warning)\n\n## Features\n\n- React and Material UI Frontend\n- Points and Command Leaderboard\n- Various Twitch commands (some of which remain in development)\n- 8ball, accountage, ban, commands, discord, donate, famousCommand, follwage, lurk, poll, project, quote, request, schedule, social, song,   timeout, uptime, and weather\n\n## Installation and Setup\n\n1. Clone or Fork the repository. Clone if you intend to just fix bugs, etc.,  Fork if you intend to use this to create your own.\n2. Install client dependencies using while inside /src/client run `npm install`\n3. install server dependencies using while inside /src/server run `npm install`\n4. An example .env file `.env-example` is provided.  Rename to .env and fill in your details.\n\n## Usage\n\nThis TwitchBot uses TMI.js library in order to connect to and interact with TwitchBot.\nTo start the Twitch bot, in /src/client run:\n\n```bash\nnpm start\n```\n\nThe server/backend/database is currently set up in `app.js` on the server side in /src/server\n\nTo start the Twitch bot server/backend, in /src/server run:\n\n```bash\nnpm start\n```\n\nThe bot will then connect to the Twitch channel chat and listen for commands and respond\n\n## Available Commands\n\nThe bot will support the following commands:\n    !accountage: Shows how old the user's Twitch account is.\n    !ban \u003cusername\u003e: Bans a user from the channel (moderator/broadcaster only).\n    !commands: Displays a list of available commands.\n    !discord: Provides a link to the designated Discord server.\n    !followage: Shows how long the user has been following the channel.\n    !project \u003cproject_name\u003e: Sets or updates the current project being worked on.\n    !timeout \u003cusername\u003e \u003cduration\u003e: Times out a user for a specified duration (moderator/broadcaster permission only).\n    !uptime: Displays the channel's uptime.\n\n## Contributing\n\nIf you wish to contribute to this project, head over to [Contributing.md](https://github.com/gbowne1/TwitchBot/blob/main/CONTRIBUTING.md) for more information.\n\n## Licensing\n\nFor more information on the licensing of this project, refer to [LICENSING](https://github.com/gbowne1/TwitchBot/blob/main/LICENSE)\n\n## Warning\n\n[Under Construction] Please do not use this in production. There is no guarantee this will connect to Twitch Chat.\nIt will need significant work in order to be used with Twitch and or connect to it's services.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbowne1%2Ftwitchbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgbowne1%2Ftwitchbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbowne1%2Ftwitchbot/lists"}