DEV Community

Discussion on: Who's looking for open source contributors? (week 37)

Collapse
 
snyderling profile image
David Snyder • Edited

DisStreamChat is an open-source twitch chat client with discord integration that is designed to be easy to use, be very customizable, and look good as a chat overlay. Our team is small and we don't have all the time or expertise needed to get DisStreamChat to its desired state. We have big plans for it and we need more people that could help a little and learn a lot in the process.

We are trying to prepare it for the upcoming Hacktoberfest, so it's a friendly place for first-timers and advanced coders alike. The project is written in Node, React, and electron. It also uses firebase as the database. Any issues and pull requests are welcome and greatly appreciated.

If you are interested I highly recommend joining our Discord 😊

GitHub logo DisStreamChat / App

DisStreamChat live chat window in the form of an electron app

DisStreamChat App


Stream chat manager Stream chat manager Stream chat manager Stream chat manager

🚀 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

You'll need Git, Node.js (which comes with npm) installed on your computer, and yarn

node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher
yarn@1.22.5 or higher

🔧 Installation

From your command line, clone and run the app in development:

# Clone this repository
$ git clone https://github.com/DisStreamChat/App.git
# Go into the repository
$ cd App
# Install dependencies
$ npm install
# Run 
$ npm start

💵 Support

This project is a part of DisStreamChat. Whether you use this project, another DisStreamChat project, have learned something from it, or just like it, please consider supporting it by becoming a patreon, so we can dedicate more time on more projects like this 😀.

Patreon

🧑‍💻 Technologies used

GitHub logo DisStreamChat / Backend

Code for the DisStreamChat backend

DisStreamChat Backend

license chat on Discord
This is the backend for the DisStreamChat application, it contains the discord and twitch bots that allow integration between a discord live chat channel and twitch chat, this allow users without twitch accounts or who prefer discord to chat with the streamer without making the streamer look at two chats. This codebase also stores the code for all the other features of the discord and twitch bots.

DisStreamChat is currently in early alpha, but you can add it at disstreamchat.com


Support

This project is a part of DisStreamChat. Whether you use this project, another DisStreamChat project, have learned something from it, or just like it, please consider supporting it by becoming a patreon, so we can dedicate more time on more projects like this 😀.

Patreon

Contributions

Contributions and suggestions are welcome, if you have any suggestion go ahead and make an issue and if we like your…

GitHub logo DisStreamChat / Website

Code for DisTwitchChat Website

DisStreamChat Website

License: MIT
Hello and welcome to the GitHub repo for The DisStreamChat website! This houses all of the content at disstreamchat.com.

Tech/framework used

  • React
    • The whole site is written is react. It is a single page web page web app with react router. It is written with functional components and react hooks
  • Firebase

Support

This project is a part of DisStreamChat. Whether you use this project, another DisStreamChat project, have learned something from it, or just like it, please consider supporting it by becoming a patreon, so we can dedicate more time on more projects like this 😀.

Patreon

Installation

The DisStreamChat website is built with react so it is quite easy to run a development server with webpack
These are the steps you will need to take to install it

  1. Clone The Repo you can see the cloning/download options if you click the button on the main page…