Git Repository → https://github.com/aryarkusuma/tweetpic-docker

Deployed App Example → https://tweetpic.taila9d411.ts.net/ ( Tunneled Rest Api Server)

( See https://github.com/aryarkusuma/tweetpic-docker/blob/main/README.md, and test the api on my tunneled api server )


<aside> 💡 Simplefied twetpic web app workflow

</aside>

  1. User will input the twitter tweet url on the tweetpic website

    ( ex: https://x.com/StarFleetTours/status/1805741349653848284 )

  2. Send user tweet url by rest http interface to backend.

  3. BE service will check if that tweet exist.

  4. BE service will take screenshot of the tweet and saved the screenshoted image in a storage

  5. BE service would response with the image link (image served by file server service) of a screenshoted tweet to the user/client request

  6. An image of that screenshoted tweet will appear on the website for couple seconds.

TweetPic Service Workflow

Noted Problemo

Security-ish

Etc—