Project Kedy, An Instagram Bot Automatically Shares Random Cat Images
- Go to
https://thecatapi.com/signup
website - Sign up (Completely free)
- Select free plan
- Copy the key
- Create an empty file and name as
config.js
- Copy sample config text to it
module.exports = { username: 'USERNAME-HERE', password: 'PASSWORD-HERE', customCaption: "CUSTOM-CAPTION-HERE", apiKey: 'API-KEY-HERE', count: 5, delay: 20, breedMessage: true };
- Update the config file according to your information (See
All Config Fields
for more information)
- Create an empty folder
- Open Command Prompt in folder and type
git clone https://github.com/xKenpar/project-kedy.git
- After that, type
npm install
to install necessary libraries (REQUIRES NODEJS AND NPM) - Copy the configuration file you made into
src
folder - Lastly, type
npm start
to start the bot. (Make sure you created the config file)
- username : NECESSARY Username of instagram account
- password : NECESSARY Password of instagram account
- apiKey : NECESSARY Api Key you got from
https://thecatapi.com
- count : NECESSARY Count of posts to be shared
- delay : NECESSARY Delay between post sharing
- customCaption : OPTIONAL Custom Caption
- breedMessage : OPTIONAL Message shows breed of cat