All Projects → Krisseck → Hashtag-Wall-Server

Krisseck / Hashtag-Wall-Server

Licence: MIT license
Hashtag wall that displays posts from social media

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Hashtag-Wall-Server

Flutter-Photoarc-app
(Full-stack) Fully functional social media app (Instagram clone) written in flutter and dart with backend node.js and Postgres SQL.
Stars: ✭ 38 (+15.15%)
Mutual labels:  instagram, social-media
InstaCrawlR
Crawl public Instagram data using R scripts without API access token. See InstaCrawlR Instructions.pdf
Stars: ✭ 108 (+227.27%)
Mutual labels:  instagram, social-media
DaProfiler
DaProfiler allows you to create a profile on your target based in France only. The particularity of this program is its ability to find the e-mail addresses your target.
Stars: ✭ 58 (+75.76%)
Mutual labels:  instagram, social-media
apollo-instagram-clone
Apollogram | A place where you could share photos, like media, and follow peoples.
Stars: ✭ 24 (-27.27%)
Mutual labels:  instagram, social-media
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 (-9.09%)
Mutual labels:  instagram, social-media
social-media-profiler
Find information from Twitter, Instagram, LinkedIn and Google Search about a person.
Stars: ✭ 34 (+3.03%)
Mutual labels:  instagram, social-media
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 (+9.09%)
Mutual labels:  instagram, social-media
Socialmanagertools Igbot
🤖 📷 Instagram Bot made with love and nodejs
Stars: ✭ 699 (+2018.18%)
Mutual labels:  instagram, social-media
Intrinsic Image Popularity
The pytorch code of the paper "Intrinsic Image Popularity Assessment"
Stars: ✭ 179 (+442.42%)
Mutual labels:  instagram, social-media
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (+139.39%)
Mutual labels:  instagram, social-media
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 (+463.64%)
Mutual labels:  instagram, social-media
SocialApp-React-Native
Social Networking mobile app similar to Instagram in React Native.
Stars: ✭ 79 (+139.39%)
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 (+100%)
Mutual labels:  instagram, social-media
E4GL30S1NT
E4GL30S1NT - Simple Information Gathering Tool
Stars: ✭ 139 (+321.21%)
Mutual labels:  social-media
HabrSanitizer
HabroSanitizer - home for the Chrome/Firefox extension to sanitize Habr.com (habarahabr) from the graphomaniac authors
Stars: ✭ 101 (+206.06%)
Mutual labels:  social-media
Slack
[READ ONLY] Subtree split of the SocialiteProviders/Slack Provider (see SocialiteProviders/Providers)
Stars: ✭ 11 (-66.67%)
Mutual labels:  social-media
Instagram2Fedi
Python script for crossposting from Instagram to Mastodon or Pixelfed
Stars: ✭ 45 (+36.36%)
Mutual labels:  instagram
SocialMediaAppForFoodies
This is a Social networking android app for food lovers. It is a way to connect with other foodies and grow your network of friends and followers. In this app we can, 1.Users can create their own account and maintain it. 2.Post the Recipes with image and Description. 3.Followers can like and Comment on your post 4.Home screen with your and whom …
Stars: ✭ 40 (+21.21%)
Mutual labels:  instagram
Insta-Bot
Python bot using Selenium increasing Instagram Followers.
Stars: ✭ 62 (+87.88%)
Mutual labels:  instagram
rreddit
𝐫⟋ Get Reddit data
Stars: ✭ 49 (+48.48%)
Mutual labels:  social-media

Hashtag Wall Server

Hashtag Wall Client Example

dependencies travis-ci contributions welcome

Hashtag wall that displays posts from several social media sources. You can specify the hashtag to monitor and the server collects these posts. Example client website can be found at https://github.com/Krisseck/Hashtag-Wall-Client

This is the server component of the wall. It's a node.js express server that provides a JSON API for displaying the social media posts.

Demo

Client: http://hashtag.polso.info

API: http://hashtag.polso.info:8080/posts

Admin: http://hashtag.polso.info:8080/admin (username: admin, password: password)

Features

  • Cron process that fetches the social media posts
  • Supports multiple social media platforms (currently Instagram & Twitter)
  • Admin interface for displaying and deleting posts
  • Ignore specific user's posts

Requirements

  • Tested with Node.js v10.13.0 (LTS), should work with other 10.x versions aswell.
  • Yarn
  • MySQL-server

Install

Run yarnto install dependencies

Copy config.js.example to config.js and change the values as needed.

To install database tables, run:

node install-dbs.js

Note: Running this script will drop the tables if already existing!

Running the server

app.js is the main API server.

cron.js is the background process that fetches the social media posts.

You can run these scripts with just node app.js and node cron.js, although I recommend using a process manager like PM2. Then the commands will be:

pm2 start app.js
pm2 start cron.js

Hosting

Need help with the project or looking for hosting? Contact me at [email protected]

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].