Code Monkey home page Code Monkey logo

instagrambot.github.io_old's Introduction

Instabot

Cool Instagram scripts for promotion and API wrapper. Written in Python.

Instabot is better than other open-source bots!


Telegram Chat Build Status

As you may know, Instagram closed its API in summer 2016. This Python module can do the same things without any effort.

What is it?

Instabot is a module for the Python language, which not only implements the wrapper over the Instagram API, but also various useful functions, such as "subscribe to the list of people", "like photos by hashtags", "unsubscribe from non-followers" and so on. Instabot is smart enough: read, for example, how it filters people on which it is going to subscribe.

Ask a Question

  • For error messages, use this page.
  • If you have questions or would like to share your experience using Instabot, please write to our Telegram.
  • You can find answers to the most popular questions here.

Installation

You can read the instructions for installing Instabot, following the link below.

How to use

Read the instructions for use here.

Update

Since the Instabot project is young and actively developing, updates will come out quite often. So if you stumble upon an error, do not rush to bang: try to update Instabot - maybe this error has already been corrected.

pip install -U instabot

Developers

Developers better read the documentation.

instagrambot.github.io_old's People

Contributors

gritsyuk avatar iamjagjeetubhi avatar ohld avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

instagrambot.github.io_old's Issues

Landing page content.

We need to think about what things should be mentioned in the Landing page.
Ideas:

  • Small introduction
  • Main features
  • FAQ
  • Small code sample
  • How to run examples
  • How Instabot filter users to follow

Any ideas or content recommendations?

Landing FAQ (Rus)

Here will be posted FAQ and their answers.

Как запустить бота?

Для начала вам нужно его установить. Потом перейдите в папку с примерами и запустите любой скрипт через командную строку, например:

python like_hashtags.py

Если скрипту необходимо передать какие-нибудь параметры для запуска, например, список хэштегов для лайкинга, то скрипт это вам так и выведет. На примере с тем же like_hashtags.py, он выведет:

Usage: Pass hashtags to like
Example: python like_hashtags.py dog cat

Сразу становится понятно, как работать с этим скриптом. Например, если вы хотите пролайкать последние медиа с хэштегом #cat или #dog, то выполните:

python like_hashtags.py cat dog

Где мне вводить логин и пароль от акаунта инстаграмм?

Их можно вовсе не указывать: бот сам попросит их ввести при первом запуске. Они сохранятся в файл secret.txt и будут подгружаться оттуда при дальнейших запусках. Вы также можете их передавать вручную в функцию login():

bot.login(username=«my_username», password=«my_password»)

При вводе логина и пароля акаунта Инстаграмм, куда они отправляются?отправляются ли удалённо ?

Введенные логин и пароль сохраняются локально на Вашем компьютере в файл secret.txt. Он никуда не передается.

Забанят ли мой акаунт инстаграмм?

Instabot имеет лимиты как на количество подписок / лайков / комментариев и тд в день, так и на частоту запросов - например, не подписываться слишком быстро. В Instabot уже встроены свои лимиты, которые гарантируют безопасное использование. Вы можете выставить свои значения, однако будьте аккуратны. Поболее подробнее про это можно почитать здесь (сделать страницу с описанием этих параметров и способах изменения).

Я хочу что бы бот отписался от акаунтов , которые не ответили взаимной подпиской.

Для Вашей задачи подойдет уже написанный скрипт, который лежит в папке examples: unfollow_non_followes.py. Просто перейдите папку с этим скриптом на вашем компьютере и выполните в терминале

python unfollow_non_followers.py 

Я хочу, чтобы бот ставил лайки постам с хештегами, которые я перечислю.

Все опять же очень просто! Запустите пример like_hashtags.py, например, вот так:

python like_hashtags.py dog cat

Как мне организовать автопостинг фото в Инстаграм?

Для этого у нас есть папочка в примерах. Ниже на этой же странице Вы найдете, как настраивать и запускать автопостинг.

Автопостинг публикует только фото или описание и хештеги тоже?

Можно ли через автопостинг публиковать видео?

Увы, нет. Это бы увеличило размеры проекта в несколько раз.

Можно ли публиковать через автопостинг материалы в формате "карусель"?

Не пробовали. Хз, если честно.

Clear the repo

@iamjagjeetubhi Take a look at repository folder. There are a lot of folders. Please, clean it up.

For example, put every language folder into lang (or smth) folder.

Make repo looks clean!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.