July 1st, 2024

Copy-my-writing: write content based on you personal writing styles

The GitHub project "Copy My Writing" offers a tool to mimic writing style. Installation involves cloning the repository, setting up an `.env` file, and using commands like `generate` and `analyze-style`. Configuration and licensing details are provided.

Read original articleLink Icon
Copy-my-writing: write content based on you personal writing styles

The GitHub project "Copy My Writing" offers a command-line tool designed to generate content mimicking your unique writing style. To install, clone the repository, run `pip install -e .`, and configure your `.env` file with your OpenAI API key and writing samples path. Usage includes generating content with `copy_my_writing generate "Your topic here"` and analyzing style with `copy_my_writing analyze-style`. Additional information can be accessed using the `--help` flag. Data in the `data` folder is confidential and not covered by the MIT License. Configuration details, such as the API key and writing samples path, are stored in the `.env` file. The project itself is licensed under the MIT License, with specifics available in the provided [LICENSE](https://github.com/innovatorved/copy-my-writing/blob/main/LICENSE) file.

Related

Show HN: Free AI Joke Generator

Show HN: Free AI Joke Generator

The AI Joke Generator by Formshare creates personalized jokes for social media, events, or personal use. It aims to boost engagement, lighten events, and enhance content with humor. Formshare offers various AI tools for free.

Show HN: a Rust lib to trigger actions based on your screen activity (with LLMs)

Show HN: a Rust lib to trigger actions based on your screen activity (with LLMs)

The GitHub project "Screen Pipe" uses Large Language Models to convert screen content into actions. Implemented in Rust + WASM, inspired by `adept.ai`, `rewind.ai`, and `Apple Shortcut`. Open source under MIT license.

Git Workflows for API Technical Writers

Git Workflows for API Technical Writers

Technical writers encounter challenges in maintaining API documentation aligned with evolving designs. Git workflows provide version control and collaboration benefits. Strategies like merging copy improvements, code annotations, and OpenAPI overlays enhance documentation quality. Involving writers in API design ensures user-centric content. Storing docs in separate repositories can resolve Git conflicts.

Waves of Writing for Google

Waves of Writing for Google

The article explores the evolution of writing for Google, highlighting shifts from keyword stuffing to user-focused content and AI's impact on writing jobs. Writers are advised to adapt, focus on personal branding, and embrace technology for relevance.

Our guidance on using LLMs (for technical writing)

Our guidance on using LLMs (for technical writing)

The Ritza Handbook advises on using GPT and GenAI models for writing, highlighting benefits like code samples and overcoming writer's block. However, caution is urged against using GPT-generated text in published articles.

Link Icon 2 comments
By @number6 - 3 months
Analysing style is just a hardcoded string?

https://github.com/innovatorved/copy-my-writing/blob/47defc8...

At least it could have used ChatGPT to analyze the style itself and then feeding it back to itself.

Then again this repository is just 3 days old. Maybe it gets some polishment later

By @WA - 3 months
Spam repo around a simple prompt.