Skip to content

Commit

Permalink
Updated to include Instagram
Browse files Browse the repository at this point in the history
  • Loading branch information
raspberrycoulis committed Mar 14, 2017
1 parent eef6afa commit bb746e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,8 +1,8 @@
# Raspberry Pi Social Media Bot
Python scripts that check your Twitter and Facebook followers and sends you Slack notifications with the totals.
Python scripts that check your Twitter, Facebook and Instagram followers and sends you Slack notifications with the totals.

## Pre-Requisites
There are two Python scripts in here - one is for checking Twitter and the other for Facebook. To access Twitter's API, you will need to install Tweepy - Twitter for Python by doing the following:
There are three Python scripts in here - one is for checking Twitter, one for Facebook and the other for Instagram. To access Twitter's API, you will need to install Tweepy - Twitter for Python by doing the following:

sudo pip install tweepy

Expand All @@ -15,7 +15,7 @@ Once you have installed Tweepy, you will need to clone this repository, done sim

git clone https://github.com/raspberrycoulis/raspberrypi-socialmedia-bot.git

You'll then need to add the necessary parts to each script as follows.
You'll then need to add the necessary parts to the `config.py` script as follows.

## Configuration File
To keep things simple, I have created a global `config.py` file that you will need to update before **any** script will work. You will need to add the relevant webhooks, API keys, tokens, secrets, account names and ID's etc. in this file first. Further instructions are given in the comments of this file.
Expand Down

0 comments on commit bb746e2

Please sign in to comment.