Skip to content

Markov chain Discord bot written in Fortran as the 3rd iteration of Skynet

License

Notifications You must be signed in to change notification settings

MrGlockenspiel/skynet-fortran

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skynet-fortran

AI will take over the world.

My first Fortran program, made to learn the language.
A Discord bot using a markov chain trained on a channel as messages are sent.

Configuration

Skynet-fortran is made with fpm
Ensure you have installed fpm and run fpm build to build the project, and fpm run to run it.

It expects a config.json file in the project root folder, containing these contents:

{
  "token": "xxxxxxxxxxxxxxxxxxxxxxxxx",
  "channels": [
    "xxxxxxxxxxxxxxxx",
    "xxxxxxxxxxxxxxxx"
  ]
}

Commands

Command prefix is SKYNET, not configurable yet
Available commands:

  • HELPME
    • Show available commands
  • RSTDAT
    • Clear markov data
  • MARKOV
    • Generate a string of garbage

About

Markov chain Discord bot written in Fortran as the 3rd iteration of Skynet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published