hodgesmr / mastodon_digest

A Python script that aggregates recent popular posts from your Mastodon timeline
BSD 3-Clause "New" or "Revised" License
439 stars 58 forks source link

Use dotenv #18

Closed edsu closed 1 year ago

edsu commented 1 year ago

It's nice that the docker setup uses .env for environment variables. By adding python-dotenv the standalone Python setup can use it too.