Skip to content

sschiz/janitor-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Janitor

Newest release on crates.io Project license

This is a bot that removes users trying to join to a chat that is designed for comments.

Run

To run you should export environment variable TELOXIDE_TOKEN.
Example:

$ TELOXIDE_TOKEN=<your token> cargo run

To run using Docker execute:

$ docker run -d \
 --env TELOXIDE_TOKEN=<your token> \
 --name janitor-bot sschiz/janitor-bot:latest

About

Janitor is a telegram bot written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published