Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rkoesters/trumpet
A bot that generates tweets based on the accounts it follows.
https://github.com/rkoesters/trumpet
go golang markov markov-chain twitter twitter-bot
Last synced: about 4 hours ago
JSON representation
A bot that generates tweets based on the accounts it follows.
- Host: GitHub
- URL: https://github.com/rkoesters/trumpet
- Owner: rkoesters
- License: bsd-3-clause
- Created: 2017-10-10T03:49:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-22T21:19:08.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T10:12:11.529Z (5 months ago)
- Topics: go, golang, markov, markov-chain, twitter, twitter-bot
- Language: Go
- Homepage:
- Size: 95.7 KB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Trumpet 🎺
=======A bot that generates tweets based on the accounts it follows.
[![GoDoc](https://godoc.org/github.com/rkoesters/trumpet?status.svg)](https://godoc.org/github.com/rkoesters/trumpet)
[![Build Status](https://travis-ci.org/rkoesters/trumpet.svg?branch=master)](https://travis-ci.org/rkoesters/trumpet)
[![Go Report Card](https://goreportcard.com/badge/github.com/rkoesters/trumpet)](https://goreportcard.com/report/github.com/rkoesters/trumpet)Building
--------First, you will need to make sure you have the dependencies:
$ make deps
Next, you are able to build the program:
$ make
Installing
----------To install to `$GOPATH/bin`:
$ make install
To install to a custom location, for example `/usr/local/bin`:
$ sudo make install prefix=/usr/local
Configuration
-------------Trumpet needs to be configured to connect to Twitter. You will need a
consumer key, a consumer secret, an access token, and an access secret.
Seefor more information.
Once you have the required information, you can use the
`trumpet-mkconfig` tool to create the configuration file.$ trumpet-mkconfig
For more information on how to use the tool, run:
$ trumpet-mkconfig -help
Running
-------Once you have created the configuration file, you are ready to run the
bot:$ trumpet
For more information on the program's usage, run:
$ trumpet -help
License
-------See [LICENSE](LICENSE).