This is a Shiny app that generates social media posts based on a GitHub Markdown link. Users can specify the tone, platforms, and additional settings to customize the generated content.
- Run the app in R using Shiny.
- Enter the GitHub Markdown file link.
- Choose platforms and adjust settings such as tone, emojis, and hashtags.
- Generate posts and review the output.
- Copy and use the generated content as needed.
- A Gemini API key (get one here: Google Gemini API)
- Save the API key as an environment variable:
GOOGLE_API_KEY
Install from GitHub:
remotes::install_github("thisisnic/socialmediagen")Run the app:
library(socialmediagen)
run_app()- The app retrieves raw Markdown content from GitHub, so ensure the provided link is correct.
- Adjusting tone and the number of generated posts may improve results.
