DEV Community

Piyush Suthar
Piyush Suthar

Posted on

 

My Instagram Bot That Posts Covid-19 data.

Hey, This is going to be my first post on dev.to 😅. I'm not so good at writing content. But still, Let me share my Instagram bot.

Here's the account which I'm using. (Do-Follow)

Here's the source code on GitHub.

GitHub logo PiyushSuthar / instagram-covid-bot

A Bot made in NodeJs that posts Covid-19 data in Image Format on instagram...

Welcome to Instagram Covid-19 Bot 👋

Version License: MIT Twitter: piyushsthr HitCount

A Bot that post Covid-19 data in image format daily.

🏠 Homepage

Install

npm install
Enter fullscreen mode Exit fullscreen mode

Usage

Not recommended to use with primary account, as this isn't the official api.

Environment variables

IG_USERNAME= UserName
IG_PASSWORD= Password
IMAGE_URL= Image Url or use mine "https://covid-img.herokuapp.com/ig/"
npm run start
Enter fullscreen mode Exit fullscreen mode

Author

👤 Piyush Suthar

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator




Do follow me on Twitter and Github

Top comments (1)

Collapse
 
preyasprathap profile image
preyas prathap • Edited

That's cool
i also created similar bot instagram.com/coronatrackerbot/
using python and pillow

Need a better mental model for async/await?

Check out this classic DEV post on the subject.

⭐️🎀 JavaScript Visualized: Promises & Async/Await

async await