Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
1st released version
  • Loading branch information
krynen committed Sep 6, 2017
1 parent b429c62 commit 6974375
Show file tree
Hide file tree
Showing 107 changed files with 2,182 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
compile1.bat
compile2.bat
FILEINFO
theme/default/config.xml
34 changes: 34 additions & 0 deletions FILEINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
□ excluded
■ included

■client.html ── executable
□comfile.bat ── source js를 browerify
■readme.txt ── 사용법 및 버전정보
□FILEINFO ── this
■images
├ badge
│ ├ bits*.png ── 비트 도네이션 뱃지(18개 항목)
│ ├ broadcaster.png ── 스트리머 뱃지
│ ├ mod.png ── 진은검 뱃지
│ ├ prime.png ── 왕관(트위치 프라임) 뱃지
│ ├ subs*.png ── 구독자 뱃지(1개 항목)
│ ├ turbo.png ── 트위치 터보 뱃지
│ └ verified.png ── 인증됨 뱃지
├ cheer
│ ├ *1.png ─┬ 테마별, 금액별 후원 아이콘 이미지
│ ├ *100.png │
│ ├ *1000.png │
│ ├ *5000.png │
│ └ *10000.png ─┘
└ dccon
├ *.png ─┬ 디씨콘 이미지
└ *.gif ─┘
■lib
├ browerified.js ── source js를 browerify한 결과 파일
├ config.js ── 설정 저장 파일
└ dccon_list.js ── 디씨콘 목록 저장 파일
□source
└ main.js ── core nodeJS for twitch IRC
■theme
└ default ── 기본 테마
└ theme.css ── 테마 메인파일
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# BridgeBBCC
Bridge BBCC
===
version 0.2.0



## Usage
To compile browserified.js, just use
```
npm start
```
If you don't want to modify source files, just use released version.

readme.txt 참조
윈도우, XSplit 외의 환경에서 동작이 보증되지 않음



## License
MIT

## Reference
[JSAssist Open DCcon](https://github.com/rishubil/jsassist-open-dccon)
By [rishubil]((https://github.com/rishubil), 2017, MIT License.

[Twitch Developer Documentation](https://dev.twitch.tv/docs)
16 changes: 16 additions & 0 deletions client.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="shortcut icon"></link>
<link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono" rel="stylesheet">
</head>

<body>
<div id="background"></div>
<div id="chat_wrapper"></div>
</body>

<script type="text/javascript" charset="utf-8" src="lib/config.js"></script>
<script type="text/javascript" charset="utf-8" src="lib/browserified.js"></script>
</html>
3 changes: 3 additions & 0 deletions compile1.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off

browserify source/main.js -o lib/browserified.js
11 changes: 11 additions & 0 deletions compile2.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@echo off

xcopy client.html ..\BridgeBBCC /K /Y
xcopy readme.txt ..\BridgeBBCC /K /Y
xcopy theme ..\BridgeBBCC\theme /K /E /Y
xcopy lib\browserified.js ..\BridgeBBCC\lib /K /Y

xcopy client.html ..\BridgeBBCC_yeokka_edition /K /Y
xcopy readme.txt ..\BridgeBBCC_yeokka_edition /K /Y
xcopy theme ..\BridgeBBCC_yeokka_edition\theme /K /E /Y
xcopy lib\browserified.js ..\BridgeBBCC_yeokka_edition\lib /K /Y
Binary file added images/badge/bits1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/bits100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/bits1000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/bits10000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/bits100000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/bits1000000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/bits200000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/bits25000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/bits300000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/bits400000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/bits5000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/bits50000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/bits500000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/bits600000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/bits700000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/bits75000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/bits800000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/bits900000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/broadcaster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/mod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/prime.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/subs0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/subs1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/subs12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/subs24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/badge/subs3.png
Binary file added images/badge/subs6.png
Binary file added images/badge/turbo.png
Binary file added images/badge/verified.png
Binary file added images/cheer/4Head1.gif
Binary file added images/cheer/4Head100.gif
Binary file added images/cheer/4Head1000.gif
Binary file added images/cheer/4Head10000.gif
Binary file added images/cheer/4Head5000.gif
Binary file added images/cheer/FailFish1.gif
Binary file added images/cheer/FailFish100.gif
Binary file added images/cheer/FailFish1000.gif
Binary file added images/cheer/FailFish10000.gif
Binary file added images/cheer/FailFish5000.gif
Binary file added images/cheer/Kappa1.gif
Binary file added images/cheer/Kappa100.gif
Binary file added images/cheer/Kappa1000.gif
Binary file added images/cheer/Kappa10000.gif
Binary file added images/cheer/Kappa5000.gif
Binary file added images/cheer/Kreygasm1.gif
Binary file added images/cheer/Kreygasm100.gif
Binary file added images/cheer/Kreygasm1000.gif
Binary file added images/cheer/Kreygasm10000.gif
Binary file added images/cheer/Kreygasm5000.gif
Binary file added images/cheer/MrDestructoid1.gif
Binary file added images/cheer/MrDestructoid100.gif
Binary file added images/cheer/MrDestructoid1000.gif
Binary file added images/cheer/MrDestructoid10000.gif
Binary file added images/cheer/MrDestructoid5000.gif
Binary file added images/cheer/NotLikeThis1.gif
Binary file added images/cheer/NotLikeThis100.gif
Binary file added images/cheer/NotLikeThis1000.gif
Binary file added images/cheer/NotLikeThis10000.gif
Binary file added images/cheer/NotLikeThis5000.gif
Binary file added images/cheer/PJSalt1.gif
Binary file added images/cheer/PJSalt100.gif
Binary file added images/cheer/PJSalt1000.gif
Binary file added images/cheer/PJSalt10000.gif
Binary file added images/cheer/PJSalt5000.gif
Binary file added images/cheer/SwiftRage1.gif
Binary file added images/cheer/SwiftRage100.gif
Binary file added images/cheer/SwiftRage1000.gif
Binary file added images/cheer/SwiftRage10000.gif
Binary file added images/cheer/SwiftRage5000.gif
Binary file added images/cheer/TriHard1.gif
Binary file added images/cheer/TriHard100.gif
Binary file added images/cheer/TriHard1000.gif
Binary file added images/cheer/TriHard10000.gif
Binary file added images/cheer/TriHard5000.gif
Binary file added images/cheer/VoHiYo1.gif
Binary file added images/cheer/VoHiYo100.gif
Binary file added images/cheer/VoHiYo1000.gif
Binary file added images/cheer/VoHiYo10000.gif
Binary file added images/cheer/VoHiYo5000.gif
Binary file added images/cheer/bday1.gif
Binary file added images/cheer/bday100.gif
Binary file added images/cheer/bday1000.gif
Binary file added images/cheer/bday10000.gif
Binary file added images/cheer/bday5000.gif
Binary file added images/cheer/cheer1.gif
Binary file added images/cheer/cheer100.gif
Binary file added images/cheer/cheer1000.gif
Binary file added images/cheer/cheer10000.gif
Binary file added images/cheer/cheer5000.gif
Binary file added images/dccon/겉바속촉.gif
Binary file added images/dccon/소닉결혼반지.png
Binary file added images/dccon/소닉링없찐.gif
Binary file added images/dccon/주인님.png
Loading

0 comments on commit 6974375

Please sign in to comment.