The-Data-Alchemists-Manipal / MindWave

MindWave is an open-source project designed for beginners to learn about data science, machine learning, deep learning, and reinforcement learning algorithms using Python. The project offers a platform for implementing relevant algorithms, with open-source tools and libraries.
MIT License
96 stars 145 forks source link

[GSSOC '23]: Instagram Liker Bot #690

Open sujanrupu opened 11 months ago

sujanrupu commented 11 months ago

Instagram Liker Bot

Given a username if the Instagram account is public or the posts are accessible to the operator, will auto-like all the posts on behalf and exit. Instructions to use:

Once we run the program, web driver will start the default browser under automated software (here we use chrome).

Then it will ask for the username and password for the account that will be used to give the likes.

Then it will automatically go to the search bar, and ask for the username of the person whose post you want to like.

After pressing enter, it will automatically open the Instagram account of the user and keep liking every available uploaded post.

Once done, it will close the posts itself.

Modules and tools used:

Selenium, getpass and time

khusheekapoor commented 11 months ago

@sujanrupu - you can go ahead! We are assigning you 21 days for this project, after which it will be assigned to someone else if not completed. All the best! Name the file as: algorithm_dataset.ipynb and link it in the readme of the labeled directory as algorithm - dataset.