| Crates.io | linkedin-headlines |
| lib.rs | linkedin-headlines |
| version | 0.1.0 |
| created_at | 2024-03-01 06:58:36.501221+00 |
| updated_at | 2024-03-01 06:58:36.501221+00 |
| description | LinkedIn Headlines Generator, a Rust library to generate high-quality headlines for LinkedIn posts or profiles. |
| homepage | |
| repository | https://github.com/bishwas-py/linkedin-headlines |
| max_upload_size | |
| id | 1158570 |
| size | 4,717 |
This library uses AI to generate high quality LinkedIn headlines for your profile. It uses the OpenAI's GPT-3 model to generate the headlines, just like the one you see this app called, LinkedIn Headline Generator.
cargo add linkedin-headlines
use linkedin_headlines::generate_headline;
fn main() {
let headline = generate_headline("I am a software engineer");
println!("{}", headline);
}
You can also use the executable to generate headlines from the command line.
linkedin-headlines "I am a software engineer"
or from profile data
linkedin-headlines --profile https://www.linkedin.com/in/your-profile --keywords "software engineer, developer"
Contributions are welcome! Please feel free to submit a PR or open an issue if you have any questions or suggestions.