What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Buddy Store Manager

Aeon

Member
Joined
Mar 25, 2015
Messages
736
Reaction score
2
Buddy Store Uploader

Hello, I've made Buddy Store Uploader for easier management of your products, done locally. It is still in development, but does contain the basic functionality for now like Saving Accounts, API Key, etc.

Here's the link to git repo: https://github.com/Netskyes/buddystore

Enjoy! =)

O7SPQqp.png
9f9KQGG.png
 
Last edited by a moderator:
Thank you Aeon, I'll learn to use it :D
 
Very nice Aeon. :) Will give this a go. Thank you.
 
That is 100% Awesome. Thank you very much!~ If I could offer a suggestions? When you make a commit, have it use the support link to make a post on your behalf letting users know that an update has been made. That would really add to it I think.

Hey thank you! And you're welcome =) Of course, that's a great idea, I'll try and add that in a couple of days, thanks for the feedback :D
 
That is 100% Awesome. Thank you very much!~ If I could offer a suggestions? When you make a commit, have it use the support link to make a post on your behalf letting users know that an update has been made. That would really add to it I think.

vBulletin doesn't seem to be supporting any remote requests other than session login, unless they enable that. Will see if I can talk to Tony about it ;)
 
vBulletin doesn't seem to be supporting any remote requests other than session login, unless they enable that. Will see if I can talk to Tony about it ;)

There is a somewhat more hacky approach I have been using to "remote control" things like the BuddyStore and some forums.

Using WatiN (http://watin.org/) it would not take too much effort to write up a bit of code that logs onto the forums with given credentials, opens a specific post, writes the changelog into the quick reply field and presses the "Post Quick Reply" button.

I use it for example to one-click-kill sessions on buddyauth.com whenever I mess up my plugin code and get HB to crash during development.
 
There is a somewhat more hacky approach I have been using to "remote control" things like the BuddyStore and some forums.

Using WatiN (http://watin.org/) it would not take too much effort to write up a bit of code that logs onto the forums with given credentials, opens a specific post, writes the changelog into the quick reply field and presses the "Post Quick Reply" button.

I use it for example to one-click-kill sessions on buddyauth.com whenever I mess up my plugin code and get HB to crash during development.

Hey! Thanks for letting me know, that's a nice one. I have though really wanted to achieve that with raw requests, will check that out and possibly implement, thanks :D
 
Hey! Thanks for letting me know, that's a nice one. I have though really wanted to achieve that with raw requests, will check that out and possibly implement, thanks :D

Project looks really nice. If you decide to continue working on it, then please do implement Phelon's suggestion if possible :)
 
I Updated PVU, Git link: GitHub - alishahb/buddystore: Tools for Buddy Store.

Code:
  • Implemented MVVM pattern (will need some tweaks)
  • Reworked and cleanup all code
  • Slightly reworked and improved UI (will move to WPF in next version)
  • Added .gitignore
  • Added nuget packages info
  • Added support for Command Line Mode
Add functionality:
  • Auto grab last version file on double click by Product in DB
  • Auto fill upload product data
  • Version increment and auto resubmit file if duplicate found in Store and upload failed
Fixed:
  • Upload progression output
ToDo
  • Finish MVVM implementation
  • Move UI to WPF
  • Code clean up

Added support for Command Line Mode

Command Line Arguments:
  • -p - Product ID
  • -b - Beta version (Default)
  • -r - Release version

Usage example
Upload beta build for product ID 4391:
StoreVersionUploader.exe -p 4391 -b
Upload release build for product ID 4391:
StoreVersionUploader.exe -p 4391 -r
 
This uploader queries 2 times.
Code:
Product [7171]<Suramar Loot & Gather Helper> [Beta] Version 1.0.0.441RC2 Upload started
-> Submission request sent
Product [7171]<Suramar Loot & Gather Helper> [Beta] Version 1.0.0.441RC2 Upload started
-> Submission request sent
 
This uploader queries 2 times.
Code:
Product [7171]<Suramar Loot & Gather Helper> [Beta] Version 1.0.0.441RC2 Upload started
-> Submission request sent
Product [7171]<Suramar Loot & Gather Helper> [Beta] Version 1.0.0.441RC2 Upload started
-> Submission request sent

You using GUI mode? Might be issue in it, i will check, command line mode should not have such issue.

p.s. please make all issue reports on github, so i wont forget to check it out. Thanks :)
 
Last edited:
Back
Top