A Telegram bot. For managing your and your friend's to-watch movie lists.
You can either do it the Go way:
go get -u github.com/RenatoGeh/movielist
cd $GOPATH/src/github.com/RenatoGeh/movielist
Or the local way:
git clone https://github.com/RenatoGeh/movielist
cd movielist
Create your own bot from @BotFather. Copy your new bot's token and write
it to a file token.tk
. Once you're done, compile:
go build
And you're ready to run.
./movielist
Try /help
.