Commit Graph

68 Commits

Author SHA1 Message Date
ajaysi
3cf3ff4a68 AI Content planning and competitor analysis.
Tight integration with Alwrity, tavily and metaphor.
2025-04-08 20:31:58 +05:30
ي
1de9cf209a Update lib/ai_web_researcher/metaphor_basic_neural_web_search.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-08 20:31:58 +05:30
ي
4c99c96753 Update lib/ai_web_researcher/metaphor_basic_neural_web_search.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-08 20:31:58 +05:30
ي
83943de3b0 Update lib/ai_web_researcher/metaphor_basic_neural_web_search.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-08 20:31:58 +05:30
ي
dd2fb9eab0 Update lib/ai_web_researcher/metaphor_basic_neural_web_search.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-08 20:31:58 +05:30
ajaysi
031c94eb8f content planning and competitor analysis. 2025-04-08 20:31:58 +05:30
ajaysi
55e22af7a0 AI Content planning and competitor analysis.
Tight integration with Alwrity, tavily and metaphor.
2025-04-08 20:31:58 +05:30
ي
2d380b8169 Update lib/ai_web_researcher/metaphor_basic_neural_web_search.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-08 20:31:58 +05:30
ي
28aa27c4b5 Update lib/ai_web_researcher/metaphor_basic_neural_web_search.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-08 20:31:58 +05:30
ي
8bbdad622f Update lib/ai_web_researcher/metaphor_basic_neural_web_search.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-08 20:31:58 +05:30
ي
940efaa9c5 Update lib/ai_web_researcher/metaphor_basic_neural_web_search.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-08 20:31:58 +05:30
ajaysi
5797d031c8 content planning and competitor analysis. 2025-04-08 20:31:58 +05:30
ajaysi
33a608dcdc AI Content planning and competitor analysis.
Tight integration with Alwrity, tavily and metaphor.
2025-04-08 20:31:58 +05:30
ajaysi
e05450d070 Stupid github 2025-04-06 11:08:39 +05:30
ajaysi
579bf7d0a6 Google trends data and keyword research 2025-04-06 11:08:39 +05:30
ajaysi
a2fb77f700 AI Web Researcher: Added Exa answer and Tavily answer to the metaphor search results
Added AI insights to the metaphor search results
Better display of AI search results
2025-04-06 11:08:39 +05:30
ajaysi
bf2b1f596f Google Search Grounded results, Content Calendar Ideator, Competitor Analysis, and Keyword Researcher 2025-04-04 11:32:22 +05:30
ي
076a597d7a Update finance_data_researcher.py 2025-01-26 13:48:52 +05:30
ي
b58e9f519e Update firecrawl web crawler 2025-01-24 16:31:23 +05:30
ي
3653bd4e80 Update arxiv_schlorly_research.py
Function Definitions:
fetch_arxiv_data: Fetches arXiv data based on a query.
create_dataframe: Creates a DataFrame from the provided data.
get_arxiv_main_content: Returns the main content of an arXiv paper.
download_image: Downloads an image from a URL.
scrape_images_from_arxiv: Scrapes images from an arXiv page.
arxiv_bibtex: Generates the BibTeX entry for an arXiv paper.
extract_arxiv_ids_from_line: Extracts arXiv IDs from a given line of text.
read_written_ids: Reads already written arXiv IDs from a file.
append_id_to_file: Appends a single arXiv ID to a file.
Step 2: Suggest Code Improvements
Code Duplication:
Combine Similar Functions: Functions such as fetch_arxiv_data and create_dataframe can be combined or refactored to reduce redundancy.
Reuse Code: Ensure common functionality is abstracted into reusable functions.
Performance and Optimization:
Optimize API Calls: Ensure the arXiv API calls are optimized and handle rate limits.
Efficient Data Handling: Use more efficient data handling techniques, such as batch processing for large datasets.
Coding Standards and Best Practices:
Add Docstrings: Ensure all functions have detailed docstrings explaining their purpose, arguments, and return values.
Error Handling: Improve error handling to provide more informative error messages and handle different types of errors separately.
Logging: Use a consistent logging strategy to log important events and errors.
Code Structure: Group related functions into classes or modules for better organization and maintainability.
PEP 8 Compliance: Ensure the code follows PEP 8 standards for Python code style.
2025-01-24 15:52:06 +05:30
ي
f75375eaaa Delete lib/ai_web_researcher/__pycache__ directory 2025-01-18 09:35:29 +05:30
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)
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)
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
52753901f1 Fixing Errors - WIP - Making improvements, content workflows 2024-09-13 19:41:48 +05:30
ajaysi
d005cef45a Backlinking tool & Img optimization, PIL & Tinify API 2024-08-15 14:27:17 +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
f2aa79264e WIP - Streamlit UI, firecrawl - V0.5 2024-06-12 16:01:46 +05:30
ajaysi
ccbaa0e4fa WIP - Streamlit UI, firecrawl - V0.5 2024-06-11 17:27:50 +05:30
ajaysi
2a1bb49020 WIP - Streamlit UI, Porting CLI 2024-06-02 23:05:27 +05:30
ajaysi
10b7326044 WIP - Streamlit UI, Porting CLI 2024-05-29 16:56:08 +05:30
ajaysi
458042afc4 Streamlit UI, Porting CLI - WIP 2024-05-25 18:51:53 +05:30
ajaysi
4153cf7d93 AI Agents content ideator team, prompt config 2024-05-20 18:22:08 +05:30
ajaysi
8f2bf02b65 AI Agents content ideator team, prompt config 2024-05-20 15:07:20 +05:30
ajaysi
8bd4436414 AI finance TA writer, long form writer, WIP 2024-05-16 22:46:12 +05:30
ajaysi
45508d318b AI finance TA writer, yfinance, pandas_ta, WIP 2024-05-15 15:59:16 +05:30
ajaysi
26a35ee355 AI finance TA writer, yfinance, pandas_ta, WIP 2024-05-15 15:53:15 +05:30
ajaysi
6a95b96973 Agents team, better prompts, WIP 2024-05-12 19:13:02 +05:30
ajaysi
f3f6d5e29c Agents team bug fixes 2024-05-07 10:51:47 +05:30
ajaysi
bb2904039e Agentic content team, web researched 2024-04-29 23:48:36 +05:30
Umesh Sharma
53e78d56fe requiremets.txt is updated 2024-04-27 18:55:15 +05:30
ajaysi
20c201f4f9 Agentic content creation, web researched 2024-04-26 16:07:17 +05:30