How to install Chatty twitch chat client in Ubuntu
How to install Chatty twitch chat client in Ubuntu
Chatty is an open-source Twitch chat client based on Java. Chatty is a Twitch chat client for users who use webchat, but doesn' t want the complexity of an IRC client. It enables the user to communicate with other users outside the browser. This tutorial explains the installation procedure of Chatty twitch chat client in Ubuntu.
Installation procedure
To start with the installation procedure, add the repository in the target system by executing the following command.
root@linuxhelp:/home/user1/Desktop# sh -c ' echo " deb http://archive.getdeb.net/ubuntu $(lsb_release -sc)-getdeb apps" > > /etc/apt/sources.list.d/getdeb.list'
The repository is added to the system. Install the key by running the following command.
root@linuxhelp:/home/user1/Desktop# wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
OK
Update the local repository index by executing the apt-get update command.
root@linuxhelp:/home/user1/Desktop# apt-get update
Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Hit:3 http://in.archive.ubuntu.com/ubuntu xenial InRelease
Get:4 http://in.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Hit:1 http://screenshots.getdeb.net xenial-getdeb InRelease
Get:5 http://in.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Fetched 306 kB in 2s (128 kB/s)
Reading package lists... Done
The target system is updated with the required repositories. Install the chatty package by running the following command.
root@linuxhelp:/home/user1/Desktop# apt-get install chatty
Reading package lists... Done
Building dependency tree
Reading state information... Done
&hellip
&hellip .
&hellip
Updating certificates in /etc/ssl/certs...
0 added, 0 removed done.
Running hooks in /etc/ca-certificates/update.d...
done.
done.
The application has been installed successfully. To open the chatty application, run the following chatty command.
root@linuxhelp:/home/user1/Desktop# chatty
The chatty application is running successfully. Create login for chatty and click connect option.
The login configuration prompts a request login data click on the button and click done option.
The login data contains the link, chat access for chatty and open the URL by clicking the Open default browser option.
The URL redirects to Twitch signup page and enter the required credentials and sign up for Twitch.
Click authorize button to connect the Chatty to Twitch.
After granting permission to Chatty. Verify the login credentials and login configuration process is done.