Skip to content

Releases: Fytex/Instagram-Giveaways-Winner

Static mentions fix

04 Mar 11:33
e0e22b2
Compare
Choose a tag to compare

Static mentions would still have '' when posting.

What happened:
Hello, @static_user.
Expected:
Hello, @static_user.

Fixed by replacing '@' for '@'

Instagram Updated Front-End

29 Jan 17:53
cd48a47
Compare
Choose a tag to compare

Emoji button added to the same form as the comment box and post button.
Fix check message actually sent

Handle popup

03 Nov 18:28
1c3bb15
Compare
Choose a tag to compare

Patched: When going to Instagram's home page a popup doesn't appear to some users.

Patched send messages and scroll

21 Oct 15:52
dc8e230
Compare
Choose a tag to compare

Patched sending messages - Does_mention inside a statement not being executed because of no limit
Patched scrolling because javascript wasn't loading all html to find the element which was returning NULL

Quick fix in weight's default value

16 Oct 20:59
a5d00a6
Compare
Choose a tag to compare

Weight's default value from None to 90 because was raising error if not "Save Only" and no weight was specified

Patches, code and config's structure reformatted and added new features

30 Sep 19:06
Compare
Choose a tag to compare

Code structure reformatted
Config.ini structure reformatted
Added force_search and specific_file as parameters to config
Patch - Clicking on a random user while scrolling down
Patch - Scrolling up a bit while scrolling down
Added 'ctrl + c' (SIGINT) to stop execution and save all work done until the moment
New informative messages in CLI
Waiting time more efficient and cleaner
README.md edited

Solved patch by executing JavaScript to scroll down

Added support for chars outside BMP, patched scroll and configs shortcuts

20 Sep 01:03
Compare
Choose a tag to compare

ChromeDriver doesn't support chars non-BMP so I had to execute it in the
browser directly in javascript.
Scroll would redirect to a user profile if their username was too big.
Some configs would do unnecessary work so it is patched now.

Patched language decimal separator

16 Sep 23:01
5dc2f07
Compare
Choose a tag to compare

For example in english followers would be 1,570. In portuguese it would be 1.570

Added intervals, cookies, default language, executable location

16 Sep 22:34
Compare
Choose a tag to compare

Added triangular random intervals defined by user
Save and use accounts' cookie to auto-login and prevent Instagram from
finding suspicious activity
Added Default Language's Option
Added Executable Location's Option

Patch searching connections

16 Sep 03:38
3c2a88d
Compare
Choose a tag to compare

While searching for connections (followers/followings) if someone had a long username it would click on it because Google Chrome's clicks at the center of an element.