{"id":14959588,"url":"https://github.com/gikiman/autoxhs","last_synced_at":"2025-04-09T13:04:42.185Z","repository":{"id":222449343,"uuid":"757246914","full_name":"Gikiman/Autoxhs","owner":"Gikiman","description":"📛 Autoxsh is an open-source tool that utilizes OpenAI's API to automate the generation and publishing of content on Xiaohongshu (Little Red Book), including images, titles, text, and tags.","archived":false,"fork":false,"pushed_at":"2024-03-25T03:00:52.000Z","size":11652,"stargazers_count":248,"open_issues_count":1,"forks_count":48,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-09T13:04:37.073Z","etag":null,"topics":["chatgpt","dalle-3","gpt4","langchain","langgpt","openai-api","streamlit","xhs","xiaohongshu"],"latest_commit_sha":null,"homepage":"https://autoxhs.streamlit.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Gikiman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-14T05:04:09.000Z","updated_at":"2025-04-09T02:41:37.000Z","dependencies_parsed_at":"2024-02-27T12:50:50.695Z","dependency_job_id":"5966a0c7-1796-4a2e-9126-dce0cc4b0fa2","html_url":"https://github.com/Gikiman/Autoxhs","commit_stats":null,"previous_names":["gikiman/autoxhs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gikiman%2FAutoxhs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gikiman%2FAutoxhs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gikiman%2FAutoxhs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gikiman%2FAutoxhs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gikiman","download_url":"https://codeload.github.com/Gikiman/Autoxhs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248045230,"owners_count":21038553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatgpt","dalle-3","gpt4","langchain","langgpt","openai-api","streamlit","xhs","xiaohongshu"],"created_at":"2024-09-24T13:20:07.637Z","updated_at":"2025-04-09T13:04:42.156Z","avatar_url":"https://github.com/Gikiman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"assets/Autoxhs.png\" width=\"90%\"\u003e\n\u003c/div\u003e\n\n\u003e Autoxhs is an open-source tool designed to streamline and automate the process of generating and publishing content on Xiaohongshu (Little Red Book). By leveraging the power of OpenAI's API, Autoxhs provides a comprehensive solution for creating engaging images, titles, content, and tags with ease. \n\n🚀 **Try Our App Live on Streamlit Cloud** [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://autoxhs.streamlit.app/)\n\n## Table of Contents\n\n- [Features](#features)\n- [Demo](#demo)\n- [Getting Started](#getting-started)\n- [Configuration](#configuration)\n- [Supporters](#supporters)\n  \n## Features\n\n- **Automated Content Creation**: Leverages OpenAI's API for generating engaging images, titles, content, and tags, streamlining content creation for Xiaohongshu.\n- **LangGPT Prompt Generation \u0026 Langchian Framework**: Utilizes the LangGPT project methodology and Langchian framework for creating structured, high-quality prompts and developing language model-powered applications.\n- **Customizable \u0026 User-Friendly**: Offers prompt customization and model selection options within a Streamlit-based interface, ensuring a user-friendly experience.\n- **Efficient Post Generation**:  Supports both topic and image-based post generation. Users can input a topic or upload photos, and Autoxhs automatically crafts a complete, engaging post, simplifying the content creation process.\n\n## Demo\n\nQuick demonstrations of Autoxhs (videos accelerated for brevity):\n\n- **Theme-Based Post Generation**: Users simply input a topic, and Autoxhs automatically crafts a complete post, including both text content and matching images.\n\u003cdiv align=\"center\"\u003e\n        \u003cimg src=\"assets/theme.gif\" width=\"90%\"\u003e\n\u003c/div\u003e\n\n- **Image-Based Post Generation**: Users can upload their own photos, and Autoxhs will generate rich and engaging post content based on these images.\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"assets/image.gif\" width=\"90%\"\u003e\n\u003c/div\u003e\n\n## Getting Started\n1. To install Autoxhs, follow these steps:\n```bash\n# Create a new conda environment with Python 3.9\nconda create -n Autoxhs python=3.9\n\n# Activate the conda environment\nconda activate Autoxhs\n\n# Clone the Autoxhs repository to your local machine\ngit clone https://github.com/Gikiman/Autoxhs.git\n\n# Navigate to the Autoxhs project directory\ncd Autoxhs\n\n# Install dependencies from requirements.txt\npip install -r requirements.txt\n\n# If you are using a Linux system, you'll need to install the corresponding dependencies\n# xargs -a packages.txt sudo apt-get install -y\n```\n\n2. After installing, you can launch the application simply by running:\n\n```bash\nstreamlit run Autoxhs.py\n```\n\u003e Note: A high-speed internet connection is required, and users in China should use a proxy.\n\n## Configuration\n- Prompt Customization: Modify generation prompts in the `data\\prompt` folder using the LangGPT methodology.\n- Model Selection: Default models are `gpt-4-0125-preview` for text and `dall-e-3` for images. These can be selected in the app.\n\n## 👏Supporters \n\n### \u0026#8627; Stargazers\n[![Stargazers repo roster for @Gikiman/Autoxhs](https://reporoster.com/stars/dark/Gikiman/Autoxhs)](https://github.com//Gikiman/Autoxhs/stargazers)\n\n### \u0026#8627; Forkers\n[![Forkers repo roster for @Gikiman/Autoxhs](https://reporoster.com/forks/dark/Gikiman/Autoxhs)](https://github.com/Gikiman/Autoxhs/network/members)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgikiman%2Fautoxhs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgikiman%2Fautoxhs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgikiman%2Fautoxhs/lists"}