Jump to content

bot code help

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
https://linustechtips.com/topic/1255521-bot-code-help/
Share on other sites

Link to post
Share on other sites

...are you familiar with programming?

Community Standards || Tech News Posting Guidelines

---======================================================================---

CPU: R5 9600X || GPU: RX 9070 XT|| Memory: 32GB || Cooler: Peerless Assassin || PSU: RM850e|| Case: Lian Li A3

Link to comment
https://linustechtips.com/topic/1255521-bot-code-help/#findComment-14098102
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
https://linustechtips.com/topic/1255521-bot-code-help/#findComment-14098109
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
https://linustechtips.com/topic/1255521-bot-code-help/#findComment-14098119
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
https://linustechtips.com/topic/1255521-bot-code-help/#findComment-14098140
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
https://linustechtips.com/topic/1255521-bot-code-help/#findComment-14098198
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

×