All Projects β†’ nilsding β†’ twittbot

nilsding / twittbot

Licence: MIT license
An advanced Twitter bot.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to twittbot

Blankly
πŸš€ πŸ’Έ Easily build, backtest and deploy your algo in just a few lines of code. Trade stocks, cryptos, and forex across exchanges w/ one package.
Stars: ✭ 1,456 (+10300%)
Mutual labels:  bot-framework
rasa-docker-arm
Rasa Docker image for ARMv7. Runs on a Raspberry Pi.
Stars: ✭ 19 (+35.71%)
Mutual labels:  bot-framework
botlin
Bot framework built with Kotlin
Stars: ✭ 20 (+42.86%)
Mutual labels:  bot-framework
TwitterAutoReplyBot
This is a tiny Python script that replies to a specified number of tweets containing a specified hashtag.
Stars: ✭ 33 (+135.71%)
Mutual labels:  twitter-bot
rockgo
A developing game server framework,based on Entity Component System(ECS).
Stars: ✭ 617 (+4307.14%)
Mutual labels:  extensible
voile-rs
Dependently-typed row-polymorphic programming language, evolved from minitt-rs
Stars: ✭ 89 (+535.71%)
Mutual labels:  extensible
tradoge
DOGE trading bot for instantly buying and selling DOGE cryptocurrency on Binance when Elon Musk tweets about it.
Stars: ✭ 122 (+771.43%)
Mutual labels:  twitter-bot
lowflyingrocks
Twitter bot that tweets when an asteroid passes the Earth
Stars: ✭ 15 (+7.14%)
Mutual labels:  twitter-bot
nestjs-telegraf
πŸ€– Powerful Nest module for easy and fast creation Telegram bots
Stars: ✭ 300 (+2042.86%)
Mutual labels:  bot-framework
btrccts
BackTest and Run CryptoCurrency Trading Strategies
Stars: ✭ 100 (+614.29%)
Mutual labels:  bot-framework
love-a-paper
Twitter bot that tweets randomly selected papers from Papers We Love.
Stars: ✭ 20 (+42.86%)
Mutual labels:  twitter-bot
ColegaDondeEstaMiTFM
Un bot de Twitter que comparte cada hora un TFM hasta que Cristina Cifuentes enseΓ±e el suyo.
Stars: ✭ 14 (+0%)
Mutual labels:  twitter-bot
msbotbuilder-go
Microsoft Bot Framework SDK for Go
Stars: ✭ 113 (+707.14%)
Mutual labels:  bot-framework
FSharpDataBot
Twitter robot that outputs Graphs and Statistics from the World Bank Data
Stars: ✭ 21 (+50%)
Mutual labels:  twitter-bot
twpy
Twitter High level scraper for humans.
Stars: ✭ 58 (+314.29%)
Mutual labels:  twitter-bot
nodejs-bot-platform
Node.js bot and personal assistants platform. Boilerplate, start point, tools, best practices for building bots and personal assistants.
Stars: ✭ 56 (+300%)
Mutual labels:  bot-framework
Wisty.js
πŸ§šβ€β™€οΈ Chatbot library turning conversations into actions, locally, in the browser.
Stars: ✭ 24 (+71.43%)
Mutual labels:  bot-framework
tcrpartybot
A Twitter bot for interacting with a TCR without knowing what a blockchain is
Stars: ✭ 27 (+92.86%)
Mutual labels:  twitter-bot
Nutgram
The Telegram bot framework that doesn't drive you nuts.
Stars: ✭ 206 (+1371.43%)
Mutual labels:  bot-framework
botframework-components
The repository for components built by Microsoft for the Azure Bot Framework.
Stars: ✭ 90 (+542.86%)
Mutual labels:  bot-framework

Twittbot Gem Version Inline docs

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-name

Authorize 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].