devinivy / huthut

Find accidental haikus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

huthut

Find accidental haikus

Running it

cat > .env <<'EOF'
TWITTER_API_KEY=...
TWITTER_API_SECRET=...
TWITTER_ACCESS_TOKEN=...
TWITTER_ACCESS_SECRET=...
EOF
  • Build and run:
cargo build
./target/debug/huthut
  • Wait a little, and it'll print tweets.

About

Find accidental haikus


Languages

Language:Rust 100.0%