Commit Graph

147 Commits

Author SHA1 Message Date
ajaysi
9409e57d2f Performance optimizations, Improved SEO tools & error handling 2024-09-26 08:16:22 +05:30
ajaysi
516144a728 revert to 93075dc 2024-09-18 14:35:51 +05:30
ajaysi (aider)
a377032e02 fix: Resolve NameError by importing find_backlink_opportunities 2024-09-17 23:37:10 +05:30
ajaysi (aider)
00b9330c96 fix: Resolve import errors and install missing packages for AI backlinking tool. 2024-09-17 23:35:50 +05:30
ajaysi
97b60a66e6 feat: add backlinking UI streamlit app 2024-09-17 23:35:47 +05:30
ajaysi (aider)
ada8b37251 feat: implement AI LLM for composing personalized outreach emails based on insights and website data 2024-09-17 12:12:08 +05:30
ajaysi (aider)
3ce8e8d70a feat: implement personalized email composition for outreach based on website data and user proposals 2024-09-17 12:10:35 +05:30
ajaysi (aider)
bbee9e472f feat: integrate LLM functions to generate insights for scraped website content 2024-09-17 12:05:53 +05:30
ajaysi (aider)
17eaa26ec8 feat: enhance backlink opportunity data with website metadata and context 2024-09-17 12:01:52 +05:30
ajaysi (aider)
3e9d641ac5 feat: implement contact information extraction using Firecrawl's LLM Extract feature 2024-09-17 11:58:01 +05:30
ajaysi
8930f3d2b2 feat: add scrape_url import to ai_backlinking.py for enhanced functionality 2024-09-17 11:57:59 +05:30
ajaysi (aider)
cfb5145947 feat: integrate firecrawl_web_crawler for URL search functionality in search_for_urls function 2024-09-17 11:50:23 +05:30
ajaysi (aider)
602243de0e feat: implement search query generation and initial scraping structure for backlink opportunities 2024-09-17 11:48:28 +05:30
ajaysi
09572cb130 feat: add AI backlinking tool module 2024-09-17 11:48:26 +05:30
ajaysi (aider)
99acb9b4f1 fix: import missing modules to resolve undefined name errors in firecrawl_web_crawler.py 2024-09-17 11:27:44 +05:30
ajaysi (aider)
1078c969ca refactor: move initialize_client function to a separate file for better modularity 2024-09-17 11:27:35 +05:30
ajaysi (aider)
0787f7e807 feat: implement Google Trends analysis with user input and intelligent defaults in content_generators 2024-09-14 22:12:47 +05:30
ajaysi (aider)
3f61a7715c fix: import openai module to resolve undefined name error in alwrity_utils.py 2024-09-14 21:54:18 +05:30
ajaysi (aider)
fd604c4708 refactor: Optimize imports and improve code readability in alwrity_utils.py 2024-09-14 21:39:49 +05:30
ajaysi (aider)
d8616b1645 fix: remove invalid imports to resolve Streamlit app exceptions 2024-09-14 19:59:56 +05:30
ajaysi (aider)
2a28af1d02 feat: streamline web research process and integrate Google Trends results into Streamlit UI 2024-09-14 19:55:16 +05:30
ajaysi (aider)
12d66e8ff2 feat: optimize metric display by including search term and region in output messages 2024-09-14 19:40:58 +05:30
ajaysi (aider)
6900c028f5 feat: fetch and display all metrics from pytrends on CLI 2024-09-14 19:29:41 +05:30
ajaysi (aider)
e7acd194e4 feat: display all metrics from pytrends on CLI with explanations of their significance 2024-09-14 19:22:42 +05:30
ajaysi (aider)
0ec58fc7c6 fix: handle empty data in get_related_topics_and_save_csv to prevent list index out of range error 2024-09-14 19:21:25 +05:30
ajaysi (aider)
5be849cfcb fix: import WordCloud to resolve undefined name error in generate_wordcloud function 2024-09-14 19:17:35 +05:30
ajaysi (aider)
cef400039e feat: implement missing features for multirange interest, historical hourly interest, trending searches, realtime trends, top charts, and suggestions in google_trends_researcher.py 2024-09-14 19:17:27 +05:30
ajaysi (aider)
93075dc833 fix: remove caching from record_voice function to resolve CachedWidgetWarning 2024-09-14 18:01:25 +05:30
ajaysi (aider)
5938dcf6e4 fix: remove undefined reference to blog_from_audio in content_generators.py 2024-09-14 18:00:01 +05:30
ajaysi (aider)
64f269ebb7 fix: remove invalid imports to resolve ImportError in alwrity.py and content_generators.py 2024-09-14 17:59:46 +05:30
ajaysi
d8cef6eaa9 fix: update blog output format from HTML to markdown in main_config.json 2024-09-14 17:54:03 +05:30
ajaysi (aider)
7c62957652 fix: resolve unmatched parenthesis error in content_generators.py 2024-09-14 17:50:51 +05:30
ajaysi (aider)
eaed787fe3 fix: resolve undefined name errors and fix indentation in alwrity.py and content_generators.py 2024-09-14 17:50:16 +05:30
ajaysi (aider)
668e7f7f36 refactor: Fix undefined names by adding missing imports in alwrity.py, alwrity_utils.py, content_generators.py, and ui_setup.py 2024-09-14 17:49:55 +05:30
ajaysi (aider)
27072adbe5 refactor: modularize code by creating separate utility modules for environment, configuration, UI setup, API key management, content generation, SEO tools, file processing, and voice processing 2024-09-14 17:49:34 +05:30
ajaysi (aider)
6fe6c52d99 feat: improve performance by implementing lazy loading, caching, and efficient file handling in alwrity.py and alwrity_utils.py 2024-09-14 17:36:46 +05:30
ajaysi
c9b4508a42 Fixing Errors - WIP - Making improvements, content workflows 2024-09-13 19:44:24 +05:30
ajaysi
52753901f1 Fixing Errors - WIP - Making improvements, content workflows 2024-09-13 19:41:48 +05:30
ajaysi
ca8618a6a4 AI SEO tools - Readibility & Analysis, Agents content ideator 2024-09-04 21:51:52 +05:30
ajaysi
4d71cc1f3b New: AI SEO tools- On Page SEO Analyzer tool 2024-08-25 17:14:26 +05:30
ajaysi
c66a11b8a7 New: AI SEO tools- Get Google PageSpeed Insights 2024-08-23 19:59:56 +05:30
ajaysi
c4af40f93d Use system instructions to steer the behavior of a model 2024-08-18 17:37:30 +05:30
ajaysi
b97ad5eb2b Use system instructions to steer the behavior of a model 2024-08-18 17:13:00 +05:30
ajaysi
f35649f129 Backlinking tool & Img optimization, PIL & Tinify API 2024-08-15 16:39:32 +05:30
ajaysi
d005cef45a Backlinking tool & Img optimization, PIL & Tinify API 2024-08-15 14:27:17 +05:30
ajaysi
fe59ec07cc Backlinking tool & Img optimization, PIL & Tinify API 2024-08-15 09:47:12 +05:30
ajaysi
ac43dee24f New: AI SEO tools- OpenGraph Tags generation, blog from pdf 2024-08-14 14:21:57 +05:30
ajaysi
20bda6c964 New: AI SEO tools, OpenGraph Tags generator 2024-08-09 16:17:09 +05:30
ajaysi
4d887c87eb AI SEO alt text generator 2024-08-05 10:17:30 +05:30
ajaysi
bd79fa5974 Long doc/pdf, chunking for insights 2024-08-01 22:56:13 +05:30