All Projects β†’ pandrey2003 β†’ social-media-profiler

pandrey2003 / social-media-profiler

Licence: MIT License
Find information from Twitter, Instagram, LinkedIn and Google Search about a person.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to social-media-profiler

Social-Media-Monitor
Automatically monitor and log fan counters from social media(Facebook Pages, Twitter, Instagram, YouTube, Google+, OneSignal, Alexa) using APIs to Google Spreadsheet. Very useful for website admins and social media managers.
Stars: ✭ 36 (+5.88%)
Mutual labels:  instagram, social-media, twitter
Social-Media-Automation
Automate social media because you don't have to be active on all of themπŸ˜‰. Best way to be active on all social media without actually being active on them. πŸ˜ƒ
Stars: ✭ 186 (+447.06%)
Mutual labels:  instagram, social-media, linkedin
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (+132.35%)
Mutual labels:  instagram, social-media, twitter
Socioboard 4.0
Socioboard is world's first and open source Social Technology Enabler. Socioboard Core is our flagship product.
Stars: ✭ 475 (+1297.06%)
Mutual labels:  social-media, twitter, linkedin
Social Media Profiles Regexs
πŸ“‡ Extract social media profiles and more with regular expressions
Stars: ✭ 324 (+852.94%)
Mutual labels:  instagram, twitter, linkedin
Keyring
Keyring is an authentication framework for WordPress. It comes with definitions for a variety of HTTP Basic, OAuth1 and OAuth2 web services. Use it as a common foundation for working with other web services from within WordPress code.
Stars: ✭ 52 (+52.94%)
Mutual labels:  instagram, twitter, linkedin
Social Login Helper Deprecated
A simple android library to easily implement social login into your android project
Stars: ✭ 81 (+138.24%)
Mutual labels:  instagram, twitter, linkedin
LinkedIn Scraper
πŸ™‹ A Selenium based automated program that scrapes profiles data,stores in CSV,follows them and saves their profile in PDF.
Stars: ✭ 25 (-26.47%)
Mutual labels:  social-media, linkedin
Devise-Omniauth-Multiple-Providers
Devise Multiple Omniauth Providers
Stars: ✭ 34 (+0%)
Mutual labels:  social-media, linkedin
Wordle2Townscaper
Wordle2Townscaper is meant to convert Wordle tweets into Townscaper houses using yellow and green building blocks.
Stars: ✭ 64 (+88.24%)
Mutual labels:  social-media, twitter
SocialApp-React-Native
Social Networking mobile app similar to Instagram in React Native.
Stars: ✭ 79 (+132.35%)
Mutual labels:  instagram, social-media
social-media-hacker-list
Growing list of apps and tools for enhancing social media experiences.
Stars: ✭ 198 (+482.35%)
Mutual labels:  social-media, linkedin
social-post-api
Social Media API: Automate Posting and Analytics to Social Networks like Instagram, TikTok, Twitter, Facebook, LinkedIn, Reddit, YouTube, and Telegram
Stars: ✭ 38 (+11.76%)
Mutual labels:  social-media, linkedin
crabber
A Twitter clone written in Python + Flask with extended features and a focus on inclusivity.
Stars: ✭ 42 (+23.53%)
Mutual labels:  social-media, twitter
Gatsby Remark Embedder
Gatsby Remark plugin to embed well known services by their URL.
Stars: ✭ 245 (+620.59%)
Mutual labels:  instagram, twitter
Swiftui Animation
SwiftUI Animation
Stars: ✭ 233 (+585.29%)
Mutual labels:  instagram, linkedin
Nallagram
Nallagram is an open source social networking platform where users can share their views on various topics and interact among people in which they create, share, and/or exchange information and ideas in virtual communities and networks.
Stars: ✭ 30 (-11.76%)
Mutual labels:  instagram, social-media
Whizzz-The-ChatApp
Whizzz is a real-time, one-to-one Android chat application made using Firebase, a beautiful user interface, and a push-notification feature.
Stars: ✭ 66 (+94.12%)
Mutual labels:  instagram, social-media
Socioboard-5.0
Socioboard is world's first and open source Social Technology Enabler. Socioboard Core is our flagship product.
Stars: ✭ 663 (+1850%)
Mutual labels:  social-media, linkedin
Hashtag-Wall-Server
Hashtag wall that displays posts from social media
Stars: ✭ 33 (-2.94%)
Mutual labels:  instagram, social-media

SocialMediaProfiler

https://travis-ci.com/pandrey2003/social-media-profiler.svg?branch=master CodeFactor Documentation Status

A GUI app to find social media information about any person on the world and put it into a neat PDF report.

My dear visitor...

As you are reading this text, I can safely assume you're willing to find social media information about some person.

I have several questions for you. What if you could...

  • spend only 20-40 secs to retrieve your information from Twitter, Instagram, LinkedIn and Google Search;
  • get the information you need as you know there're pretty advanced sorting algorithms;
  • get the information in a neat PDF file with according links and pictures

Sounds like a miracle, but that's exactly why we are here for you: to get, analyze and visualize the information you need.

How does it look in practice?

https://user-images.githubusercontent.com/64363269/101992093-6c635e80-3cb9-11eb-9658-74677e10b019.png

https://user-images.githubusercontent.com/64363269/101992113-869d3c80-3cb9-11eb-8137-dd88cabef31d.png

https://user-images.githubusercontent.com/64363269/101992119-9452c200-3cb9-11eb-840c-259f8527aed8.png

https://user-images.githubusercontent.com/64363269/102230902-14656b80-3ef6-11eb-86b4-5e4426075750.png

We all like to see in action, so check out the file here, if you want.

Installation

Clone this repository on your PC using git.

git clone https://github.com/pandrey2003/dossier-builder.git

Usage

All this beauty takes several steps...

  1. Create the .env file into the app/backend/scraping directory with the following credentials:
GOOGLE_DEVELOPER_KEY=
GOOGLE_CSE_ID=
IPSTACK_API_KEY=
LINKEDIN_LOGIN=
LINKEDIN_PASSWORD=
INSTAGRAM_LOGIN=
INSTAGRAM_PASSWORD=
TWITTER_API_KEY=
TWITTER_API_SECRET=
TWITTER_ACCESS_TOKEN=
TWITTER_ACCESS_SECRET=

Explanation on the provided credentials can be read on the bottom of the README. The setup happens only once.

Note: the caching algorithm has been enabled for Instagram interaction, which allows you to renew your cache settings only once per 2 months. LinkedIn throttling limit is 900 API calls/hour.

  1. Install all the dependencies from Pipfile and Pipfile.lock using pipenv:
pipenv install
  1. Activate the pipenv environment:
pipenv shell
  1. Run the run.py file (opens GUI).
  2. Enter as many fields about the desired person as possible (below you can see more explanations if needed).
  3. Choose the PDF output directory by clicking the according button.

7. Click the submit button and observe the progress bar (normally takes 20-40 seconds to scrape, filter and visualize the data about the desired person).

How does it look interactively?

Take a look at an example of finding information about Sergey Bubka (YouTube link):

https://img.youtube.com/vi/P3cUlp-FdYM/0.jpg

How does GUI look like?

The initial GUI window looks like this:

https://user-images.githubusercontent.com/64363269/101991905-6620b280-3cb8-11eb-953a-f29e98bd2b38.png

However, you may get confused about what you should write in each field, see the explanation on the bottom of the README.

Explanations on environment variables

  • GOOGLE_DEVELOPER_KEY is your API key from the Google Developers platform.
  • GOOGLE_CSE_ID is your Google Custom Search Engine ID (you have to set it up to search the info all around the web).
  • IPSTACK_API_KEY is your API key from ipstack. If you do not have it, this is a 2-minute procedure.
  • LINKEDIN_LOGIN and LINKEDIN_PASSWORD are the login and the password to your LinkedIn profile (no API-related credentials needed).
  • INSTAGRAM_LOGIN and INSTAGRAM_PASSWORD are the login and the password to your Instagram profile (no API-related credentials needed).
  • For the following Twitter credentials, you have to create an app at Twitter Developers Portal. After this, you get TWITTER_API_KEY and TWITTER_API_SECRET from your app page. Your access token and access token secret can be received using the tweepy library. In case you do not know how to get it, watch this tutorial up to 12:45 minutes. The access token and the access token secret are permanent, so this set up happens only once.

Advanced explanation on GUI input

https://user-images.githubusercontent.com/64363269/102231548-c2711580-3ef6-11eb-8e22-42fffd9402d0.png

  • The field 1 - an ordinary input field, look at the label on the left to know which information you should enter. Fields "First name", "Last name" and "Location" are very recommended to be filled.
  • The field 2 - the additional information selector (used for searching on Google Search), the field 3 - the additional information input. To put it simple for 2 and 3, let's say you want to find the profile pandrey2003 on GitHub. In this case, you write selector, "GitHub", into the field 2 and the profile name, "pandrey2003", into the field 3. Note: fields 2 and 3 are totally optional.
  • The button 4 is used to choose the PDF output directory on your PC. Mandatory: visualization is an essential logical part of the app.
  • The button 5 sends all your input data and the output directory to the logical part of the project. Press on it when you are sure you have entered all the necessary information.
  • The progress bar 6 reflects the progress of the logical part of the project (no your interaction, just to see the progress). 2% means scraping has already started, 60% means scraping has been done and your data is being analyzed, 75% indicates analysis has been done and the data is being visualized, 100% - you can see the PDF file in the requested directory.

Awards

This project has been successfully defended as a scientific one and received the 2nd absolute place in Ukraine. Link to the work. All those wins would have been impossible but for the people who had helped me.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].