Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 2.42 KB

README.md

File metadata and controls

64 lines (50 loc) · 2.42 KB

Cover

Instagram bot written in Java for fun! 🤪

Follow me on Twitter or visit my web

🚀 Usage

  1. Setup your config.properties file, download here
  2. Open terminal
  3. Run installation:
curl -sL https://github.com/jpomykala/javagram-bot/releases/download/1.0.2/install.sh | bash
  1. Start Javagram:
curl -sL https://github.com/jpomykala/javagram-bot/releases/download/1.0.2/javagram.sh | bash

🛠 Configuration

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

Troubleshooting

I got email from Instagram that someone uses my account on Samsung phone.

It's okey, this is Javagram bot :)

⚡️ Need more features?

Let me know by creating a new issue.

Feature development

  • Easy run script
  • Write more test (just as good practice :) )
  • Remove unused requests and functions from forked code
  • Add travis configuration

👩‍⚖️ Legal

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

Credits

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. 🤠