Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pedrouid/go-twitter-proxy

Twitter Proxy
https://github.com/pedrouid/go-twitter-proxy

Last synced: 13 days ago
JSON representation

Twitter Proxy

Awesome Lists containing this project

README

        

# go-twitter-proxy

Twitter Proxy

## Dependencies

- github.com/ChimeraCoder/anaconda
- github.com/gorilla/mux

## Run

```sh
go run main.go
```

## API

1. Get tweets by screen_name

```sh
GET http://localhost:5000/tweets/{screen_name}
```

2. Get top 10 tweets by screen_name

```sh
GET http://localhost:5000/tweets/{screen_name}/top-10
```