Skip to content

Go-tweety is a Twitter app that lets you perform tweet-operations from your terminal. It also has APIs that can be integrated with the client.

Notifications You must be signed in to change notification settings

arunsri7/go-tweety

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

go-tweety

  • go-tweety-cli is a cli twitter application. This is a standalone app and it doesn't use the Apis. Check out the documentation here.

  • go-tweety-api has the APIs for similar tweet operations. Here is the documentation

Directory tree

 go-tweety
 ├── README.md
 ├── go-tweety-apis
 │   ├── README.md
 │   ├── cmd
 │   │   ├── deleteTweets.go
 │   │   ├── newTweet.go
 │   │   ├── root.go
 │   │   ├── showTweets.go
 │   │   └── signUp.go
 │   ├── go.mod
 │   ├── go.sum
 │   ├── handler
 │   │   ├── admin.go
 │   │   └── users.go
 │   ├── helper
 │   │   └── helper.go
 │   ├── main.go
 │   └── model
 │       └── structs.go
 └── go-tweety-cli
     ├── README.md
     ├── cmd
     │   ├── deleteTweets.go
     │   ├── newTweet.go
     │   ├── root.go
     │   ├── showTweets.go
     │   └── signUp.go
     ├── go.mod
     ├── go.sum
     ├── helper
     │   └── helper.go
     ├── main.go
     └── model
         └── structs.go

About

Go-tweety is a Twitter app that lets you perform tweet-operations from your terminal. It also has APIs that can be integrated with the client.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages