Its been a minute since I last made a post! So this is an update on the things that have changed with the project since then.

Tweets for Sats is online!

First and foremost, I’d like to announce that Tweets for Sats is officially online! I went ahead and finished out the bare minimum functionality for the project and spun it up. So the next few posts will be more of a retrospective on how I implemented each feature.

This project is very bare bones. The site is all function, no aesthetic. Certain processes may take a while since it is connecting to my personal node over Tor. If there are any problems or if you would like to give feedback just comment on this post or email me here: [email protected]

If you would like to play with the site here is the link:

Tweets For Sats

Environmental Variables

Previously I was using an INI file to store sensitive information like secret keys, tokens, etc. Now I transitioned to using environmental variables to store this information.

Methods for Readability

I’ve popped out certain sections of code into their own methods for readability and reuse.

What’s Next?

Here are the features that will be covered in future posts: