Skip to content

log all messages from chat #2

@skatkov

Description

@skatkov

currently we use heroku as hosting for bot, which has postgresql rows limitation for free tier. so we need move this to @levelsio hosting on http://hashtagnomads.com.

use postgresql to store values, probably good idea to use hstore for this.

message should be logged like this probably :
{"username":"levelsio","description":"user desbblsblsdfsfd","intro_reply":"hi im pieter"}

  • we can also store who message was addressed to @skatkov, @ATU
    {"username":"levelsio","description":"user desbblsblsdfsfd","intro_reply":"hi im pieter", mentions: ['skatkov', 'atu']}
  • we also can have tags %TAG%
    {"username":"levelsio","description":"user desbblsblsdfsfd","intro_reply":"hi im pieter", tags: ['TAG']}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions