Create instagram stories from tweets using cli.
tweet2story -u <URL OF THE TWEET>
tweet2story -s <USERNAME>
Set environment variables
TWITTER_CUSTOMER_KEY = Customer key of the created app
TWITTER_CUSTOMER_SECRET = Customer secret of the created app
TWITTER_ACCESS_TOKEN = Access token of the created app
TWITTER_ACCESS_TOKEN_SECRET = Access secret of the created app
Flag | Description |
---|---|
-u | Flag for url mode uses TWINT to generate the tweet no API integration required |
-s | Flag for streamer mode REQUIRES API KEYS |
-c | Set background color of the tweet from these colors orange, red, green, yellow, violet, blue, pink |
- Add media support in tweets
- Add thread support
MIT