Skip to content

LLM Facebook Browser Extension for extract facebook data.

Notifications You must be signed in to change notification settings

ocseckin/NewsBridgeExtended

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News Bridge Logo

News Bridge - AI-Powered Social Media Extension

Transform your Facebook and X (Twitter) experience with NewsBridge!

This innovative AI browser extension utilizes a retrieval-augmented large language model (LLM) to identify low-credibility posts on Facebook and X and generate thoughtful responses aimed at bridging political divides. By referencing a reliable news database updated every two hours, the extension ensures your replies are informed and relevant.

Key Features:

  • Credibility Detection: Automatically highlights posts with low credibility.
  • Informed Responses: Generate responses based on the latest news and data to foster meaningful conversations.
  • Reliable Sources: Continuously updated news database every two hours to ensure accuracy.
  • Political Perspectives: Automatically detects political posts by keyword search and generates side-by-side Democrat and Republican perspectives to show different viewpoints when clicked on "Review" button.
  • Multi-Platform Support: Works on Facebook and X (Twitter).

Important Usage Notes:

  1. Beta Version: This extension is currently in development and is being continuously improved.
  2. Verification Required: Large Language Models (LLMs) can occasionally produce errors. Always verify critical information before sharing.

LLM Details:

  • Current Model: The extension currently uses OpenAI’s Web Search endpoint and GPT-4.1 model for comment generation. Users need to input their own OpenAI API keys, to generate the responses.
  • Future Plans: We are actively working on integrating other OpenAI models and open-source alternatives as funding allows.

Middleware

  1. Currently the middleware is used for only the store the response from users.

Where the data is stored?

The data is stored in a google excel sheet, It with the osome.developer@gmail.com.

What Facebook HTML elements used to extract the posts

Please refer here to update the platformConfig.js if there is change happened to Facebook HTML elements.

Political Perspectives Feature

When a post contains political keywords (defined in chrome_extension/config/keywords.json) and has no external URLs, the extension generates two AI perspectives:

  • Democrat Perspective: Analysis from a liberal viewpoint
  • Republican Perspective: Analysis from a conservative viewpoint

About

LLM Facebook Browser Extension for extract facebook data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.3%
  • HTML 11.7%
  • Python 8.0%