Skip to main content

Questions tagged [chatbot]

A chatbot is an automated program that sends, and/or responds to, chat messages.

Filter by
Sorted by
Tagged with
5 votes
0 answers
284 views

Toasty is offline due to Cloudflare blocking the server I run my bots on. Stack Exchange is (supposedly) working on fixing this. About Toasty is an antifreeze bot for the Stack Exchange chat system. ...
Ginger's user avatar
  • 261
0 votes
0 answers
38 views

Apparently this is off-topic for Meta SE. I have a repository for Utility Bot, a Stack Exchange chatbot I made. GitHub has a feature that allows you to send repository events via a POST request to a ...
The Empty String Photographer's user avatar
6 votes
0 answers
119 views

This is a post is to announce the development of a bot (which will be running on the account Secretary), whose task is to find posts in need of some formatting/editing help. The goal is to use a ...
Henry Ecker's user avatar
16 votes
0 answers
281 views

On https://chat.stackoverflow.com/ and https://chat.stackexchange.com/, chat rooms will freeze after some two weeks of inactivity. While this is fine and status-bydesign, some rooms are worth keeping ...
sloshy's user avatar
  • 167
18 votes
0 answers
430 views

Description The aim of this project is to write a simple bot which will monitor all new answers posted on Stack Overflow and flag the ones which are not answers in accordance to the guidelines ...
Dharman's user avatar
  • 493
5 votes
0 answers
432 views

Chat Documentation GitHub Link: https://github.com/jbis9051/JamesSOBot/blob/master/docs/CHAT_API.md Description: I know many people have created bots in different languages. Thats why I need your help ...
user7886229's user avatar
13 votes
0 answers
399 views

This project is no longer maintained. One instance is hosted by Das_Geek which controls this user, but minimal support is available. Rodgort What is this? A project created by the team in SOBotics (...
Rob's user avatar
  • 243
3 votes
0 answers
2k views

This post is to ensure the bot described can use the API with a key ; it can search questions from any SE website This bot is still in development. However a stable version is already running 24/7 (...
FrenchMasterSword's user avatar
30 votes
0 answers
1k views

Generic Bot is a chatbot meant to help with moderation tasks on Stack Overflow. You can find the bot in the SOBotics chatroom. Flag Tracker (Userscript) When you flag a post, this userscript will let ...
Floern's user avatar
  • 1,093
7 votes
0 answers
773 views

Stackb0t Screenshots Say hi / hello to get started.. Get unread inbox and reputation changes About It sends unread inbox + reputation changes in Messenger once registered. Why did I create it? Who ...
tanmay's user avatar
  • 171
29 votes
0 answers
1k views

There are two versions of FireAlarm. One version is written in C, and the other is written in Swift. This post is about the Swift version. FireAlarm is a chatbot Ashish Ahuja and I have been ...
NobodyNada's user avatar
9 votes
0 answers
156 views

This is a bot that sits in the MSE tavern. What does it do? Smokey sends in a spam report. You reply tp with a reason and it will flag the post accordingly. NOTES: This does not flag based on how ...
Universal Electricity's user avatar
13 votes
0 answers
416 views

WelcomeBot A Stack Exchange chatbot written in Python that uses ChatExchange. Many parts of this were modeled after SmokeDetector, another Stack Exchange chatbot. Features Welcomes new users entering ...
michaelpri's user avatar
16 votes
0 answers
642 views

I created a chat bot for the Stack Exchange chat rooms. The bot is open-source and the code is hosted on GitHub. The bot is licensed under CPOL (The Code Project Open License) v1.02. You can find a ...
ProgramFOX's user avatar
30 votes
0 answers
3k views

RebolBot is a chat bot with a natural English dialect interface, specifically targeting the StackOverflow chat rooms. Yet it has a modular design, can post tweets to Twitter, and could be modified ...
Graham Chiu's user avatar
44 votes
0 answers
2k views

About Lurks in the shadows of the chat. It executes commands at the request of the user, sending messages as the user who runs it. You can talk to it the StackOverflow SandBox room if you want to ...
Zirak's user avatar
  • 541
12 votes
1 answer
1k views

Screenshot / Code Snippet var room = ThirdPlace.Room.GetCurrentRoom(); var message = new ThirdPlace.Message; message.room_id = room.id; message.content = "ThirdPlace.js is a library which abstracts ...
Josh's user avatar
  • 563