Skip to content

prashant255/Social-Media-Aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LURKER : A Social Media Optimizer

With the advent of social media, it has become more important than ever to have a social media presence. Social media is a useful tool to keep up with your friends and with what’s going on around the world. However, with the increase of popularity of social media, it is easy to drown in a live feed that updates every second.

We propose a solution to categorise, summarise and group duplicates in one’s feed from accounts on multiple social media platforms. Categorisation would help the user choose the topic of interest to explore posts at any given time. All the posts under a topic, including images and video, would then be grouped and summarised. In this process, duplicate posts will also be detected and displayed together.

Requirements

  • Postgres
  • React js
  • Node js
  • Python

Setup

  • Installing dependencies
npm install --prefix ./backend/ #To load node modules for backe
npm install --prefix ./frontend/ #To load node modules for frontend
pip install -r nlp_server/requirements.txt #To install python requirements
  • Create a dev.env file in /backend/config/ using the dev.env.sample file.

  • Running the server Installing dependencies

npm start --prefix ./backend/ #To start backend on localhost:8080
npm start --prefix ./frontend/ #To start frontend on localhost:3000
cd nlp_server
python3 main.py #To start the python server

Screenshots

signup_page

about_page

category_select

link_social_media

category_results

duplicate_results

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •