This is an application used to automate thanking people for favorites on Furaffinity.
- Java 11
- JavaFX 11
- HtmlUnit
- Windows, MacOS, Linux
- Java installed
- Must use the FA 'Modern' theme
- Download the Windows
.jarfile from the latest release. - Create a folder named
FavThankersomewhere on your computer. - Cut and paste the
.jarfile into theFavThankerfolder. - Run the application by double clicking the
.jarfile.- Alternatively, open cmd,
cdinto theFavThankerfolder and runjava -jar FavThanker-windows.jar.
- Alternatively, open cmd,
- Download the Mac
.jarfile from the latest release. - Create a folder named
FavThankersomewhere on your computer. - Cut and paste the
.jarfile into theFavThankerfolder. - Run the application by double clicking the
.jarfile. If a security dialog appears, clickCancel, then inside settings, openSecurity & Privacyand run the application anyways.- Alternatively, open a terminal,
cdinto theFavThankerfolder and runjava -jar FavThanker-mac.jar.
- Alternatively, open a terminal,
- Download the Linux
.jarfile from the latest release. - Create a folder named
FavThankersomewhere on your computer. - Cut and paste the
.jarfile into theFavThankerfolder. - Run the application by double clicking the
.jarfile.- Alternatively, open a terminal,
cdinto theFavThankerfolder and runjava -jar FavThanker-linux.jar.
- Alternatively, open a terminal,
- Download and edit the JSON template.
- Fill in your FA username.
- Add pre-made messages to the message array.
- Add groups for sending specific messages to specific groups of users.
- Rename the file to your username (for example
Seledrex.json).
- Cut and paste the JSON file into the
FavThankerfolder. - Run the
.jarfile. - Press
Select Userand select the JSON file. - Add
Cookie AandCookie Binto the text fields.- To view your cookies on Chrome, follow these instructions. Other browsers will have similar methods.
- When viewing FA, there should be two cookies, one named
aand the otherb. You just need the corresponding values for these for the FavThanker application to work.
- Press start to begin thanking.
- Favorite notifications will be automatically removed from your FA.
- Favorite notifications and shouts will be saved in CSV format in the application folder.
- Cookies are saved to the application folder so the user will stay logged in.
- The application will not leave a shout on user pages where the user has left a shout in their own shout box.
- Shouts are made every 20 seconds to avoid FA spam warnings.
mvn clean compile assembly:single
- Better packaging
- Command line version
- Create config file within the application
- Add exclude list
