notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-instabot Instagram bot scripts and API wrapper
0.117.0_4 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.117.0_4Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-02-28 21:35:35
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
Also Listed In: python
License: APACHE20
WWW:
https://github.com/instagrambot/instabot
Description:
Instabot is a Python module, which not only implements the wrapper over the Instagram API, but also various useful functions.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}instabot>0:www/py-instabot@${PY_FLAVOR}
To install the port:
cd /usr/ports/www/py-instabot/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-instabot
  • pkg install py39-instabot
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-instabot listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-instabot
Package flavors (<flavor>: <package>)
  • py39: py39-instabot
distinfo:
TIMESTAMP = 1589818823 SHA256 (instabot-0.117.0.tar.gz) = 0df4f4fe1d44c0f56a816cb7b67094fb9fd77eeaaa189bc904f91338da3531c9 SIZE (instabot-0.117.0.tar.gz) = 84374

Packages (timestamps in pop-ups are UTC):
py39-instabot
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.117.0_40.117.0_4-0.117.0_40.117.0_4---
FreeBSD:13:quarterly0.117.0_40.117.0_4--0.117.0_4-0.117.0_4-
FreeBSD:14:latest0.117.0_40.117.0_4-0.117.0_40.117.0_4---
FreeBSD:14:quarterly0.117.0_40.117.0_4--0.117.0_4-0.117.0_4-
FreeBSD:15:latest0.117.0_40.117.0_4n/a0.117.0_4n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-certifi>=2019.11.28 : security/py-certifi@py39
  2. py39-chardet>=3.0.4,1 : textproc/py-chardet@py39
  3. py39-future>=0.18.2 : devel/py-future@py39
  4. py39-huepy>=1.2.1 : misc/py-huepy@py39
  5. py39-idna>=2.8 : dns/py-idna@py39
  6. py39-mock>=3.0.5 : devel/py-mock@py39
  7. py39-moviepy>=1.0.1 : multimedia/py-moviepy@py39
  8. py39-pillow>=6.2.2 : graphics/py-pillow@py39
  9. py39-pysocks>=1.7.1 : net/py-pysocks@py39
  10. py39-pytz>=2019.3,1 : devel/py-pytz@py39
  11. py39-requests>=2.22.0 : www/py-requests@py39
  12. py39-requests-toolbelt>=0.9.1 : www/py-requests-toolbelt@py39
  13. py39-responses>=0.10.9 : devel/py-responses@py39
  14. py39-schedule>=0.6.0 : devel/py-schedule@py39
  15. py39-six>=1.14.0 : devel/py-six@py39
  16. py39-tqdm>=4.41.1 : misc/py-tqdm@py39
  17. py39-urllib3>=1.25.7,1 : net/py-urllib3@py39
  18. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  19. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_py-instabot
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/i/instabot/
  2. https://pypi.org/packages/source/i/instabot/
Collapse this list.

Number of commits found: 95

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.117.0_4
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
0.117.0_4
25 Apr 2023 15:17:15
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 files touched by this commit
Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
0.117.0_3
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
0.117.0_2
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.117.0_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.117.0_2
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.117.0_2
16 Jun 2022 14:33:08
commit hash: 8d838c5c5827e7ce7636fa20f9b568cb37defd25commit hash: 8d838c5c5827e7ce7636fa20f9b568cb37defd25commit hash: 8d838c5c5827e7ce7636fa20f9b568cb37defd25commit hash: 8d838c5c5827e7ce7636fa20f9b568cb37defd25 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-instabot: Update USES=python

multimedia/py-moviepy requires Python 3.8+
0.117.0_2
25 Mar 2022 13:37:20
commit hash: 42f449ea71b8354464737d34180c97bd102c5db4commit hash: 42f449ea71b8354464737d34180c97bd102c5db4commit hash: 42f449ea71b8354464737d34180c97bd102c5db4commit hash: 42f449ea71b8354464737d34180c97bd102c5db4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-instabot: Do not install tests module

- Bump PORTREVISION for package change

PR:		262759
Reported by:	se
0.117.0_1
11 Jan 2022 18:44:47
commit hash: 252db11a9500cceccbb3ad4cd7a744cd13963572commit hash: 252db11a9500cceccbb3ad4cd7a744cd13963572commit hash: 252db11a9500cceccbb3ad4cd7a744cd13963572commit hash: 252db11a9500cceccbb3ad4cd7a744cd13963572 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-instabot: Unmark DEPRECATED and remove EXPIRATION_DATE

multimedia/py-moviepy depends on devel/py-decorator now.
0.117.0_1
31 Dec 2021 13:43:37
commit hash: 20191665b2ed12d11c32fb7db5047a37ad8a32a9commit hash: 20191665b2ed12d11c32fb7db5047a37ad8a32a9commit hash: 20191665b2ed12d11c32fb7db5047a37ad8a32a9commit hash: 20191665b2ed12d11c32fb7db5047a37ad8a32a9 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: deprecate a bunch of ports depending on expired ports.
0.117.0_1
05 Nov 2021 19:14:30
commit hash: b7e93d7bd0125a0ea8ddead29c016afb6dc20210commit hash: b7e93d7bd0125a0ea8ddead29c016afb6dc20210commit hash: b7e93d7bd0125a0ea8ddead29c016afb6dc20210commit hash: b7e93d7bd0125a0ea8ddead29c016afb6dc20210 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-instabot: Update USES=python

math/py-numpy requires Python 3.7+ (via multimedia/py-moviepy)
0.117.0_1
24 Jul 2021 20:22:40
commit hash: 98ba32b2b3d37783fdfc6edfca12a575e599649bcommit hash: 98ba32b2b3d37783fdfc6edfca12a575e599649bcommit hash: 98ba32b2b3d37783fdfc6edfca12a575e599649bcommit hash: 98ba32b2b3d37783fdfc6edfca12a575e599649b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-instabot: Update version requirement of RUN_DEPENDS
0.117.0_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.117.0_1
30 Mar 2021 19:12:42
Revision:569580Original commit files touched by this commit
sunpoet search for other commits by this committer
Update RUN_DEPENDS after r569185
0.117.0_1
01 Feb 2021 19:36:34
Revision:563675Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove PY_PILLOW
0.117.0_1
10 Jan 2021 23:14:56
Revision:561160Original commit files touched by this commit
sunpoet search for other commits by this committer
Update version requirement of RUN_DEPENDS
0.117.0_1
13 Dec 2020 18:59:05
Revision:558001Original commit files touched by this commit
antoine search for other commits by this committer
Unbreak bulk -a
0.117.0_1
21 May 2020 20:44:57
Revision:536158Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix RUN_DEPENDS: pytest is not a runtime dependency

- Bump PORTREVISION for dependency change
0.117.0
19 May 2020 05:16:55
Revision:535815Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.117.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.106.0_1
28 Mar 2020 12:55:35
Revision:529432Original commit files touched by this commit
sunpoet search for other commits by this committer
Sort RUN_DEPENDS after r529063
0.106.0_1
24 Mar 2020 19:54:57
Revision:529063Original commit files touched by this commit
antoine search for other commits by this committer
Convert the tree to use PY_PILLOW

With hat:	portmgr
Originally submitted by:	kai
0.106.0_1
24 Feb 2020 11:36:16
Revision:526962Original commit files touched by this commit
kai search for other commits by this committer
graphics/py-pillow: Update to 7.0.0

* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
  backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
  dropped the support for Python 2.

* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
  consumers that can be built for Python 2 or newer.

* Exceptions are ports that can be built only for either Python 2 or
  Python 3.  For the first case, consumers are just assigned to the
  repo-copied graphics/py-pillow6.

* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
  listed in setup.py as a build dependency [1] and relax the version
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.106.0
02 Feb 2020 11:01:41
Revision:524892Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.106.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.105.0
29 Jan 2020 19:16:00
Revision:524583Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.105.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.104.0
27 Jan 2020 20:09:21
Revision:524425Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.104.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.103.0
26 Jan 2020 16:13:07
Revision:524200Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.103.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.102.0
23 Jan 2020 04:22:05
Revision:523880Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.102.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.101.0
22 Jan 2020 05:36:53
Revision:523775Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.101.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.100.0
20 Jan 2020 20:10:53
Revision:523665Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.100.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.99.0
18 Jan 2020 18:24:40
Revision:523447Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.99.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.98.0
17 Jan 2020 16:40:24
Revision:523312Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.98.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.96.0
15 Jan 2020 17:46:40
Revision:523137Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.96.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.95.0
14 Jan 2020 16:45:26
Revision:523045Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.95.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.94.0
13 Jan 2020 17:41:46
Revision:522904Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.94.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.93.0
12 Jan 2020 16:08:01
Revision:522810Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.93.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.92.0
11 Jan 2020 10:41:49
Revision:522654Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.92.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.91.0
10 Jan 2020 19:16:36
Revision:522593Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.91.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.90.0
09 Jan 2020 17:53:20
Revision:522517Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.90.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.89.0
08 Jan 2020 18:37:16
Revision:522448Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.89.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.88.0
08 Jan 2020 14:51:52
Revision:522415Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.88.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.87.0
06 Jan 2020 14:44:47
Revision:522243Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.87.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.86.0
05 Jan 2020 15:45:49
Revision:522150Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.86.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.85.0
05 Jan 2020 04:08:36
Revision:522102Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.85.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.84.0
04 Jan 2020 09:03:25
Revision:522004Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.84.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.83.0
02 Jan 2020 16:16:49
Revision:521840Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.83.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.82.0
01 Jan 2020 16:30:53
Revision:521732Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.82.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.81.0
01 Jan 2020 09:19:01
Revision:521694Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.81.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.80.0
30 Dec 2019 16:58:47
Revision:521525Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.80.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.79.0
29 Dec 2019 17:33:48
Revision:521386Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.79.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.78.0
28 Dec 2019 07:31:56
Revision:521102Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.78.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.77.0
13 Dec 2019 06:42:58
Revision:519991Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.77.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.76.0
12 Dec 2019 13:46:19
Revision:519901Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.76.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.75.0
10 Dec 2019 17:11:52
Revision:519710Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.75.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.74.0
08 Dec 2019 17:05:05
Revision:519436Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.74.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.73.0
30 Oct 2019 15:41:09
Revision:516069Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.73.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.72.0
29 Oct 2019 16:01:49
Revision:516012Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.72.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.71.0
25 Oct 2019 19:10:04
Revision:515641Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.71.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.70.0
20 Oct 2019 17:12:40
Revision:514954Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.70.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.61.0
03 Oct 2019 18:24:10
Revision:513689Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.61.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.60.0
26 Sep 2019 18:16:38
Revision:512950Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.60.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.59.0
25 Sep 2019 20:42:06
Revision:512836Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.59.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.58.0
15 Sep 2019 15:13:57
Revision:512109Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.58.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.57.0
09 Sep 2019 19:32:44
Revision:511665Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.57.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.56.0
08 Sep 2019 19:31:52
Revision:511589Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.56.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.55.0
04 Sep 2019 17:19:33
Revision:511110Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.55.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.54.0
30 Aug 2019 00:03:39
Revision:510196Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.54.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.53.0
28 Aug 2019 23:52:41
Revision:510117Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.53.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.52.0
02 Jul 2019 18:55:32
Revision:505697Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.52.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.51.0
23 Jun 2019 19:20:23
Revision:504969Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.51.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.50.0
22 Jun 2019 21:48:45
Revision:504896Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.50.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.49.0
20 Jun 2019 19:09:30
Revision:504721Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.49.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.48.0
19 Jun 2019 16:53:28
Revision:504567Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.48.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.47.0
11 Jun 2019 20:19:52
Revision:503982Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.47.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.46.0
09 Jun 2019 16:52:47
Revision:503839Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.46.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.45.0
07 Jun 2019 23:04:52
Revision:503664Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.45.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.44.0
04 Jun 2019 16:47:56
Revision:503481Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.44.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.43.0
01 Jun 2019 22:31:53
Revision:503271Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.43.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.42.0
21 May 2019 18:04:05
Revision:502229Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.42.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.41.0
20 May 2019 18:09:11
Revision:502137Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.41.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.40.0
19 May 2019 21:54:16
Revision:502061Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.40.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.39.0
18 May 2019 05:58:49
Revision:501908Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.39.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.38.0
16 May 2019 23:56:59
Revision:501820Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.38.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.37.0
15 May 2019 15:54:37
Revision:501716Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.37.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.36.0
12 May 2019 20:10:46
Revision:501483Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.36.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.35.0
30 Apr 2019 19:07:54
Revision:500538Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.35.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.34.0
29 Apr 2019 06:57:49
Revision:500385Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.34.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.33.0
23 Apr 2019 17:53:02
Revision:499778Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.33.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.32.0
17 Apr 2019 18:49:03
Revision:499192Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.32.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.31.0
12 Apr 2019 20:58:31
Revision:498751Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.31.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.30.0
06 Apr 2019 14:43:49
Revision:498113Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.30.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.29.0
05 Apr 2019 22:44:50
Revision:498021Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.29.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.28.0
19 Mar 2019 17:48:37
Revision:496278Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.28.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.27.0
13 Mar 2019 16:10:58
Revision:495596Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.27.0

Changes:	https://github.com/instagrambot/instabot/commits/master
0.26.0
28 Feb 2019 21:34:51
Revision:494190Original commit files touched by this commit
sunpoet search for other commits by this committer
Add py-instabot 0.26.0

Instabot is a Python module, which not only implements the wrapper over the
Instagram API, but also various useful functions.

WWW: https://github.com/instagrambot/instabot

Number of commits found: 95