Coder Social home page Coder Social logo

egoido's Introduction

Egoido

Ego-search tool for idobata.io

Usage

Clone the repository:

% git clone https://github.com/darashi/egoido.git

Create heroku app:

% heroku create [your-app-name]

Configure credentials:

% heroku config:add TWITTER_AUTH=[consumer_key]:[consumer_secret]:[access_token_key]:[access_token_secret]

Configure tracking terms (comma separated, passed to twitter):

% heroku config:add TRACK=idobata,idobataio,idobata.io

Configure following user id (comma separated, passed to twitter):

% heroku config:add FOLLOW=0,0,0

Create generic hook on idobata.io and set it:

% heroku config:add HOOK_[your-arbitrary-identifier]=https://idobata.io/hook/00000000-0000-0000-00000000000000000#[regexp to notify]

Tweets matched with TRACK parameter and [regexp to notify] will be sent to the hook.

Or

% heroku config:add HOOK_[your-arbitrary-identifier]=https://idobata.io/hook/00000000-0000-0000-00000000000000000@[comma separated user ids to notify]

Tweets matched with FOLLOW parameter and from one of [comma separated user ids to notify] will be sent to the hook.

If you want to combine TRACK and FOLLOW, specify @[comma separated user ids to notify] first and then specify #[regexp to notify]:

% heroku config:add HOOK_[your-arbitrary-identifier]=https://idobata.io/hook/00000000-0000-0000-00000000000000000@[comma separated user ids to notify]#[regexp to notify]

Tweets matched (TRACK OR FOLLOW) AND (comma separated use ids OR regexp to notify) will be notified.

You can have multiple hooks by using different hook identifier [your-arbitary-identifier] part. This is useful for tracking multiple terms and dispatch to different rooms.

You can omit #[regexp to notify] and @[comma separated user ids to notify]. If do so, every tweet matched with TRACK parameter or FOLLOW parameter will be sent to the room.

Push codes:

% git push heroku master

Set worker to keep running:

% heroku ps:scale worker=1

egoido's People

Contributors

darashi avatar moro avatar tricknotes avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.