PHP Classes

PHP Instagram Feed Notification: Send Instagram posts by email

Recommend this page to a friend!

  Author Author  
Picture of Chun-Sheng, Li
Name: Chun-Sheng, Li <contact>
Classes: 14 packages by
Country: Taiwan Taiwan
Innovation award
Innovation award
Nominee: 7x

Winner: 1x


  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
This package can send Instagram posts by email.

It provides classes that store posts retrieved from an Instagram user feed in a database table.

The package can also return posts stored in the database and send them to a given email address.

The package retrieves the destination email address of these messages from environment variables.

Details

ig-feed-notification

Introduction

This is the simple web service and it can send the latest Instagram feed with specific user via SMTP server.

Requirements

  • php>=5.6
  • Composer
  • SMTP server
  • MySQL/MariaDB

Usage

  • Clone the repository.
git clone https://github.com/peter279k/ig-feed-notification

  • Download composer and install the required dependencies.
php composer.phar install -n

  • Copy the `.env.example` to `.env` and set the DB host, driver, database name, user name, user password, mail host, user name and password.
cp .env.example .env

  • Copy the `phinx.yml.example` to `phinx.yml` and remember to set the database name, user name and password in the production block.
cp phinx.yml.example phinx.yml

  • Execute the database migration in the project root path.
php vendor/bin/phinx migrate

  • Visit the `index.php` via the web browser.
http://host-name-or-ip-address/ig-feed-notification/index.php

  • That's all. Enjoy it!

  Classes of Chun-Sheng, Li  >  PHP Instagram Feed Notification  >  Download Download .zip .tar.gz  >  Support forum Support forum  >  Blog Blog (1)  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: PHP Instagram Feed Notification
Base name: ig-feed-notification
Description: Send Instagram posts by email
Version: 1.0.0
PHP version: 5
License: MIT/X Consortium License
 
  Groups   Applications   Files Files  

  Groups  
Group folder image Email Email sending and receiving View top rated classes
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Social Networking Tools and components to integrate with social networking sites View top rated classes


  Innovation Award  
PHP Programming Innovation award nominee
November 2022
Nominee
Vote
Some people avoid spending too much time on social networks when they consider those social networks a distraction that is not worth their time.

Still, those who want to follow specific profiles would prefer following those profiles if they did not have to go daily to the profile pages.

This package provides a solution that sends email messages only when new posts of specific Instagram profiles are published.

Manuel Lemos

  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.

  Files folder image Files  
File Role Description
Files folder imagedb (1 directory)
Files folder imagesrc (2 files)
Accessible without login Plain text file .env.example Data Auxiliary data
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file index.php Example Example script
Accessible without login Plain text file phinx.yml.example Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files  /  db  
File Role Description
Files folder imagemigrations (1 file)

  Files folder image Files  /  db  /  migrations  
File Role Description
  Plain text file 20180805152948_initial_post_record.php Class Class source

  Files folder image Files  /  src  
File Role Description
  Plain text file CheckIgPost.php Class Class source
  Plain text file SendMail.php Class Class source

Install with Composer Install with Composer - Download Download all files: ig-feed-notification.tar.gz ig-feed-notification.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.