An open API service indexing awesome lists of open source software.

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

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]