jaredfolkins / longstorm

🌩️ LongStorm 🌩️ - long threaded tweet storms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌩️ LongStorm 🌩️

LongStorm is a web application that you run locally and that helps facilitate the posting of long form threaded tweets (tweet storms).

Releases

  • Download the latest release on the releases page.
  • Set the executable bit $ chmod 744 longstorm
  • Run it from the cmd line $ ./longstorm
  • Open up a web browser and go to http://localhost:3000

Compile

$ export GO111MODULE=on
$ git clone https://github.com/jaredfolkins/longstorm
$ cd longstorm
$ go run main.go

Now open your web browser to http://localhost:3000

Screenshots

take a wall of text

longstorm wall of text

And you can create a threaded twitter post

longstorm wall of text

Twitter API Keys

You must use your account to create twitter api developer keys and save those keys into LongStorm. Be aware the keys are sensitive so don't lose the them or display them!

Generate the Twitter API Keys

longstorm wall of text

Save the keys to LongStorm

longstorm wall of text

About

🌩️ LongStorm 🌩️ - long threaded tweet storms

License:MIT License


Languages

Language:Go 82.0%Language:CSS 17.5%Language:Shell 0.5%