How I created a MEME bot using python

How I created a MEME bot using python

A Instagram Bot developed in Python who likes posts with #python3 and #javascript hashtag

ยท

1 min read

Hi ๐Ÿ‘‹, I'm Ananya

A passionate Software developer from India

ananya-0306

ananya-0306

Do you use Instagram? Do you want to know how to build an Instagram Bot? This will teach you how to automate Instagram activities with the help of an Instagram bot. Github Hashnode #hashnodebootcamp

Disclaimer: This code is for educational purposes only and the author is not responsible for any consequences resulted. Please do not try it if you do not agree with the condition.

Pre-requisites:

  • An Instagram account, which you will use to run the bot script.
  • Python
  • Instapy module in Python

Tweepy You can refer to the Instapy's documentation

Installation: pip install Instapy Important: Depending on your system, make sure to use pip3 and python3 instead. If you would like to install a specific version of Instapy you may do so with:

pip install instapy==0.1.1 Time to Code: You can find the code in instagrambot.py

LICENSE: Copyright (c) 2021 Ananya Chatterjee Inspiration @AyushiRawat Instagram-Bot Repository is licensed under the MIT License If you have any Queries or Suggestions, feel free to reach out to me.

Show some โค๏ธ by starring some of the repositories!

ย