Click here to Skip to main content
15,890,123 members
Everything / Bots

Bots

bots

Great Reads

by AndyEdmonds
Create a conversational bot inside the Microsoft Bot framework instantly that requires no programming and can be easily modified to suit your use, but that still gets all the connectivity of the bot framework, to Skype Facebook messenger, etc.

Latest Articles

by AndyEdmonds
Create a conversational bot inside the Microsoft Bot framework instantly that requires no programming and can be easily modified to suit your use, but that still gets all the connectivity of the bot framework, to Skype Facebook messenger, etc.

All Articles

Sort by Score

Bots 

10 May 2018 by Christian Graus
First google hit: Overview  |  Directions API  |  Google Developers[^]
25 Jun 2018 by OriginalGriff
Two things: 1) This is not a recruitment site: try freelancer.com 2) That sounds a lot like cheating...
3 Mar 2022 by Greg Utas
This is a major project, even for an experienced developer. The fact that you're asking this means that you need to gain more experience before undertaking a project of this magnitude. Furthermore, chatbots are an abomination, so I doubt you'll...
17 Jan 2024 by Graeme_Grant
Best place to ask is Google Search: list of social media sites[^]. The 3rd search result yielded this: List of social networking services - Wikipedia[^]
5 Oct 2017 by Patrice T
Quote: How to create a interview bot using azure bot service and comos db for questions Your question tell us that you don't have the basic knowledge needed for this simple project. And a full answer is far beyond the scope of this forum. - First write down the features you want on this...
24 Oct 2017 by Member 13376650
I am trying to compile and test a simple code with ChatScript program.As the tutorial says here: [^] Quote: Embedding Step #1 First, you will need to modify common.h and compile the system. You need to add all the CS .cpp files to your build list. Find the // #define NOMAIN 1...
24 Oct 2017 by OriginalGriff
You need to go back to where you got the tutorial from: either you are missing important include files, or you are using the wrong compiler, or you just don't have all the source code. We can't tell - we don't even know where you got this from, so we can't even begin to help you! Talk to the...
25 Oct 2017 by Richard MacCutchan
You need to include the library(s) that contain the code for those functions, which are merely defined in the header files. See the LDFLAGS entries in your Makefile for the required options. You also have the line void InitStandalone(); in your main function. Are you sure that is supposed to...
14 Nov 2017 by ank0657
I want to make Intent value dynamic based on JSON string response from LUIS endpoint url. Based on intent value matched, it will fetch records from SQL Server database. I have this issue: How do I make the intent value dynamic while calling the intent function? What I have tried: public ...
14 Apr 2018 by AndyEdmonds
Create a conversational bot inside the Microsoft Bot framework instantly that requires no programming and can be easily modified to suit your use, but that still gets all the connectivity of the bot framework, to Skype Facebook messenger, etc.
19 Jul 2022 by Member 13809822
Im trying to set a value to a textbox and i have found the HtmlElemnt i need and changed the value of the text box but it seems like the element won't update himself or trigger some lind mof userinput method. the web will say "You must fill this before you can finish" even when you can clearly...
8 Jun 2018 by Richard MacCutchan
Skype | Communication tool for free calls and chat[^]
28 Jun 2018 by Henni xyz
Hi guys, I have a question about the Android Emulator in a Windows form. I want to run an Android emulator in a C# Windows form on the left side on which I can control and access from the right side via different commands (for example button is pressed and an app opens). Does anyone know...
13 Aug 2019 by MadMyche
Is there a BOT for this... probably, but it would be up to you to find it. I would probably just write my own using their APIs API References: Telegram APIs[^] Telegram API: Uploading and Downloading Files[^] Now I am not a Telegram user, but I do have an application for photo management which...
28 Mar 2020 by KManishS
Dear Experts, I am looking for step by step guidance to achieve the following: I have created a chatbot using Microsft Chatbot Framework in VS2015 and tested it in botframework-emulator It is working fine. Now I want to embed it into a...
21 Apr 2020 by #realJSOP
"I have no prior experience" - google is your friend. "I need a guide or a link to read up" - no, really, google IS your friend.
21 Apr 2020 by MadMyche
There are 2 components identified in your "question" A bot framework. What you are looking for is one that you understand and know how to locate and intercept the incoming messages. The other half is going to be taking that intercepted request;...
21 Apr 2020 by Patrice T
Quote: I have no prior experience on this. I need a guide or link to read up. In your case, the first thing to do is to learn on the subject, and do some research on internet, Google is your friend, Wikipedia too. Chatbot - Wikipedia[^] Quote: I...
14 Jun 2020 by OriginalGriff
We are more than willing to help those that are stuck: but that doesn't mean that we are here to do it all for you! We can't do all the work, you are either getting paid for this, or it's part of your grades and it wouldn't be at all fair for us...
14 Jun 2020 by Richard MacCutchan
how to write a bot - Google Search[^]. But don't be surprised if you get blocked from every website that you try to use it on.
10 Aug 2020 by Member 14911434
I've seen step by step guides before on how to set up a bot to email you when a webpage updates but i'm looking for something more immediate? I'm a beginner programmer and i'm looking for a way to program a bot to make a notification sound or...
10 Aug 2020 by Richard MacCutchan
Lots of suggestions here: notify web page update - Google Search[^]
29 Nov 2020 by Member 15006403
I have a problem, when trying to create my bot I get an error that I have not seen in any other forum, would someone know why this happens? the command is: npm install discord.js ...
13 Dec 2020 by OriginalGriff
If you mean user's email addresses, you can't. And any site that you could do that to would be in court for GDPR breaches which would almost certainly close the site down. Email addresses are counted as sensitive personal information and must...
25 Sep 2023 by Richard Deeming
[Question] Deploying bot to personal server · Issue #3087 · microsoft/botframework-sdk · GitHub[^]: The Bot Framework works with bots deployed on any hosting service, cloud or on-prem, as long as you have an internet-accessible endpoint and a...
17 Jan 2024 by daniel wakeley
So I'm working on an adult content blocker. Most solutions on the market including things like OpenDNS, safe search, and web applications that block urls and sites do not properly work. There is always a work around. There are higher end...
13 Aug 2019 by ilostmyid2
I created a Telegram channel for uploading more than 6000 images of my family to keep it in a safe place and be able to share them easily. There may be more of such images here and there. Not to duplicate, I decided to create an MD5 for each and upload each with its MD5 code as its text tag. If...
14 Jun 2017 by Richard MacCutchan
See Basic features of FormFlow - Bot Framework | Microsoft Docs[^].
13 Dec 2020 by Dorrie Marius
How to create a email extraction bot? Extract emails from any website, extract emails if we input websites url and the bot should extract the emails related those websites. What I have tried: I tried with some tutorials online.But not working.
8 Jun 2018 by Sunil Edupuganti
Hi, Could anyone help me to get a skype id through c#?? What I have tried: Actually, i didn't start because when i search in google i didn't get the required information to start. So please can anyone help me through this
21 Apr 2020 by Uwakpeter
I am trying to implement a chat BOT, but the few examples I am seeing online are on Echo BOT where the BOT will have to repeat whatever the user type, I want to be able to get questions from users then go to the database using entity framework...
14 Jun 2017 by Member 13234335
Hi, I am using formflow bot using c#. I don't understand how to call a local method after FormBuilder.OnComplete() event completed. I check this link, but it did some other thing. I want to call local method which take some argument and reply to the bot the record list. How can I do this? ...
6 Jul 2017 by Member 13234335
Hi, how could I embed my directline bot in html page using directline_Secret_Key. I want to pass the conversationId which is created at run time and access my directline bot in specific div or iframe. I don't want to use webchat. How could I do this? Thanks. What I have tried: I tried GitHub...
5 Oct 2017 by ank0657
I have used cosmos db for store bot conversion history.Now i want to use cosmos db for storing questions and answers for my interview bot but i dont have idea how to do that. What I have tried: I have used cosmos db for store bot conversion history.Now i want to use cosmos db for storing...
27 Oct 2017 by Member 13376650
Please look at this github that explains how to use ChatScript as a library inside a C/C++ program(only see Embedding step1 and 2): [^] As the tutorial says, I must do 2 calls. 1. InitSystem() function call to initialize the library. 2-performChat() function to pass a string to library and...
4 Sep 2018 by techies_first
Problem-- what are the tactic require to develop Chat bot using nodejs? can you tell me development charges/Infrastructure charges? How Much time iT will take for Develop Bot?Independently for fresher develop bot which is Link use/learn bot development? how do i get Hands-on experience to...
19 Jul 2022 by Николай Каретников
2 Oct 2023 by robinsonpaul
I'm building a bot with the Microsoft Bot Framework. Do I need to deploy my bot to Azure in order to register my bot or can I simply deploy my bot to a normal (for example) IIS Server? I couldn't find any information on this topic and I don't...