An Instragram Bot which post daily any random cat image with random cat fact. Its fetches cat image and cat fact using third party api. using cron we can schedule it to run daily or periodically 🕐 at pre-determined intervals.
git clone https://github.com/vinodnimbalkar/cat-bot.git
cd cat-bot
npm install
- Create a new .env file in root folder.
- Set username and password in file
- Check dotenv for How to set and use environment variables.
npm start
Feel free to open an issue (or even better, send a Pull Request). Contributions are very welcome!! 😄