Skip to content
This repository has been archived by the owner on May 27, 2019. It is now read-only.
/ teletext Public archive

A telegram bot to transform text

License

Notifications You must be signed in to change notification settings

jerk-rs/teletext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teletext

A telegram bot to transform text

Travis

Available commands:

  • /arrow
  • /huify
  • /square
  • /star
  • /sw

Running

$ git clone https://github.com/rossnomann/teletext && cd teletext
$ rustup override set nightly
$ cargo build --release
$ # or download from releases page on github
$ cat <<EOF > .env
TELETEXT_TOKEN=your-bot-token
EOF
$ /target/release/teletext

Changelog

0.1.4 (10.12.2018)

  • Migrated to teleborg.
  • Added replies support.
  • Added /huify command.
  • Renamed /qstar to /arrow.

0.1.3 (27.05.2018)

  • Added /sw command.

0.1.2 (27.05.2018)

  • Handle bot name.

0.1.1 (26.05.2018)

  • Check text len before conversion.

0.1.0 (26.05.2018)

  • First release.

LICENSE

The MIT License (MIT)