[PR #170] [MERGED] Made changes to Getting started with ALwrity and added lot of details… #586

Closed
opened 2026-03-13 20:58:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AJaySi/ALwrity/pull/170
Author: @AJaySi
Created: 4/1/2025
Status: Merged
Merged: 4/1/2025
Merged by: @AJaySi

Base: mainHead: new_alwrity


📝 Commits (1)

  • 6c833e2 Made changes to Getting started with ALwrity and added lot of details on API keys

📊 Changes

68 files changed (+8382 additions, -821 deletions)

View changed files

.gitignore (+58 -0)
📝 README.md (+168 -0)
📝 alwrity.py (+100 -234)
install.bat (+39 -0)
install_dependencies.py (+0 -168)
📝 lib/ai_marketing_tools/ai_backlinking.py (+32 -66)
📝 lib/ai_seo_tools/on_page_seo_analyzer.py (+4 -5)
📝 lib/ai_seo_tools/textstaty.py (+32 -131)
📝 lib/ai_seo_tools/webpage_content_analysis.py (+36 -16)
📝 lib/ai_seo_tools/wordcloud.py (+27 -2)
📝 lib/ai_writers/ai_blog_rewriter.py (+2 -6)
lib/gpt_providers/config.py (+105 -0)
lib/gpt_providers/text_generation/README.md (+157 -0)
📝 lib/gpt_providers/text_generation/anthropic_text_gen.py (+112 -24)
📝 lib/gpt_providers/text_generation/deepseek_text_gen.py (+70 -0)
📝 lib/gpt_providers/text_generation/gemini_pro_text.py (+68 -0)
📝 lib/gpt_providers/text_generation/main_text_generation.py (+14 -5)
📝 lib/gpt_providers/text_generation/mistral_chat_completion.py (+128 -24)
📝 lib/gpt_providers/text_generation/openai_text_gen.py (+28 -0)
lib/personalization/README.md (+88 -0)

...and 48 more files

📄 Description

… on API keys


🔄 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/170 **Author:** [@AJaySi](https://github.com/AJaySi) **Created:** 4/1/2025 **Status:** ✅ Merged **Merged:** 4/1/2025 **Merged by:** [@AJaySi](https://github.com/AJaySi) **Base:** `main` ← **Head:** `new_alwrity` --- ### 📝 Commits (1) - [`6c833e2`](https://github.com/AJaySi/ALwrity/commit/6c833e277354cdac29b991998663f40a5eae7c1b) Made changes to Getting started with ALwrity and added lot of details on API keys ### 📊 Changes **68 files changed** (+8382 additions, -821 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+58 -0) 📝 `README.md` (+168 -0) 📝 `alwrity.py` (+100 -234) ➕ `install.bat` (+39 -0) ➖ `install_dependencies.py` (+0 -168) 📝 `lib/ai_marketing_tools/ai_backlinking.py` (+32 -66) 📝 `lib/ai_seo_tools/on_page_seo_analyzer.py` (+4 -5) 📝 `lib/ai_seo_tools/textstaty.py` (+32 -131) 📝 `lib/ai_seo_tools/webpage_content_analysis.py` (+36 -16) 📝 `lib/ai_seo_tools/wordcloud.py` (+27 -2) 📝 `lib/ai_writers/ai_blog_rewriter.py` (+2 -6) ➕ `lib/gpt_providers/config.py` (+105 -0) ➕ `lib/gpt_providers/text_generation/README.md` (+157 -0) 📝 `lib/gpt_providers/text_generation/anthropic_text_gen.py` (+112 -24) 📝 `lib/gpt_providers/text_generation/deepseek_text_gen.py` (+70 -0) 📝 `lib/gpt_providers/text_generation/gemini_pro_text.py` (+68 -0) 📝 `lib/gpt_providers/text_generation/main_text_generation.py` (+14 -5) 📝 `lib/gpt_providers/text_generation/mistral_chat_completion.py` (+128 -24) 📝 `lib/gpt_providers/text_generation/openai_text_gen.py` (+28 -0) ➕ `lib/personalization/README.md` (+88 -0) _...and 48 more files_ </details> ### 📄 Description … on API keys --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 20:58:20 +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#586
No description provided.