Internet Relay Chat bots

IRC bot

An IRC bot is a set of scripts or an independent program that connects to Internet Relay Chat as a client, and so appears to other IRC users as another user. An IRC bot differs from a regular client in that instead of providing interactive access to IRC for a human user, it performs automated functions. (Wikipedia).

IRC bot
Video thumbnail

What is a Chatbot?

You may have heard about bots and chatbots in the news. But what are they? Octie the robot explains the importance bots will have to every business. Create a chatbot in minutes: http://octaneai.com Learn more about bots: http://chatbotsmagazine.com Talk to our team through our bot: http:/

From playlist Chatbots

Video thumbnail

Discord Bots 1: Introduction

Introducing a new series: How to Make a Discord bot! This video covers the tools I plan to use to create and code a Discord bot. 🎥 Next video: https://youtu.be/ibtXXoMxaho 🎥 All videos: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6avBYxeBSwF48YhAnSn_sA4 Links discussed in this video

From playlist How to Make a Discord Bot with discord.js

Video thumbnail

Discord Bots 3: Coding a Bot with discord.js

It's finally time to write some code! In this video, I demonstrate the very basics of coding a "hello world"-style bot with discord.js. 💻 Code: https://thecodingtrain.com/learning/bots/discord/03-discordjs.html 💻 Glitch: https://glitch.com/~choo-choo-bot-discord 💻 GitHub: https://github.c

From playlist How to Make a Discord Bot with discord.js

Video thumbnail

Discord Bots 2: Discord Developer Portal

In this video I demonstrate how use the discord developer portal to create a bot application and add it to a specific discord server using the client id. Link template to add bot to a server: https://discord.com/oauth2/authorize?client_id=YOUR_CLIENT_ID&scope=bot 🎥 Next video: https://yo

From playlist How to Make a Discord Bot with discord.js

Video thumbnail

Erlang DC 2013 Lightning Talk - relcool by Tristan Sloughter

Help us caption & translate this video! http://amara.org/v/FGc5/

From playlist Erlang DC 2013

Video thumbnail

Robotics is a team sport

Robotics is a team sport, bringing together people with varied and sometimes surprising skill sets—from marine helicopter mechanics and machine learning PhDs, to puppeteers and chocolate-makers. Meet some of the X team who are teaching robots how to learn, and hear why diverse perspective

From playlist Robotics

Video thumbnail

Creating a chat bot with Rust

I'm streaming every weekday morning on Twitch at https://www.twitch.tv/brookzerker. Please feel free to stop by and say hi! Links My code: https://github.com/BrooksPatton/rusty-chatbot-server The Learning Wiki: https://github.com/BrooksPatton/learning-rust/wiki Twitter: https://twitter.c

From playlist rust programming

Video thumbnail

Creating a twitch chatbot in Rust part 1

I'm streaming every weekday morning on Twitch at https://www.twitch.tv/brookzerker. Please feel free to stop by and say hi! Links My code: https://github.com/BrooksPatton/twitch-overlay The Learning Wiki: https://github.com/BrooksPatton/learning-rust/wiki Twitter: https://twitter.com/Bro

From playlist rust programming

Video thumbnail

DEFCON 20: Cortana: Rise of the Automated Red Team

Speaker: RAPHAEL MUDGE PRINCIPAL, STRATEGIC CYBER LLC Do you ever wish that you could clone yourself during a penetration test? Meet Cortana, a new scripting language to automate Metasploit and extend Armitage. Cortana is a penetration tester's scripting language inspired by scriptable I

From playlist DEFCON 20

Video thumbnail

OSCON 2012: Ben Collins-Sussman, "How to Replace Yourself with an IRC Bot"

Most of us are now so immersed in electronic forms of communication, that we lose perspective on how absolutely absurd the environments can be. This talk is a gentle reminder that we need to not take these media too seriously, demonstrated through a series of anecdotes about the art of tro

From playlist OSCON 2012

Video thumbnail

Building Drone Rotors - PART 1

We present a multi-part series covering the construction and testing of large multi-rotor propellers.

From playlist Drones

Video thumbnail

How To Sinkhole A Botnet

This is the final part or our in-depth malware reverse engineering series analyzing an IRC worm from 2010. In this part we perform a final high level analysis of the malware then then use our analysis to build a sinkhole for the botnet! ----- OALABS DISCORD https://discord.gg/6h5Bh5AMDU

From playlist Open Analysis Live!

Video thumbnail

AlterConf Washinton DC 2016 - Using bots to Improve Humanity by Gem Barrett

Using bots to Improve Humanity by Gem Barrett Publicly challenging micro-aggressions online is an exhausting and stressful responsibility, particularly if you are a member of a marginalised group. In an effort to reduce the pressure on these groups to take on such a responsibility, online

From playlist AlterConf Washington 2016

Video thumbnail

Building Drone Rotors - PART 2

Part 2 of a multi-part series covering the construction and testing of large multi-rotor propellers. We apply the first coat of epoxy in this video.

From playlist Drones

Video thumbnail

SOURCE Boston 2008: Understanding Emerging Threats: The case of Nugache

Speakers: Bruce Dang - Microsoft Dave Dittrich - University of Washington Distributed intruder attack tools have evolved from the original "handler/agent" DDoS tools of 1998, to very large and powerful botnets in the early 2000's. Methods of command and control (C2) have also evolved, fr

From playlist SOURCE Boston 2008

Video thumbnail

Twitch chat bot with Rust part 2

In this video I decide to create a web socket server in order to send the chat messages to the front end. We get the server running, but still more learning needs to be done to use the socket server in the way we want to. I'm streaming every weekday morning on Twitch at https://www.twitch

From playlist rust programming

Video thumbnail

7. The Lost Lecture

MIT 6.370 The Battlecode Programming Competition, IAP 2013 View the complete course: http://ocw.mit.edu/6-370IAP13 Instructor: Cory Li The lecture, delivered by one of the developers and winners of the 2012 competition, covers changes to Battlecode from the previous years, a more detailed

From playlist MIT 6.370 The Battlecode Programming Competition, IAP 2013

Video thumbnail

"Open-source language understanding for bots" by Alan Nichol, RASA author

Have you already heard about RASA? 💻 RASA is an open-source alternative to Natural Language Processing (NLP) and chatbot platforms such as wit.ai (Facebook), api.ai or LUIS. Alan Nichol, RASA’s lead, is a Cambridge Engineering PhD in Computer Simulation and Machine Learning. He cofounded

From playlist Rasa: Open Source Conversational AI

Video thumbnail

NOTACON 4: Online Communities and the Politics of DDoS

Speaker: Seth Hardy Like meetings in public spaces, online communities often are faced with the problem of policing themselves against people who only wish to disrupt things. This is even worse on the Internet, where bandwidth is cheap, botnets are easy to create, anonymity trumps fear of

From playlist Notacon 4

Video thumbnail

Coding Challenge #118.2: Mastodon Fractal Tree Bot Part 2

In this Part 2 of this coding challenge, I revise the node.js Mastodon bot to post images (fractal trees) in response to user mentions. #Mastodon #bot 💻 Code: http://thecodingtrain.com/CodingChallenges/118.2-mastodon-fractal-tree.html 🎥 Part 1: https://youtu.be/luxczHFn1rU Links discusse

From playlist Session 4: Mastodon API and Bots with Node.js - Programming with Text

Related pages

Eggdrop | Infobot | Statistics