Skip to content

m4ttzzzz/chatbotreal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ChatbotReal

A Powershell module for chatting with a bot. Maybe?

Licensed under the GNU General Public License v3


Importing:

Drop chatbotreal.psm1 in your modules folder. Specifically, in:

$env:USERPROFILE\Documents\WindowsPowershell\Modules\chatbotreal

This might differ between other versions of Powershell.

To import it, execute:

Import-Module "chatbotreal"

And you can now use the module. Yay?


Usage

ChatbotReal exposes a single function. It is called chatbotreal (yeah, it's very obvious i know) and to execute it, type:

chatbotreal [message]

And here are some of the other parameters here:

  • -Cow

    When enabled, instead of outputting into the console, it will go through cowsay. If you do not have cowsay, it fails but still logs the bot's response.

  • -Pipe

    A useless parameter, I know. If enabled, it uses Write-Output instead of Write-Host. Good for saving the bot's output into a file.


Example photos (Made on Windows)

  • image
  • image
  • image

Dependencies


TODOs

  • Add memories
  • More responses

About

A Powershell module for chatting with a bot. (Maybe)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published