Jump to content

bot code help

Guest

hello, I want to make a bot on instagram that follows and likes posts of people who post with a tag. so if someone posts a photo/video with the tag fortnite, the post will automatically be liked. How would i code this and are there tools for this already available. (i really want to code it myself tho)

Link to comment
Share on other sites

Link to post
Share on other sites

It's against Instagram's terms of service (my bold):

https://help.instagram.com/581066165581870?ref=dp

Quote

You can't attempt to create accounts or access or collect information in unauthorized ways.
This includes creating accounts or collecting information in an automated way without our express permission.

 

 

As such, no API is available so you're going to be dealing with web-scraping, which is a pain, discouraged, and sometimes doesn't work at all.

____________________________________________________________________________________________________________________________________

 

 

____________________________________________________________________________________________________________________________________

pythonmegapixel

into tech, public transport and architecture // amateur programmer // youtuber // beginner photographer

Thanks for reading all this by the way!

By the way, my desktop is a docked laptop. Get over it, No seriously, I have an exterrnal monitor, keyboard, mouse, headset, ethernet and cooling fans all connected. Using it feels no different to a desktop, it works for several hours if the power goes out, and disconnecting just a few cables gives me something I can take on the go. There's enough power for all games I play and it even copes with basic (and some not-so-basic) video editing. Give it a go - you might just love it.

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, pythonmegapixel said:

It's against Instagram's terms of service (my bold):

https://help.instagram.com/581066165581870?ref=dp

 

 

As such, no API is available so you're going to be dealing with web-scraping, which is a pain, discouraged, and sometimes doesn't work at all.

there are so much bots out there that send you links and shit.

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, fffkylian said:

there are so much bots out there that send you links and shit.

That doesn't stop it being against the terms of service...

 

From a technical standpoint, it can be done, but all manner of things could break it and you need to be reasonably familiar with a suitable programming language.

 

Are you familiar with Python, for example?

____________________________________________________________________________________________________________________________________

 

 

____________________________________________________________________________________________________________________________________

pythonmegapixel

into tech, public transport and architecture // amateur programmer // youtuber // beginner photographer

Thanks for reading all this by the way!

By the way, my desktop is a docked laptop. Get over it, No seriously, I have an exterrnal monitor, keyboard, mouse, headset, ethernet and cooling fans all connected. Using it feels no different to a desktop, it works for several hours if the power goes out, and disconnecting just a few cables gives me something I can take on the go. There's enough power for all games I play and it even copes with basic (and some not-so-basic) video editing. Give it a go - you might just love it.

Link to comment
Share on other sites

Link to post
Share on other sites

10 minutes ago, pythonmegapixel said:

That doesn't stop it being against the terms of service...

 

From a technical standpoint, it can be done, but all manner of things could break it and you need to be reasonably familiar with a suitable programming language.

 

Are you familiar with Python, for example?

no. Im a tiny bit familiar with javascript  but know barely anything

Link to comment
Share on other sites

Link to post
Share on other sites

12 hours ago, fffkylian said:

Im a tiny bit familiar with javascript  but know barely anything

I'd suggest you take some time to learn python and web scrapping before you tackle this goal. Start small :) 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×