Learn every word in the English language. Task will complete in 2022.
- Python
- S3
- AWS Lambda
-
Make a
config.py
inbot/
that looks like this:twitter = dict( key = '', secret = '', token = '', token_secret = '', ) aws = dict( key = '', secret = '', bucket = 'learneveryword', data = 'data.json', )
-
Upload
data.json
in youraws.bucket
. -
Zip
bot/
contents (not the directory). Upload to AWS Lambda. -
Set whatever schedule you want it to run on (see Lambda docs).
-
???
-
Profit.
Apache