Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nilsding/twittbot
An advanced Twitter bot.
https://github.com/nilsding/twittbot
bot bot-framework extensible ruby twittbot twitter twitter-bot
Last synced: 1 day ago
JSON representation
An advanced Twitter bot.
- Host: GitHub
- URL: https://github.com/nilsding/twittbot
- Owner: nilsding
- License: mit
- Archived: true
- Created: 2015-02-16T22:31:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T13:52:12.000Z (about 6 years ago)
- Last Synced: 2024-04-24T13:35:59.499Z (7 months ago)
- Topics: bot, bot-framework, extensible, ruby, twittbot, twitter, twitter-bot
- Language: Ruby
- Homepage: http://nilsding.org/projects/twittbot
- Size: 55.7 KB
- Stars: 14
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Twittbot [![Gem Version](https://badge.fury.io/rb/twittbot.svg)](http://badge.fury.io/rb/twittbot) [![Inline docs](http://inch-ci.org/github/nilsding/twittbot.svg?branch=master)](http://inch-ci.org/github/nilsding/twittbot)
Twittbot is the next generation of my old Twitter bot, `twittbot-nd`.
## Installation
Installation is just as easy as installing the Rubygem:
$ gem install twittbot
## Usage
Create a new bot:
$ twittbot new bot-name
$ cd bot-nameAuthorize with Twitter:
$ twittbot auth
Add yourself as a botadmin:
$ twittbot add-admin nilsding
Add a template, such as for a simple reply bot:
$ twittbot generate random-reply
`random-reply` is a template that accepts a configuration. You can configure
it by editing `./etc/random_reply.yml` with a text editor of your choice.
And, if you want to, you can also change its behaviour by editing
`./lib/random_reply.rb`.To list available templates, try this:
$ twittbot list-templates
Finally, run the bot:
$ twittbot start