Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pedrouid/go-twitter-proxy
- Owner: pedrouid
- License: mit
- Created: 2019-07-13T14:18:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T12:36:33.000Z (over 5 years ago)
- Last Synced: 2023-04-09T22:13:06.836Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```