let's build a chatbot - a tutorial for beginners in FB

New to FreeBASIC? Post your questions here.
Post Reply
ron77
Posts: 212
Joined: Feb 21, 2019 19:24

let's build a chatbot - a tutorial for beginners in FB

Post by ron77 »

hello everyone.

i've written a 11 chapter tutorial for beginners about coding chatbots in freeBASIC with code examples and source code included

here is a link to the tutorial repo on github: https://github.com/ronblue/FB_chatbot_tutorial

i hope someone will find this useful

ron77 :)
wallyg
Posts: 267
Joined: May 08, 2009 7:08
Location: Tucson Arizona

Re: let's build a chatbot - a tutorial for beginners in FB

Post by wallyg »

Github said this does not exist. Any chance a copy exists elsewhere?
ron77
Posts: 212
Joined: Feb 21, 2019 19:24

Re: let's build a chatbot - a tutorial for beginners in FB

Post by ron77 »

Hello wallyg

To your request, I searched for this tutorial and found the HTML tutorial with the code examples. As for the code on GitHub or as part of the tutorial, they are gone; however, it has a good explanation of concepts of basic chatbots in the style of the Eliza algorithm -

The tutorial can be found in the "RetroCoders Community" Forum. I've uploaded it to my dropbox, and it can be downloaded and shared with a share link to a zip folder with the tutorial (no need to register to the forum to download)

https://retrocoders.phatcode.net/index.php?topic=378.0

Kind Regards
Ron77
wallyg
Posts: 267
Joined: May 08, 2009 7:08
Location: Tucson Arizona

Re: let's build a chatbot - a tutorial for beginners in FB

Post by wallyg »

Thanks, I got a copy. I appreciate your effort. Have a great holiday.

Wally
PeterHu
Posts: 145
Joined: Jul 24, 2022 4:57

Re: let's build a chatbot - a tutorial for beginners in FB

Post by PeterHu »

ron77 wrote: Dec 23, 2022 8:41 Hello wallyg

To your request, I searched for this tutorial and found the HTML tutorial with the code examples. As for the code on GitHub or as part of the tutorial, they are gone; however, it has a good explanation of concepts of basic chatbots in the style of the Eliza algorithm -

The tutorial can be found in the "RetroCoders Community" Forum. I've uploaded it to my dropbox, and it can be downloaded and shared with a share link to a zip folder with the tutorial (no need to register to the forum to download)

https://retrocoders.phatcode.net/index.php?topic=378.0

Kind Regards
Ron77
Greetings!

I can't access that website(Dropbox) to obtain a copy of this tutorial.Is there any other opportunity to get it by alternative means?

Appreciated.
henriette
Posts: 3
Joined: Mar 26, 2023 18:04
Contact:

Re: let's build a chatbot - a tutorial for beginners in FB

Post by henriette »

Hey @ron77

Why coding your own chatbot ?

The chatbot BotNation work with the GPT4 API and it's more smooth to use
Last edited by Imortis on Apr 03, 2023 22:23, edited 1 time in total.
Reason: Mod edit to remove spam URL
Imortis
Moderator
Posts: 1923
Joined: Jun 02, 2005 15:10
Location: USA
Contact:

Re: let's build a chatbot - a tutorial for beginners in FB

Post by Imortis »

henriette wrote: Apr 03, 2023 21:40 Hey @ron77

Why coding your own chatbot ?

The chatbot BotNation work with the GPT4 API and it's more smooth to use
Three of the four posts you have even attempted to get onto the forum have been about BotNation. The fourth one was you telling the mods you are not a bot. I have removed the link. You post another link to that website, it will be removed as will your account.
Post Reply