https://github.com/looztra/tiko
Command line and library to resolve t.co url
https://github.com/looztra/tiko
Last synced: about 1 year ago
JSON representation
Command line and library to resolve t.co url
- Host: GitHub
- URL: https://github.com/looztra/tiko
- Owner: looztra
- License: apache-2.0
- Created: 2017-08-15T09:11:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-08T08:38:06.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T05:45:38.780Z (over 1 year ago)
- Language: Go
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Tiko
Christophe Furmaniak
1.0, August 15 2017, Tiko readme for github
:toc:
:icons: font
:quick-uri: http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/
Tiko is an experiment to create a library and a cli to resolve t.co url in golang
== Why?
Twitter shortens all urls in tweets using its t.co service. If you need to access the real url, you can use such a resolver.
== What
* use it as a cli `tiko resolve https://t.co/SCjrdEBmyx` (_WIP_)
* or a as a library (_WIP_)
== Compile it
* Install https://github.com/golang/dep[golang dep] with `go get -u github.com/golang/dep/cmd/dep`
* Ensure dependencies are up to date with `dep ensure`
* Build it with `go build main.go`
== Conventions
* please follow the https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit?pli=1[Angular JS Git Commit Messages Conventions]