Skip to content

A chat bot for sending daily Packt Publishing Free eBooks to your Slack channel (inspired by @alsoknownasdrew packtpub-bot)

Notifications You must be signed in to change notification settings

kofikodie/packtpub-bot

Repository files navigation

packtpub-bot

🤖 Simple chat bot for sending daily Packt Publishing Free eBooks to your Slack channel

To get up and running with docker you will need to:

  1. Create an .env file and set environment variable:

    SLACK_WEBHOOKS="your-slack-channel-webhook"
  2. cd in the .docker directory and Build your image

     docker build -t nameOfYourImage:version .
  3. Run your image

     docker run --rm nameOfYourImage:version yarn start

Alternatively, to run the application without docker you need to

  1. follow the first step stated above

  2. run yarn set version berry

  3. run yarn

  4. Follow the guide on the link to setup your IDE https://yarnpkg.com/advanced/editor-sdks

  5. run yarn start

About

A chat bot for sending daily Packt Publishing Free eBooks to your Slack channel (inspired by @alsoknownasdrew packtpub-bot)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published