Skip to content

nbittich/maga-rs

Repository files navigation

Random Donald Trump's tweet

Build

🚀 blazing fast!! 🚀 barely unsafe !! 🔥 generates random tweets in 10e8 ns!! 🚀

What's new?

  • New desktop version!!!!! 🔥🔥🔥🔥🔥🔥

Maga Desktop

  • Make sure to install:
    • sudo apt install libwebkit2gtk-4.0-dev libgtk-3-dev libappindicator3-dev `

How to

  • cargo install maga
  • maga # prints one tweet to the terminal
  • maga-desktop # Open the desktop app
  • maga --count=2 # prints 2 tweets to the terminal
  • maga-serve # small rest endpoint -- Default port is 8000
  • maga-serve --port=<port> # change default port
    • http://localhost:8000?count=1

Docker - Released (Recommended)

  • docker build -t relz -f Dockerfile.stable .
  • docker run -it relz maga -c 1
  • docker run -it -p 9999:9999 relz maga-serve -p 9999

Docker - Dev

  • docker build -t dev -f Dockerfile.dev .
  • docker run -it dev maga -c 1
  • docker run -it -p 9999:9999 dev maga-serve -p 9999

About

Donald Trump's tweets in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages