https://github.com/vogxn/tweetpost
Tweet without character limits
https://github.com/vogxn/tweetpost
golang mvc tweets webapp
Last synced: over 1 year ago
JSON representation
Tweet without character limits
- Host: GitHub
- URL: https://github.com/vogxn/tweetpost
- Owner: vogxn
- Created: 2017-04-13T10:01:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T03:54:55.000Z (almost 9 years ago)
- Last Synced: 2025-01-28T13:50:43.846Z (over 1 year ago)
- Topics: golang, mvc, tweets, webapp
- Language: Go
- Size: 1.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tweetpost
=========
Tweetpost can chunk and breakdown tweets intelligently.
Running
-------
```Bash
$ go get github.com/vogxn/tweetpost
```
```Bash
$ cd vogxn/tweetpost
$ cd server/
$ go run main.go
```
Open [http://localhost:8080/post](http://localhost:8080/post) on your browser
and start splitting tweets
Screenshot
---------

### 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?