Skip to content

add some more setup instructions / hints #3

Description

@bbelderbos
app = App(
    token=os.getenv("BOT_USER_OAUTH"),
    signing_secret=os.getenv("SIGNING_SECRET"),
    name="Stoicbot"
)
CHANNEL = os.getenv("CHANNEL")
  • Would be good to add a bit more detail in the README.md how to set up Slack.
  • Add a requirements-dev.txt to include pytest
  • Add an .env-template file with the env variables to be set

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions