Skip to content

Releases: Katyatu/iFunnyScriptingToolkit

v1.7

Choose a tag to compare

@Katyatu Katyatu released this 28 Jan 07:17

Changed:

Get-User-Profile.sh

  • Added backup method for parsing out the targeted user's name and ID.

v1.6

Choose a tag to compare

@Katyatu Katyatu released this 14 Jul 10:27
ddf4e32

Changed:

Get-User-Profile.sh

  • Changed how the user's ID was sourced
    • Instead of fetching the ID from the iFunny website via HTML parsing, the script now uses the same API route that the app uses in the 'Explore' section.

v1.5

Choose a tag to compare

@Katyatu Katyatu released this 23 May 16:22
78512e4

Changed:

Smile-All-Memes-Of-User.sh

  • Tweaked 403 error handling
    • If you try to smile a meme who's creator has blocked you, the script will display a 'failed' message, and continue on to the next meme in the list instead of stopping.

Unsmile-All-Memes-Of-User.sh

  • Tweaked 403 error handling
    • If you try to unsmile a meme who's creator has blocked you, the script will display a 'failed' message, and continue on to the next meme in the list instead of stopping.

v1.4

Choose a tag to compare

@Katyatu Katyatu released this 20 May 17:02
f644924

Added:

Clear-My-Subscriptions.sh

  • Unsubscribes you from each account found in your subscriptions list.

v1.3

Choose a tag to compare

@Katyatu Katyatu released this 19 May 17:18
a5a9409

Changed:

Download-All-Memes-Of-User.sh

  • Changed Linux download path to iFunnyScriptingToolkit/downloads.

Get-Direct-Meme-Link.sh

  • Added an option to download and save the selected meme.

v1.2

Choose a tag to compare

@Katyatu Katyatu released this 16 May 17:31
570f507

Changed:

All Scripts

  • Scripts can now be ran regardless of current directory. Make sure the iFunnyScriptingToolkit/tools folder is in your $PATH.

Download-All-Memes-Of-User.sh

  • Download path depends on running device:
    • Android: Files → Downloads → iFST
      • termux-setup-storage is required for downloading direct to user storage
    • Linux: iFunnyScriptingToolkit/tools

v1.1

Choose a tag to compare

@Katyatu Katyatu released this 15 May 21:11
00dca60

Added:

Get-Direct-Meme-Link.sh

  • Gets the direct media link for the selected meme, allowing for direct download and embedding.

Changed:

Get-Your-iF-Bearer-Token.sh

  • Moved the Basic Auth token for iFunny's /v4/oauth2/token endpoint into its own file. In the event this Basic Auth token changes, only the .oauth2 token file will need to be updated and not the script.

v1.0

Choose a tag to compare

@Katyatu Katyatu released this 14 May 21:14
81f7565

Initial Release

View the README for all details.