All Projects → dzaytsev91 → Mygf Instagram

dzaytsev91 / Mygf Instagram

Licence: other
Like posts of my girlfriend's Instagram using web api, don't need any api key and access tokens just login and password

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mygf Instagram

Instabot.rb
An instagram bot works without instagram api, only needs your username and password. written in ruby
Stars: ✭ 149 (+6.43%)
Mutual labels:  instagram-api, bot, instagram
Instagram Bot Dm
Instagram bot to send direct messages
Stars: ✭ 101 (-27.86%)
Mutual labels:  instagram-api, bot, instagram
Instagram Followers Bot
A bot for Instagram. You can follow users using a tag or in a specific location, unfollow those who dont follow-you-back, and follow-back those who follow you
Stars: ✭ 149 (+6.43%)
Mutual labels:  instagram-api, bot, instagram
Instabotai
Instagram AI bot with face detection. It works without instagram api, need only login and password.
Stars: ✭ 181 (+29.29%)
Mutual labels:  instagram-api, bot, instagram
Socialmanagertools Igbot
🤖 📷 Instagram Bot made with love and nodejs
Stars: ✭ 699 (+399.29%)
Mutual labels:  instagram-api, bot, instagram
Onegram
This repository is no longer maintained.
Stars: ✭ 137 (-2.14%)
Mutual labels:  instagram-api, bot, instagram
Instauto
Simple to use wrapper around the private Instagram API, written in Python.
Stars: ✭ 52 (-62.86%)
Mutual labels:  instagram-api, bot, instagram
Instagram Bot
An Instagram bot developed using the Selenium Framework
Stars: ✭ 138 (-1.43%)
Mutual labels:  instagram-api, bot, instagram
Botogram
Just focus on your bots.
Stars: ✭ 106 (-24.29%)
Mutual labels:  bot, hacktoberfest
Sir Lancebot
A Discord bot started as a community project for Hacktoberfest 2018, later evolved to an introductory project for aspiring new developers starting out with open source development.
Stars: ✭ 105 (-25%)
Mutual labels:  bot, hacktoberfest
Madelineproto
Async PHP client/server API for the telegram MTProto protocol
Stars: ✭ 1,776 (+1168.57%)
Mutual labels:  bot, hacktoberfest
Discord.js
discord.js is a powerful Node.js module that allows you to easily interact with the Discord API.
Stars: ✭ 16,432 (+11637.14%)
Mutual labels:  bot, hacktoberfest
Ex gram
Telegram Bot API low level API and framework
Stars: ✭ 103 (-26.43%)
Mutual labels:  bot, hacktoberfest
Dtel
Telephone roleplay bot on Discord
Stars: ✭ 108 (-22.86%)
Mutual labels:  bot, hacktoberfest
Instagram api gem
A Ruby wrapper for the Instagram API
Stars: ✭ 100 (-28.57%)
Mutual labels:  instagram-api, instagram
Toolsig
toolsigv3.1 (Instagram Tools)
Stars: ✭ 121 (-13.57%)
Mutual labels:  instagram-api, instagram
Swiftagram
A modern Swift wrapper for Instagram Private API.
Stars: ✭ 100 (-28.57%)
Mutual labels:  instagram-api, instagram
Skeletonview
☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
Stars: ✭ 10,804 (+7617.14%)
Mutual labels:  hacktoberfest, instagram
Instagram Tools
Node.JS Instagram Tools
Stars: ✭ 127 (-9.29%)
Mutual labels:  bot, instagram
Instagram ssl pinning
Bypassing SSL Pinning in Instagram Android App
Stars: ✭ 135 (-3.57%)
Mutual labels:  instagram-api, instagram

What is it?

This is instagram bot for liking your girlfriend's instagram posts, just put it script in cron and you don't waste your time checking feed.

Written in python 3.

Configurations

Just call InstagramBot with 3 arguments

  • login - your login;
  • password - your password;
  • target - Instagram account name of your gf.

How to install and run:

  1. Clone this repo.
  2. Create virtual env.
  3. To install the project's dependencies, run command pip install -r requirements.txt.

Usage

Example of usage:

Just change password, login and target.

virtualenv -p python3 venv
. venv/bin/activate
pip install -r requirements.txt
python example.py login password gf_account_name

If you want to like more than one account, just pass it with comma separated, for example

python example.py login password gf_account_name,second_gf_account_name

Currently not supported

Possibility to like closed account

Plans

  1. Add possibility to like random images
  2. Send me all images that bot liked to messenger that I can check when it will be time for this
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].