[PR #223] [MERGED] Migrate linkedin writer to fastapi backend #266

Closed
opened 2026-03-02 23:34:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AJaySi/ALwrity/pull/223
Author: @AJaySi
Created: 8/28/2025
Status: Merged
Merged: 9/1/2025
Merged by: @AJaySi

Base: mainHead: cursor/migrate-linkedin-writer-to-fastapi-backend-225b


📝 Commits (1)

  • 58918d3 Add LinkedIn content generation service to backend

📊 Changes

11 files changed (+3573 additions, -0 deletions)

View changed files

backend/README_LINKEDIN_MIGRATION.md (+287 -0)
📝 backend/app.py (+6 -0)
backend/docs/LINKEDIN_CONTENT_GENERATION.md (+473 -0)
backend/models/__pycache__/__init__.cpython-313.pyc (+0 -0)
backend/models/__pycache__/linkedin_models.cpython-313.pyc (+0 -0)
backend/models/linkedin_models.py (+322 -0)
backend/routers/linkedin.py (+511 -0)
backend/services/linkedin_service.py (+1137 -0)
backend/start_linkedin_service.py (+241 -0)
backend/test_linkedin_endpoints.py (+341 -0)
backend/validate_linkedin_structure.py (+255 -0)

📄 Description

Migrate the LinkedIn content generation suite from Streamlit to FastAPI endpoints, integrating it into the backend with enhanced features and a modern API.


Open in Cursor Open in Web

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AJaySi/ALwrity/pull/223 **Author:** [@AJaySi](https://github.com/AJaySi) **Created:** 8/28/2025 **Status:** ✅ Merged **Merged:** 9/1/2025 **Merged by:** [@AJaySi](https://github.com/AJaySi) **Base:** `main` ← **Head:** `cursor/migrate-linkedin-writer-to-fastapi-backend-225b` --- ### 📝 Commits (1) - [`58918d3`](https://github.com/AJaySi/ALwrity/commit/58918d3ff164ab43eeead558886c99bc5d6cc493) Add LinkedIn content generation service to backend ### 📊 Changes **11 files changed** (+3573 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `backend/README_LINKEDIN_MIGRATION.md` (+287 -0) 📝 `backend/app.py` (+6 -0) ➕ `backend/docs/LINKEDIN_CONTENT_GENERATION.md` (+473 -0) ➕ `backend/models/__pycache__/__init__.cpython-313.pyc` (+0 -0) ➕ `backend/models/__pycache__/linkedin_models.cpython-313.pyc` (+0 -0) ➕ `backend/models/linkedin_models.py` (+322 -0) ➕ `backend/routers/linkedin.py` (+511 -0) ➕ `backend/services/linkedin_service.py` (+1137 -0) ➕ `backend/start_linkedin_service.py` (+241 -0) ➕ `backend/test_linkedin_endpoints.py` (+341 -0) ➕ `backend/validate_linkedin_structure.py` (+255 -0) </details> ### 📄 Description Migrate the LinkedIn content generation suite from Streamlit to FastAPI endpoints, integrating it into the backend with enhanced features and a modern API. --- <a href="https://cursor.com/background-agent?bcId=bc-ee97c1b2-78bb-40dd-b62a-78cc4cb6f6fe"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-cursor-dark.svg"> <source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-cursor-light.svg"> <img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg"> </picture> </a> <a href="https://cursor.com/agents?id=bc-ee97c1b2-78bb-40dd-b62a-78cc4cb6f6fe"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-web-dark.svg"> <source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-web-light.svg"> <img alt="Open in Web" src="https://cursor.com/open-in-web.svg"> </picture> </a> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:34:52 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ALwrity#266
No description provided.