mirror of
https://github.com/Agentfy-io/Agentfy.git
synced 2026-04-26 16:56:16 +03:00
[PR #3] [MERGED] Lucy dev #3
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Agentfy#3
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/Agentfy-io/Agentfy/pull/3
Author: @callmeiks
Created: 5/1/2025
Status: ✅ Merged
Merged: 5/1/2025
Merged by: @callmeiks
Base:
main← Head:lucy-dev📝 Commits (10+)
b3bfd61change X crawler to async8c1076dadd instagram crawler subagent0381486添加tiktok crawler7fa96d5add ins and tk analysisaf2e979Update agents_registry.json8b425ceedit fetch tk music detail cralwerb0da2bbupdate feed type to ins fetch user info5b96c57use pandas ai for auto cleaning/filterdf1234dupdate x crawler with more functionalities62127d6fix 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.