Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaul/loudest-tweeters
show all the Twitter profiles in your timeline, sorted by number of tweets
https://github.com/gaul/loudest-tweeters
Last synced: 23 days ago
JSON representation
show all the Twitter profiles in your timeline, sorted by number of tweets
- Host: GitHub
- URL: https://github.com/gaul/loudest-tweeters
- Owner: gaul
- License: mit
- Created: 2019-07-18T01:46:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T02:08:07.000Z (about 4 years ago)
- Last Synced: 2024-10-04T16:09:51.494Z (about 1 month ago)
- Topics: twitter
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# loudest-tweeters
loudest-tweeters shows all the [Twitter](https://twitter.com/) profiles in your
timeline, sorted by number of tweets. This identifies the loudest ones which
you can silence by manually disabling retweets or muting.## Usage
loudest-tweeters requires a
[Twitter API access token](https://developer.twitter.com/en/docs/basics/authentication/guides/access-tokens.html).
First get the source via `go get github.com/gaul/loudest-tweeters`. Then
compile via `go build`. Finally run via:```
TWITTER_KEY=xxx TWITTER_SECRET=xxx TWITTER_ACCESS_TOKEN=xxx TWITTER_ACCESS_TOKEN_SECRET=xxx ./loudest-tweeters
```## TODO
* allow muting via inline hyperlink
* compile against anaconda 1.0.0
* run in AWS Lambda## License
Copyright (C) 2017-2019 Andrew Gaul
Licensed under the MIT License