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

Revert "Fixed Crone Job -> cronjob in README" #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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