Chat client for https://twitch.tv
Find a file
Rasmus Karlsson 3bf111a091 More progress on tab-complete
There are missing parts to the "account-based" emotes that needs to be
completed before emote completion can be considered done. For now, when
I've been testing, I've been manually injecting the oauthClient and
oauthToken to the settings file with the `user_subscriptions` scope
2017-07-23 14:16:13 +02:00
dependencies Include third party string-formatting lib 2017-07-23 11:57:30 +02:00
docs renamed the testcases 2017-07-03 19:57:00 +02:00
forms Renamed User* to Account* (#41) 2017-04-19 15:24:19 +02:00
lib Include third party string-formatting lib 2017-07-23 11:57:30 +02:00
resources Fixed verified badges 2017-06-13 22:03:29 +02:00
src More progress on tab-complete 2017-07-23 14:16:13 +02:00
.clang-format Move clang-format file to the correct path 2017-05-27 14:59:26 +02:00
.gitignore update gitignore 2017-06-10 22:33:24 +02:00
.gitmodules attempt to implement urlFetch with a timeout 2017-06-26 15:53:43 +02:00
.travis.yml started adding text selection 2017-02-17 23:51:35 +01:00
chatterino.pro Include third party string-formatting lib 2017-07-23 11:57:30 +02:00
README.md reordered README 2017-06-13 15:20:37 +02:00

chatterino 2

Chatterino 2 is the second installment of the twitch chat client series "Chatterino". For now you can check out chatterino 1 at chatterino.com.

code style

The code is normally formated using clang format in qt creator. .clang-format contains the style file for clang format.

requirements

submodules

you need to run git submodule update --init --recursive to init the submodules

windows

boost

download the boost library and extract it to C:\local\boost

open-ssl

  1. download binaries for OpenSSL >= 1.0.2 or compile it from source. example download
  2. Place libeay32.dll and ssleay32.dll from OpenSSL in a directory in PATH.

rapidjson

  1. download rapidjson zip from https://github.com/miloyip/rapidjson/releases/latest
  2. extract to C:/local/rapidjson so that C:/local/rapidjson/include/rapidjson/ is a proper path

linux

???