Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Commit

Permalink
Revert "Fixed Crone Job -> cronjob in README"
Browse files Browse the repository at this point in the history
This reverts commit 10f647f.
  • Loading branch information
jescalan authored and Jeff Escalante committed Feb 20, 2018
1 parent 4136cd0 commit 1c231e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Bot to automatically like your friends' Instagram posts, and notify you on your

How does it work?
================
This script runs Instagram API every 15mins (cronjob) and checks for any new Instagram post for a paticular `user_id`. If a new a post is found it likes the post and sends a notification to your configured Slack channel using Slack Webhooks.
This script runs Instagram API every 15mins (Crone Job) and checks for any new Instagram post for a paticular `user_id`. If a new a post is found it likes the post and sends a notification to your configured Slack channel using Slack Webhooks.

Installation
===============
Expand Down Expand Up @@ -39,11 +39,11 @@ Deploy to Heroku

http://<HEROKU_URL>.herokuapp.com/run

Setting up Cron Job
===================
Setting up Crone Job
================

- create an account [cron-job.org](https://cron-job.org/en/)
- create a cronjob
- create a cronejob
- paste the url `http://<HEROKU_URL>.herokuapp.com/run` in address
- schedule every `15 mins`

Expand Down

0 comments on commit 1c231e3

Please sign in to comment.