Skip to content

vogxn/tweetpost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweetpost

Tweetpost can chunk and breakdown tweets intelligently.

Running

$ go get github.com/vogxn/tweetpost
$ cd vogxn/tweetpost
$ cd server/
$ go run main.go

Open http://localhost:8080/post on your browser and start splitting tweets

Screenshot

tweetpost

Note

This app is a demonstration of golang used to build web applications. It should serve as a simple guide to layout your MVC apps. Most of the server side code is in the server directory.

OAuth

The OAuth 3-legged authorization in this repository does not work since Twitter's API does not accept CORS headers. This is because Twitter is still on the OAuth 1.0 standard while most implementations have moved to the OAuth 2.0 standard

Features

  • Simple to use user-interface
  • Easy editing before posting
  • Selective and Bulk Posting
  • Tweet sequence numbers

Coming soon

  • OAuth with Twitter
  • Post the actual tweets
  • Scheduled posts support
  • URL shortening using bit.ly, goo.gl and youtu.be?
  • Chain tweet reading support
  • User history?

About

Tweet without character limits

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published