1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-09-12 00:32:24 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
Alexander Graf
508c629d2b Equalify summary in *.py and README.md 2016-09-18 16:41:43 +02:00
Alexander Graf
7f500d775e minor README.md enhancements 2016-09-18 14:51:35 +02:00
Alexander Graf
c2957e389f Have setuptools setup.py for serious distribution
This is a) cooler and b) a requirement for deploying it on PyPI.

It removes need of __all__ shit (which is hard to keep updated), and
allows installing instaloader easily as a global module and executable.
Additionally it removes __init__.py.
2016-09-18 14:43:12 +02:00
Alexander Graf
70c91e000e Targets :feed-all and :feed-liked to load feed
Closes #14.
2016-09-17 20:53:03 +02:00
Alexander Graf
9cd93c9414 Have function providing access to user's feed
Closes #13.
2016-09-16 23:24:28 +02:00
André Koch-Kramer
77d0d272fc Implementation of get_id_by_username()
+ updated README.md
2016-08-02 21:27:39 +02:00
André Koch-Kramer
dd383d8887 Fix Windows Unicode Problems
Closes #11.

instaloader now tries to use win-unicode-console when recognizing
windows.
2016-08-01 18:10:35 +02:00
Alexander Graf
ebff2205b1 @<profile> to download all followees of profile
This closes #10.
2016-07-29 17:59:07 +02:00
André Koch-Kramer
f3a52c6f4d Release of version 1.0 2016-07-28 18:30:44 +02:00
André Koch-Kramer
651b590cfa Implementation of get_username_by_id() 2016-07-28 18:15:36 +02:00
Alexander Graf
d0e9b711ac README.md: trivial improvements 2016-07-28 17:33:57 +02:00
Alexander Graf
5adbee2273 add LICENSE and README.md 2016-07-28 17:24:38 +02:00