Skip to content

Toy implementation of a bot who store message commands with markdown files and CLI

Notifications You must be signed in to change notification settings

Reachip/message_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

message_bot

The aim of this project is to provide a CLI to store dynamically some message commands with a simple CLI.

It use a markdown files to store the message contents. The files are stored into a path given by the CMD_FILES environnement variable.

You can give your bot token into the TOKEN environnement variable.

CLI

Usage

main.py [-h] {add,commit,list,remove} ...

Positional arguments

{add,commit,list,remove}

Command Description
add add a new message command
commit commit a existing message command
list list some message command
remove remove a existing message command

Optional arguments:

-h: show this help message and exit

About

Toy implementation of a bot who store message commands with markdown files and CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages