mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[PR #170] [MERGED] Made changes to Getting started with ALwrity and added lot of details… #586
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#586
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:new_alwrity📝 Commits (1)
6c833e2Made 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.