pajowu / prog-every-word

PEW PEW! The paradigm shift has arrived! (Twitter bot)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Program Every Word!

The paradigm shift has arrived. Word Oriented Programming now!

Follow @progeveryword.

Setup

In order to use the bot one needs to create a twitter account and a twitter application.

Then it is necessary to setup ./state.json (path relative to the binary) and enter the twitter API consumer key as well as secret for the application:

{
  "consumer_token" : {
    "key" : "<consumer key>",
    "secret":"<consumer secret>"
  },
  "access_token" : null,
  "counter" : 0
}

Now the bot can be run for the first time! This run must be done manually since the twitter access token is retrieved interactively.

Design

The beautiful color used in the logo is #fab81e.

About

PEW PEW! The paradigm shift has arrived! (Twitter bot)


Languages

Language:Rust 92.4%Language:Nix 7.6%