aka ROBO JOURNO
Crude home page that enables routing to other pages
View a particular day's article. Example: /articles/music/2023/03/08
View a particular month's article. Example: /articles/farcascter/2023/02
$ cp .env.sample .env
Update .env
with your own credentials.
NOTE: This currently assumes you're already authenticated locally with Google Cloud
Finally, run:
$ pip install -r requirements.txt
$ flask run --debug