This is a work in progress.
Auto generate video and post them on youtube and other social platforms.
yarn installCreate .env file, with your Product Hunt & Twitter API key
REACT_APP_PRODUCT_HUNT_API_KEY="<your-key>"
TWITTER_CONSUMER_KEY="<your-key>"
TWITTER_CONSUMER_SECRET="<your-key>"
TWITTER_ACCESS_TOKEN_KEY="<your-key>"
TWITTER_ACCESS_TOKEN_SECRET="<your-key>"This will open browser to preview video
yarn startThis will store generated video in <ProjectRoot>/out/video.mp4
yarn build