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
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
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.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|