Skip to content

Torbacka/Lunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack lunch bot

This project is deployed on Googles cloud functions.

How to install the dependencies

Usually we use a package manger called Pipenv when we setup our python projects. But cloud functions require you to use virtualenv and requirement.txt file.

First you need to set up the virtual environment.

python3 -m virtualenv venv

Then you need to source the environment.

source venv/bin/active

After you have sourced your environment you can install necessary dependencies. This will install all dependencies found in requirements.txt.

pip install -r requirements.txt

How to run the cloud function locally

About

Http endpoint for a slack bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages