Uncategorized

Livecoding.tv Chat Bot Guide

Chat Bot Guide: This will walk you through the process of setting up your Livecoding.tv chat bot. Follow these steps to install and configure the chat bot to your PC.

How to set up your Livecoding.tv Chat Bot

Install Node.js

Visit Node.js official website. It will automatically detect your Operating System and display a download link. For example, it will display the following download link for 64 bit Windows OS.

Download node MSI for windows by clicking on download for windows link.

The recommended version is v4.3.2 LTS. After downloading the MSI, the installation window will appear as shown below.

NodeJs installation window

Once the installation has finished, verify it by typing node-v in the command prompt.

Command Prompt

To proceed installing, the bot will fork the repository on Github.

Clone the repository

Use the Github Desktop App. Register an account if you don’t have one and install Github Desktop App.

Register on Github here

  • On the top left corner of the app, click + as shown below.

  • Select livecoding.tv bot

  • Click  on to clone it.

  • Choose directory and click Ok.
  • Navigate to the livecoding.tv bot directory. Open the setup folder and create a custom folder within the setup folder.

Find your XMPP password on LCTV page

Follow these steps.

  • Open Dev Tools (Ctrl+Shift+I) and switch to the Elements Tab.
  • Search the HTML content (Ctrl+F) for “password“.
  • The XMPP password is a long string in the object containing ‘jid‘ and ‘password‘.

XMPP Password

  • Create credentials.js file in the custom folder.
  • Open Notepad and paste the following:

var username = ‘LCTV_BOT_USERNAME’; // Your Livecoding.tv username
var password = ‘XMPP_BOT_PASSWORD’; // Found in step 3
var room = ‘LCTV_USER_WHERE_BOT_WILL_BE’; // Room username

module.exports = {
   room: username,
   username: username,
   jid: username + ‘@livecoding.tv’,
   password: password,
   roomJid: room + ‘@chat.livecoding.tv’
};

  • Click File>Save as, ‘credentials.js’, Save as type All Files, click Save.
  • Create settings.json file in the custom folder.
  • Open Notepad and paste the following:

{
   “plugins”: {
       “notifications”: true,
       “api-triggers”: true
   }
}

  • Click File>Save as, ‘settings.json’, Save as type All Files, click Save.
  • Navigate to the directory you’ve cloned the bot. Hold Ctrl+Shift and right click on the folder. Click Open command window here.
  • Run: npm install  and wait for the installation to complete, then run  node index.js.

You will be prompted by firewall to allow network access.

  • Click on the Public Network checkbox and select allow.

At this point the bot is ready for your commands. You can enter the following commands in the chat window.

!say [type message] Verbally speaks a message.

!status Returns the user status.

!subject [type subject] Sets the room‘s subject to {subject}.

!todo List the current TODOs.

!top [input number] Displays the top {number} viewers.

!voices Lists the available voices to be used with the !say command.

Dr. Michael J. Garbade

I, Dr. Michael J. Garbade is the co-founder of the Education Ecosystem (aka LiveEdu), ex-Amazon, GE, Rebate Networks, Y-combinator. Python, Django, and DevOps Engineer. Serial Entrepreneur. Experienced in raising venture funding. I speak English and German as mother tongues. I have a Masters in Business Administration and Physics, and a Ph.D. in Venture Capital Financing. Currently, I am the Project Lead on the community project -Nationalcoronalvirus Hotline I write subject matter expert technical and business articles in leading blogs like Opensource.com, Dzone.com, Cybrary, Businessinsider, Entrepreneur.com, TechinAsia, Coindesk, and Cointelegraph. I am a frequent speaker and panelist at tech and blockchain conferences around the globe. I serve as a start-up mentor at Axel Springer Accelerator, NY Edtech Accelerator, Seedstars, and Learnlaunch Accelerator. I love hackathons and often serve as a technical judge on hackathon panels.

View Comments

  • There is a typo in this article... the module.exports object needs to contain a 'roomJid' not a 'roomid'. Also, the custom folder needs to be in under the setup folder, and it doesn't specify that in this article.

    Cheers!

Recent Posts

Highest Stable Coin Yields – (W16 – 2024)

Another week to bring you the top yield platforms for three of the most prominent…

2 weeks ago

LEDU Token OTC Trading

If you hold a large volume of LEDU tokens above 1 million units and wish…

1 month ago

Highest Stable Coin Yields – (W12 – 2024)

It’s another week and like always we have to explore the top yield platforms for…

1 month ago

Binance Auto Invest – the Best Innovation in Crypto since Sliced Bread

At a time where we’re constantly seeking tools and strategies to simplify our crypto investments,…

1 month ago

Highest Stable Coin Yields – March 2024

As we kick off another week, it's time to explore the top yield platforms for…

2 months ago

Education Ecosystem Featured on Business Insider

We're excited to share that Education Ecosystem was recently featured in an article on Business…

2 months ago