Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# [![](https://www.giambaj.it/twitch/jchat/img/peepoHappysmall.png)](#) jChat [![GitHub version](https://img.shields.io/badge/release-v2.3.4-blue)](#) [![Website giambaj.it](https://img.shields.io/website-up-down-green-red/https/giambaj.it.svg)](https://www.giambaj.it/twitch/jchat/) [![GitHub license](https://img.shields.io/github/license/giambaJ/jChat)](https://github.com/giambaJ/jChat/blob/main/LICENSE)
# Forked from [jChat](https://github.com/giambaJ/jChat). Used [jChat-Hyped](https://github.com/ThatHypedPerson/jChat-hyped) to handle new Twitch API login.

To use, create a file called `credentials.js` inside the v2 folder and place inside your Twitch Oauth Token like this:
```js
const credentials = 'YOUR_OAUTH_HERE';
```

To obtain a token, either register a custom application inside Twitch or use one of the many services that provide you with an Oauth token like [https://twitchapps.com/tmi/](https://twitchapps.com/tmi/).

**jChat** is an overlay that allows you to show your Twitch chat on screen with OBS, XSplit, and any other streaming software that supports browser sources. It supports your [**BetterTTV**](https://betterttv.com/), [**FrankerFaceZ**](https://www.frankerfacez.com/) and [**7TV**](https://7tv.app/) emotes, always at the best available quality. You have many options to customize your chat, like enabling a smooth animation for new messages, or fading old ones after some time. If you have a chat full of !gamble addicts, you can choose to hide bots and commands messages. It also comes with many fonts and styling options that can be combined as desired.
### The app is up and running on the [**website**](https://www.giambaj.it/twitch/jchat/).
## Features
- 7TV, BTTV and FFZ emotes support
- Custom channel badges
Expand Down
4 changes: 2 additions & 2 deletions v2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<link href="https://fonts.googleapis.com/css2?family=Baloo+Tammudu+2:wght@400;500;600;700;800&family=Comfortaa:wght@300;400;500;600;700&family=Dancing+Script:wght@400;500;600;700&family=Indie+Flower&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,900&family=Press+Start+2P&family=Wallpoet&display=swap"
rel="stylesheet">

<script src="jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script>
<script src="irc-message.js"></script>
<script src="reconnecting-websocket.min.js"></script>
<script src="twemoji.min.js"></script>
<script src="https://unpkg.com/twemoji@latest/dist/twemoji.min.js" crossorigin="anonymous"></script>
<script src='tinycolor.js'></script>
<script src="credentials.js"></script>
<script src="../settings.js"></script>
Expand Down
2 changes: 0 additions & 2 deletions v2/jquery.min.js

This file was deleted.

Loading