[PR #3] [MERGED] Lucy dev #3

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

📋 Pull Request Information

Original PR: https://github.com/Agentfy-io/Agentfy/pull/3
Author: @callmeiks
Created: 5/1/2025
Status: Merged
Merged: 5/1/2025
Merged by: @callmeiks

Base: mainHead: lucy-dev


📝 Commits (10+)

  • b3bfd61 change X crawler to async
  • 8c1076d add instagram crawler subagent
  • 0381486 添加tiktok crawler
  • 7fa96d5 add ins and tk analysis
  • af2e979 Update agents_registry.json
  • 8b425ce edit fetch tk music detail cralwer
  • b0da2bb update feed type to ins fetch user info
  • 5b96c57 use pandas ai for auto cleaning/filter
  • df1234d update x crawler with more functionalities
  • 62127d6 fix output

📊 Changes

42 files changed (+10248 additions, -575 deletions)

View changed files

📝 .gitignore (+5 -0)
📝 README.md (+44 -22)
agents/discord/__init__.py (+0 -0)
agents/douyin/__init__.py (+0 -0)
agents/douyin/crawler.py (+4036 -0)
agents/facebook/__init__.py (+0 -0)
agents/facebook/interactive.py (+0 -0)
agents/instagram/analysis.py (+83 -0)
agents/instagram/crawler.py (+623 -0)
agents/instagram/interactive.py (+179 -0)
agents/instagram/webhook_test.py (+69 -0)
agents/linkedin/__init__.py (+0 -0)
agents/linkedin/analysis.py (+83 -0)
agents/linkedin/crawler.py (+647 -0)
agents/slack/__init__.py (+0 -0)
agents/telegram/__init__.py (+0 -0)
agents/tiktok/analysis.py (+83 -0)
agents/tiktok/crawler.py (+993 -0)
agents/tiktok/interactive.py (+126 -0)
📝 agents/x/analysis.py (+101 -51)

...and 22 more files

📄 Description

Merge from Lucy's code


🔄 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/Agentfy-io/Agentfy/pull/3 **Author:** [@callmeiks](https://github.com/callmeiks) **Created:** 5/1/2025 **Status:** ✅ Merged **Merged:** 5/1/2025 **Merged by:** [@callmeiks](https://github.com/callmeiks) **Base:** `main` ← **Head:** `lucy-dev` --- ### 📝 Commits (10+) - [`b3bfd61`](https://github.com/Agentfy-io/Agentfy/commit/b3bfd61ff0d7b9892380ecd1b41697891a492a48) change X crawler to async - [`8c1076d`](https://github.com/Agentfy-io/Agentfy/commit/8c1076d0bd7fccc689bdd87e2e5069f1bae5f7eb) add instagram crawler subagent - [`0381486`](https://github.com/Agentfy-io/Agentfy/commit/038148618b1951d637b47282da277ebed88397b6) 添加tiktok crawler - [`7fa96d5`](https://github.com/Agentfy-io/Agentfy/commit/7fa96d57c68c2f748035a51f4f3cde8ca13523a8) add ins and tk analysis - [`af2e979`](https://github.com/Agentfy-io/Agentfy/commit/af2e97926c8e7310f5ecb09cd8b5fb94d13848d7) Update agents_registry.json - [`8b425ce`](https://github.com/Agentfy-io/Agentfy/commit/8b425ce42b3ee26545f783d86901d61efec94f0f) edit fetch tk music detail cralwer - [`b0da2bb`](https://github.com/Agentfy-io/Agentfy/commit/b0da2bba81fca5f3c83590ac867ec41ab3a167dc) update feed type to ins fetch user info - [`5b96c57`](https://github.com/Agentfy-io/Agentfy/commit/5b96c57ec4edf270d0022ab0c4782acafd2dd1f4) use pandas ai for auto cleaning/filter - [`df1234d`](https://github.com/Agentfy-io/Agentfy/commit/df1234d8394e53e9855749f2ab20e159784f3aa8) update x crawler with more functionalities - [`62127d6`](https://github.com/Agentfy-io/Agentfy/commit/62127d678a71017a91b3c479a8be3e7e8e534c22) fix output ### 📊 Changes **42 files changed** (+10248 additions, -575 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+5 -0) 📝 `README.md` (+44 -22) ➕ `agents/discord/__init__.py` (+0 -0) ➕ `agents/douyin/__init__.py` (+0 -0) ➕ `agents/douyin/crawler.py` (+4036 -0) ➕ `agents/facebook/__init__.py` (+0 -0) ➕ `agents/facebook/interactive.py` (+0 -0) ➕ `agents/instagram/analysis.py` (+83 -0) ➕ `agents/instagram/crawler.py` (+623 -0) ➕ `agents/instagram/interactive.py` (+179 -0) ➕ `agents/instagram/webhook_test.py` (+69 -0) ➕ `agents/linkedin/__init__.py` (+0 -0) ➕ `agents/linkedin/analysis.py` (+83 -0) ➕ `agents/linkedin/crawler.py` (+647 -0) ➕ `agents/slack/__init__.py` (+0 -0) ➕ `agents/telegram/__init__.py` (+0 -0) ➕ `agents/tiktok/analysis.py` (+83 -0) ➕ `agents/tiktok/crawler.py` (+993 -0) ➕ `agents/tiktok/interactive.py` (+126 -0) 📝 `agents/x/analysis.py` (+101 -51) _...and 22 more files_ </details> ### 📄 Description Merge from Lucy's code --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:00:59 +03:00
Sign in to join this conversation.
No labels
pull-request
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/Agentfy#3
No description provided.