Skip to content

typestruck/3000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3000

3000 is a IM bot, text generation and summary service, written in Rust and intended to be embedded in other projects

Available functions

generate(what, max_characters)

Text generation. Parameters are as follows:

  • what indicates the kind of text to generate. Current options are name (a sentence in one of the formats <adjective> [, <adjective>] <noun> / [<adjective>] <noun> [who | that] [<adverb>] <verb> [<adjective>] [<noun>] [<other>]) and description (markov chain generated text using the contents of src/data/source-text)

  • max_characters is the maximum number of characters to generate

Releases

No releases published

Packages

No packages published

Languages