Navigation Menu

Skip to content

arranf/DailyPokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daily Pokedex Entry

This is the code for a basic AWS Lambda function written in Python (3.7) which sends a Pokedex entry via SMS and email every day.

Setup

  1. Create a virtual environment to store your Python packages.
python3 -m v-env
source v-env/bin/activate
pip install
  1. Create a .env file to store your configuration. cp .env.example .env
  2. Edit the contents of .env to include your Twilio SID, auth token, and from number. Also include your SendGrid API key and the email address and phone number that the Pokedex entry should be sent to.

Deployment Details

The script must be deployed as a Python deployment package. To do so, whilst in the virtual environment run package.sh.

About

A AWS Lambda function to send a 'random' Pokedex entry once per day

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages