Skip to content

Commit d5fed00

Browse files
setup.py - update project_homepage to https://github.com/InstaPy/InstaPy (InstaPy#6453)
* setup.py - update project_homepage to https://github.com/InstaPy/InstaPy switch project_homepage over to https://github.com/InstaPy/InstaPy as the old homepath (https://github.com/timgrossmann/InstaPy) is now a 404 * Update CHANGELOG.md Co-authored-by: Daniel Carvallo <[email protected]>
1 parent b0ed309 commit d5fed00

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

CHANGELOG.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ The **goal** of this file is explaining to the users of our project the notable
44

55
_The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)_
66

7+
## [0.6.17] - 2022-01-19 - [Unreleased]
8+
9+
### Fixed
10+
11+
- Fixed project homepage to [InstaPy](https://github.com/InstaPy/InstaPy)
12+
13+
## [0.6.16] - 2021-12-11
14+
15+
### Added
16+
17+
- Added filter in `extract_text_from_element()` for non-username elements.
18+
19+
### Fixed
20+
21+
- Fixed `is_private_profile()` when 'NoneType' object is not subscriptable
22+
- Fixed `find_element*()` to `find_element()`
723

824
## [0.6.16] - 2021-12-11
925

@@ -51,7 +67,7 @@ _The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5167

5268
### Changed
5369

54-
- Change the ip data supplier to https://freegeoip.app/ from https://seeip.org/
70+
- Change the ip data supplier to <https://freegeoip.app/> from <https://seeip.org/>
5571

5672
## [0.6.13] - 2020-12-30
5773

@@ -116,12 +132,15 @@ _The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
116132
## [0.6.11] - 2020-09-25
117133

118134
### Added
135+
119136
- Use random tag list for `session.like_by_tags`
120137

121138
### Changed
139+
122140
- General log rotation, gecko driver log in user directory, comments in 80 chars
123141

124142
### Fixed
143+
125144
- Unfollowing of users that haven't posted anything
126145
- `get_links` xpath for yet another change
127146
- Path for Obtaining user id
@@ -197,7 +216,6 @@ _The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
197216
- Small typos in documentation
198217
- Firefox Proxy error
199218

200-
201219
## [0.6.4] - 2019-09-15
202220

203221
### Fixed
@@ -206,7 +224,6 @@ _The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
206224
- fixed onetap account page on login
207225
- fix minor bug in unfollow function
208226

209-
210227
## [0.6.3] - 2019-09-08
211228

212229
### Added
@@ -224,7 +241,6 @@ _The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
224241
- skip_top_posts function
225242
- Backup plan for graphql additional / shared data
226243

227-
228244
## [0.6.2] - 2019-08-30
229245

230246
### Added
@@ -236,7 +252,6 @@ _The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
236252

237253
- Login xpath update
238254

239-
240255
## [0.6.1] - 2019-08-12
241256

242257
### Added
@@ -250,7 +265,6 @@ _The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
250265
- Fix Get Query Hash function to work on all Python 3.x versions
251266
- Fix Unfollow with option nonFollowers
252267

253-
254268
## [0.6.0] - 2019-08-12
255269

256270
### Added
@@ -662,7 +676,7 @@ _The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
662676

663677
### Fixed
664678

665-
- Remove https://i.instagram.com/api/v1/users/{}/info/ as it not working and killing the unfollow with error.
679+
- Remove <https://i.instagram.com/api/v1/users/{}/info/> as it not working and killing the unfollow with error.
666680
- Fix logging uncertain having no userid nor time log, will be important for sync feature.
667681
- Fix get active users when Video have no likes button / no posts in page.
668682

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
summary = "Tool for automated Instagram interactions"
15-
project_homepage = "https://github.com/timgrossmann/InstaPy"
15+
project_homepage = "https://github.com/InstaPy/InstaPy"
1616
here = path.abspath(path.dirname(__file__))
1717

1818

0 commit comments

Comments
 (0)