hex logo Hex
Packages Pricing Docs
Log In
Packages Pricing Docs Log In
Packages

messenger_bot_store

0.0.4
0.1.0 0.1.0-beta9 retired 0.1.0-beta8 retired 0.1.0-beta7 retired 0.1.0-beta6 retired 0.1.0-beta5 retired 0.1.0-beta4 retired 0.1.0-beta3 retired 0.1.0-beta2 retired 0.1.0-beta1 retired 0.0.11 retired 0.0.10 retired 0.0.9 retired 0.0.8 retired 0.0.7 retired 0.0.6 retired 0.0.5 retired 0.0.4 retired 0.0.3 retired 0.0.2 retired 0.0.1 retired

MessengerBot event storage addon for PostgreSQL

Retired package: Deprecated
HexDocs

Current section

Files

Jump to
Readme
21 Versions
4 Dependencies
Dependants
Files
Activity
Readme 21 Versions 4 Dependencies Dependants Files Activity
messenger_bot_store README.md
Raw

23 files

  • lib
    • messenger_bot_store
      • handlers
        • account_linking.ex
        • app_roles.ex
        • delivery.ex
        • echo.ex
        • message.ex
        • optin.ex
        • payment.ex
        • policy_enforcement.ex
        • postback.ex
        • read.ex
        • referral.ex
        • standby.ex
        • thread_control.ex
      • model
        • conversation.ex
        • error.ex
        • message_report.ex
        • referral.ex
        • user.ex
      • supervisors
        • event_mapper.ex
      • application.ex
    • messenger_bot_store.ex
  • README.md
  • mix.exs

    No matching files

    Package files

      No matching files

      README.md

      # MessengerBotStore
      Postgrex storage for Facebook Messenger events
      ## Installation
      The package can be installed by adding `messenger_bot_store` to your list of dependencies in `mix.exs`:
      ```elixir
      def deps do
      [
      {:messenger_bot_store, "~> 0.1.0"}
      ]
      end
      ```
      hex logo Hex
      About Blog Sponsors Status Advisories
      Documentation FAQ Specifications Report Client Issue Report General Issue Report Security Issue Contact Support
      Code of Conduct Terms of Service Privacy Policy Copyright Policy Dispute Policy

      Copyright 2015. Six Colors AB.

      Powered by the Erlang VM and the Elixir Programming Language

      Search filters

      Type any of these into the search box. They can be combined with free text which searches package names and descriptions.

      Operator Description Example
      name: Match package name. Supports * wildcards and repo/package form name:phx* or name:hexpm/phoenix
      description: Full-text search of package descriptions description:auth
      depends: Packages depending on a given package. Supports repo:package form depends:ecto or depends:hexpm:ecto
      build_tool: Filter by build tool build_tool:mix
      updated_after: Packages updated after an ISO8601 datetime updated_after:2025-01-01T00:00:00Z
      extra: Match custom metadata (key,value). Nested keys are separated by commas extra:license,MIT

      Wrap values in double quotes to include spaces, e.g. name:"my package".