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

slackjack

0.1.0
0.1.0

Slack bot to log non-private team chat channels.

HexDocs

Current section

Files

Jump to
Readme
1 Version
5 Dependencies
0 Dependants
Files
Activity
Readme 1 Version 5 Dependencies 0 Dependants Files Activity
slackjack README.md
Raw

16 files

  • lib
    • slackjack
      • logs
        • channel.ex
        • message.ex
        • pin.ex
        • profile.ex
        • user.ex
      • application.ex
      • bot.ex
      • repo.ex
    • slackjack.ex
  • priv
    • repo
      • migrations
        • 20170322072245_create_user.exs
        • 20170322072247_create_channel.exs
        • 20170322072716_create_message.exs
        • 20170322072949_create_pin.exs
        • 20170322080912_create_channel_user.exs
  • README.md
  • mix.exs

Package files

  • lib/slackjack.ex
  • lib/slackjack/application.ex
  • lib/slackjack/bot.ex
  • lib/slackjack/logs/channel.ex
  • lib/slackjack/logs/message.ex
  • lib/slackjack/logs/pin.ex
  • lib/slackjack/logs/profile.ex
  • lib/slackjack/logs/user.ex
  • lib/slackjack/repo.ex
  • mix.exs
  • priv/repo/migrations/20170322072245_create_user.exs
  • priv/repo/migrations/20170322072247_create_channel.exs
  • priv/repo/migrations/20170322072716_create_message.exs
  • priv/repo/migrations/20170322072949_create_pin.exs
  • priv/repo/migrations/20170322080912_create_channel_user.exs
  • README.md

README.md

# Slackjack
Log all the non-private channels that your bot user is in.
## Setup
#### In your project directory
- run `mix deps.get`
- copy sample configs, like `cp config/dev.sample.exs config/dev.exs`
- edit `config/dev.exs` to suit
#### In slack team settings
- Add a bot user
- Add the api token to your config
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".