Scrapes NY Times Mini Crosswords puzzle everyday through AWS Lambda & its cron.
- Create connection_string file on root directory with string like
mongodb://<dbuser>:<dbpassword>@ds153239.mlab.com:53239/huseyin
pip install -t ./ -r requirements.txt
serverless deploy
Note: DB & collection names can be changed on main.py.
- PythEch(https://github.com/PythEch) and BilkentHai group(https://github.com/BilkentHai/).