All Projects → lukejacksonn → chattery

lukejacksonn / chattery

Licence: MIT License
A GitHub action that creates chatrooms for pull requests

Programming Languages

ruby
36898 projects - #4 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to chattery

Lawsroom
Group video chat on your browser. [No plugin required]
Stars: ✭ 87 (+190%)
Mutual labels:  webrtc, chatroom
Echoplexus
Socket.io powered chat, JavaScript REPL, whiteboard, and WebRTC calls
Stars: ✭ 392 (+1206.67%)
Mutual labels:  webrtc, chatroom
Starrtc Android Demo
🚀starRTC,即时通讯(IM)系统,免费IM系统(含单聊,群聊,聊天室,文件传输),免费一对一视频聊天,VOIP,语音对讲(回音消除),直播连麦,视频直播,RTSP拉流,RTMP推流,webRTC服务端,在线教育,白板,小班课,在线会议,视频会议,视频监控,局域网直连(无需服务器),兼容webRTC, 支持webRTC加速,P2P高清传输,安卓、iOS、web互通,支持门禁对讲,可视对讲,电视盒子,树莓派,海思,全志,任天堂switch,云游戏,OTT设备,物联网平台,C语言自研方案,支持二次开发成类微信,类映客等APP,✨万水千山总是情,来个star行不行✨,更多示例请访问:
Stars: ✭ 3,038 (+10026.67%)
Mutual labels:  webrtc, chatroom
nrwl-nx-action
A GitHub Action to wrap Nrwl Nx commands in your workflows.
Stars: ✭ 163 (+443.33%)
Mutual labels:  pull-request, github-action
latex-action
GitHub Action to compile LaTeX documents
Stars: ✭ 123 (+310%)
Mutual labels:  github-action
securbot
Security robot prototype
Stars: ✭ 20 (-33.33%)
Mutual labels:  webrtc
tidi
The 2Kb smallest Chat component.
Stars: ✭ 70 (+133.33%)
Mutual labels:  chatroom
RTCEngine-server
WebRTC Media Server that scales well
Stars: ✭ 20 (-33.33%)
Mutual labels:  webrtc
BingPicApi
Bing 每日图片 API
Stars: ✭ 58 (+93.33%)
Mutual labels:  github-action
sdp-anatomy
Source code for webrtcHacks' Anatomy of a SDP
Stars: ✭ 60 (+100%)
Mutual labels:  webrtc
qodana-action
⚙️ Scan your Java, Kotlin, PHP, Python, JavaScript, TypeScript projects at GitHub with Qodana
Stars: ✭ 112 (+273.33%)
Mutual labels:  github-action
Straas-android-sdk-sample
Straas Android SDK samples and documentation
Stars: ✭ 12 (-60%)
Mutual labels:  chatroom
gitlab-merger-bot
GitLab Merger Bot
Stars: ✭ 23 (-23.33%)
Mutual labels:  pull-request
peek
1-click from git repo to local editor
Stars: ✭ 22 (-26.67%)
Mutual labels:  pull-request
Tubumu.Abp.Meeting
An abp module to create meeting app quickly.
Stars: ✭ 15 (-50%)
Mutual labels:  webrtc
medium-stat-box
Practical pinned gist which show your latest medium status 📌
Stars: ✭ 29 (-3.33%)
Mutual labels:  github-action
node-sctp
SCTP userspace sockets for Node.js
Stars: ✭ 47 (+56.67%)
Mutual labels:  webrtc
Diffy
🎞️💓🍿 Love streaming - It's always best to watch a movie together ! 🤗
Stars: ✭ 37 (+23.33%)
Mutual labels:  webrtc
ion-avp
Audio/Video Processing Service
Stars: ✭ 55 (+83.33%)
Mutual labels:  webrtc
apprtc-go
apprtc demo with golang.It's rewrite project WebRTC(https://github.com/webrtc/apprtc) with golang
Stars: ✭ 17 (-43.33%)
Mutual labels:  webrtc

Chattery

A GitHub action that creates chatrooms for pull requests

This action takes advantage of talky.io to generate on demand chatrooms with video, audio and screen sharing support. This makes it easier for distributed teams to collaborate face-to-face in real time rather than waiting on comments or having to schedule in person code reviews.

image

Features

  • 💻 Audio, video, text and screen sharing capable chatrooms
  • 🔐 Peer-to-peer WebRTC connection between clients
  • 📦 No plugins or browser extensions required
  • 🛒 Install from the GitHub Marketplace
  • 💸 Unlimited chat rooms for free

Usage

  • Requires the GITHUB_TOKEN secret.

Sample workflow

name: PR
on: pull_request
jobs:
  chattery:
    name: chattery
    runs-on: ubuntu-latest
    steps:
      - name: post comment
        uses: lukejacksonn/chattery@master
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].