/parteibot

A bot that replies to twitter messages. It can be configured through a webpage.

Primary LanguageElixirMIT LicenseMIT

Parteibot

A bot that automatically replies to twitter messages. It can be configured through a webpage.

How it works

The bot watches for all of the defined twitter hashtags and replies to tweets including them with one of the associated reply_messages.

Development

Open features

  • Authentication
  • Manage hashtags and associated replies
  • Watch Twitter's Stream for definied hashtags
  • Reply to a message including a definied hashtag
  • Twitter account name as id in path /twitter_accounts/account_name
  • Dev/Test Env
    • Output html on acceptance test failures ✔ Deployment

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Exception tracking

Exceptions are sent to Rollbar. Login through the heroku web console.

Learn more