Instagram bot written in Java for fun! 🤪
Follow me on Twitter or visit my web
- Setup your
config.properties
file, download here - Open terminal
- Run installation:
curl -sL https://github.com/jpomykala/javagram-bot/releases/download/1.0.2/install.sh | bash
- Start Javagram:
curl -sL https://github.com/jpomykala/javagram-bot/releases/download/1.0.2/javagram.sh | bash
property name | default | description |
---|---|---|
username | (required) | Instagram username (phone number or login) |
password | (required) | Instagram password |
likesPerDay | 100 | Number of photos to like per day |
tags | (required) | On which tags bout should like images |
startTime | 00:00 | Start program at the hour:time (format: HH:mm) |
endTime | 23:59 | End program at the hour:time (format: HH:mm) |
chanceToFollow | 0.0 | 1.0 follow user every time bot likes an image, 0.0 no chance to follow |
Example property file config.properties
Download here
username=your_instagram_username
password=your_instagram_password
likesPerDay=100
tags=github,programming
startTime=06:00
endTime=18:00
chanceToFollow=0.05
I got email from Instagram that someone uses my account on Samsung phone.
It's okey, this is Javagram bot :)
Let me know by creating a new issue.
- Easy run script
- Write more test (just as good practice :) )
- Remove unused requests and functions from forked code
- Add travis configuration
This code is in no way affiliated with, authorized, maintained, sponsored or endorsed by Instagram or any of its affiliates or subsidiaries. This is an independent and unofficial API. Use at your own risk. Source
Bot uses this Java client as main source and it is based on this source code. I decided to fork this repository and fix all main issues and add featutres just for fun. 🤠