All Projects → unclesaam → Social Network Harvester V1.0

unclesaam / Social Network Harvester V1.0

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Social Network Harvester V1.0

Network Avatar Picker
A npm module that returns user's social network avatar. Supported providers: facebook, instagram, twitter, tumblr, vimeo, github, youtube and gmail
Stars: ✭ 74 (+1380%)
Mutual labels:  youtube, twitter, facebook, social-network
Bash2mp4
Video Downloader for Termux .
Stars: ✭ 68 (+1260%)
Mutual labels:  youtube, twitter, facebook
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 (+940%)
Mutual labels:  youtube, twitter, facebook
Daily Coding Problem
Series of the problem 💯 and solution ✅ asked by Daily Coding problem👨‍🎓 website.
Stars: ✭ 90 (+1700%)
Mutual labels:  youtube, twitter, facebook
Easylogin
Login effortlessly with different social networks like Facebook, Twitter or Google Plus
Stars: ✭ 90 (+1700%)
Mutual labels:  twitter, facebook, social-network
Sharer.js
🔛 🔖 Create your own social share buttons. No jquery.
Stars: ✭ 1,624 (+32380%)
Mutual labels:  twitter, facebook, social-network
Skraper
Kotlin/Java library and cli tool for scraping posts and media from various sources with neither authorization nor full page rendering (Facebook, Instagram, Twitter, Youtube, Tiktok, Telegram, Twitch, Reddit, 9GAG, Pinterest, Flickr, Tumblr, IFunny, VK, Pikabu)
Stars: ✭ 72 (+1340%)
Mutual labels:  youtube, twitter, facebook
Django Graphql Social Auth
Python Social Auth support for Graphene Django
Stars: ✭ 90 (+1700%)
Mutual labels:  django, twitter, facebook
Reaper
Social media scraping / data collection tool for the Facebook, Twitter, Reddit, YouTube, Pinterest, and Tumblr APIs
Stars: ✭ 240 (+4700%)
Mutual labels:  youtube, twitter, facebook
Social Media Data Scripts
Stars: ✭ 188 (+3660%)
Mutual labels:  youtube, twitter, facebook
Social Post Bundle
Symfony bundle to publish status updates on Facebook, LinkedIn and Twitter.
Stars: ✭ 35 (+600%)
Mutual labels:  twitter, facebook, social-network
Laravel Social Auto Posting
🌈Laravel social auto posting
Stars: ✭ 306 (+6020%)
Mutual labels:  twitter, facebook, social-network
Social ids
Get user ids from social network handlers
Stars: ✭ 9 (+80%)
Mutual labels:  twitter, facebook, social-network
Feeds
Importiert Daten aus API-Quellen wie Facebook, Instagram, Twitter, YouTube, Vimeo oder RSS (ehemals YFeed)
Stars: ✭ 34 (+580%)
Mutual labels:  youtube, twitter, facebook
Ultimate Metatags
A large snippet for your page's <head> that includes all the meta tags you'll need for OPTIMAL sharing and SEO. Extensive work has been put into ensuring you have the optimal images for the most important social media platforms.
Stars: ✭ 24 (+380%)
Mutual labels:  twitter, facebook, social-network
Socialcounters
jQuery/PHP - Collection of Social Media APIs that display number of your social media fans. Facebook Likes, Twitter Followers, Instagram Followers, YouTube Subscribers, etc..
Stars: ✭ 104 (+1980%)
Mutual labels:  youtube, twitter, facebook
Embera
A Oembed consumer library, that gives you information about urls. It helps you replace urls to youtube or vimeo for example, with their html embed code. It has advanced features like offline support, responsive embeds and caching support.
Stars: ✭ 268 (+5260%)
Mutual labels:  youtube, twitter, facebook
Socialreaper
Social media scraping / data collection library for Facebook, Twitter, Reddit, YouTube, Pinterest, and Tumblr APIs
Stars: ✭ 338 (+6660%)
Mutual labels:  youtube, twitter, facebook
React Native Social Share
Use the iOS and Android native Twitter and Facebook share popup with React Native https://github.com/doefler/react-native-social-share
Stars: ✭ 405 (+8000%)
Mutual labels:  twitter, facebook
Play Pac4j
Security library for Play framework 2 in Java and Scala: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 375 (+7400%)
Mutual labels:  twitter, facebook

Social-Network-Harvester-v1.0

How to install the SNH on Ubuntu server v.14.04.4:

  1. Install the prerequisites:
  • sudo apt-get update
  • sudo apt-get upgrade
  • sudo apt-get install python3.5-dev libmysqlclient-dev python-pip
  1. Create a virtual environnement for python:
  • pip install virtualenv
  • sudo virtualenv py3env -p python3
  • source py3env/bin/activate
  1. Install python3 modules:
  • pip install mysqlclient
  • pip install django
  1. run the server in dev-mode:
  • cd Social-Network-Harvester-v1.0/Social-Network-Harvester-v1.0
  • python manage.py runserver
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].