twittbid

command module
v0.0.0-...-46032ff Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2015 License: MIT Imports: 5 Imported by: 0

README

Description

TwittBid Search is the search client for Twitter platform.

Requirements

To use this, you must have the following items installed and working:

Usage

To start, create a file twittbid/credentials.go with the contents:

package twittbid

var key = "yourKey"
var secret = "yourSecret"
var accessTokens = "yourToken
var accessTokenSecret = "YourTokenSecret"

Test

$ go test
Interesting Take on generic-ish functionality in #golang https://t.co/PDmCeZ5sBDRT @Tutor
(...)

#golangRT @enneff: Go 1.5 will likely set GOMAXPROCS=runtime.NumCPU()
(...)
ok  	twittbid	0.651s

RUN

$ export PORT=3006 && go run main.go
[martini] listening on :3006 (development)
$ curl "http://localhost:3006/search/golang"

License

The MIT License (MIT) Copyright (c) 2015 Thomas Modeneis thomas.modeneis@gmail.com

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Godeps
_workspace/src/github.com/garyburd/go-oauth/oauth
Package oauth is consumer interface for OAuth 1.0, OAuth 1.0a and RFC 5849.
Package oauth is consumer interface for OAuth 1.0, OAuth 1.0a and RFC 5849.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL