Thoughts on a program im writing for fun.

Et43

Active member
*I am currently doing a project because I'm bored and it is corona and I don't have a social life*

I am making a SagePvP forum client that has the following features.

[+] Alerted on new posts
[+] Send and have auto-reply messages on posts
[+] Read and Send Posts from the client

Some downsides:

[~] You will have to have python2+ installed on your pc to run the script I'm not in the mood to go translate all the code to C++ so I can make it a .exe And pytoexe library is complete trash.

I have run out of ideas I need things to add ples give some ideas on features.

Edit: Heres the git repository for nerds that want to check the code

Edit: 03/07/2020 - I have decided to change the whole project to make it easier for users to run I will be translating all the code from python to java by using java's Jsoup library.
 
Last edited:

Et43

Active member
[+] Alerted on new posts

Already a feature on the forums for the rest glhf

This does not update live and you have to refresh the website, my application sends a windows notification on new thread post and im thinking of adding a option to make it play a sound on new post it will also run in the background. Thus not taking up or barely taking up cpu and ram also it aint annoying.
 
Top