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 committed Dec 22, 2017
1 parent ab3ec2c commit 1ba92e6
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 friend's Instagram post and notify you on your Sl

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 1ba92e6

Please sign in to comment.