CLI Twitter Client
- Access Developer Portal And Get Bearer Token.
go run main.go -init=true
go run main.go
# message specified by argument
go run main.go -c "Hello World"
# message inputs by vim
go run main.go -c
See the LICENSE file for license rights and limitations (MIT).