https://github.com/mannkind/hashtag_poison
Poison Twitter Trends
https://github.com/mannkind/hashtag_poison
golang trending twitter
Last synced: 6 months ago
JSON representation
Poison Twitter Trends
- Host: GitHub
- URL: https://github.com/mannkind/hashtag_poison
- Owner: mannkind
- License: mit
- Archived: true
- Created: 2018-02-25T06:34:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T22:44:37.000Z (over 8 years ago)
- Last Synced: 2024-06-20T14:27:17.879Z (about 2 years ago)
- Topics: golang, trending, twitter
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# hashtag_poison
[](https://github.com/mannkind/hashtag_poison/blob/master/LICENSE.md)
[](https://goreportcard.com/report/github.com/mannkind/hashtag_poison)
A silly attempt to poison Twitter's trending topic nonsense
## Installation
* git clone https://github.com/mannkind/hashtag_poison
* cd hashtag_poison
* make
* ./bin/hashtag_poison
## Configuration
Configuration happens in the `config.yaml` file. A full example might look this:
```
---
Accounts:
- ConsumerKey: "D"
ConsumerSecret: "C"
OAuthToken: "B"
OAuthSecret: "A"
Name: "@example"
```