Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook Messanger data loader integration #16048

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Shailesh-05
Copy link

@Shailesh-05 Shailesh-05 commented Sep 16, 2024

Description

Summary of the Change
Added a new feature that integrates a Facebook Messenger chat loader for importing and processing chat data from .json files. This loader allows easy ingestion of Facebook chat data into the system.

Motivation and Context
The existing system supports WhatsApp chats and Twitter tweets, but many users also export and analyze Facebook Messenger conversations. This new feature allows users to easily load and process Facebook Messenger chat data, expanding the platform’s capabilities and supporting more diverse use cases.

Dependencies
No new external dependencies are required for this change. The loader uses the Python json module, which is part of the standard library.

Did I fill in the tool.llamahub section in the pyproject.toml and provide a detailed README.md for my new integration or package?

  • Yes

Type of Change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Added new notebook (that tests end-to-end)
  • I stared at the code and made sure it makes sense

Suggested Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Sep 16, 2024
Copy link
Member

@masci masci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before we review, can you fix the tests? Thanks in advance!

@masci masci self-assigned this Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants