Thread Tools Display Modes
08-29-21, 11:26 AM   #1
JahirahDK
An Aku'mai Servant
 
JahirahDK's Avatar
Join Date: Sep 2020
Posts: 38
Question How to: Use Fitzcairn's Explain-o-matic source code

Fitzcairn's Explain-O-Matic
I typically test my macros on the Fitzcairn's macro Explain-o-matic - unfortunately, the site seems to have run into technical difficulties recently becoming unavailable which sucks considering it was my go-to tool for experimenting with, -and testing new macros!

I hope it's temporary but it's been unavailable for more than a week at this point....
Fitzcairn made the source code of the "Explain-o-matic" available for download on Github.... Unfortunately I have no idea how to actually use it, what is required to use it or even if it the source is usable "Out-of-the-box"!?

Can you run it on a local machine/local server environment like ex. XAMP or WAMP?
---> If yes, what programming language(s) support does it require to work?
---> If not, how is the source code intended for use?

Since I've often found the users here on Wowinterface to be helpful as well as knowledgeable, I thought I'd ask in here in the hopes that someone would know and be willing to help, -and if not perhaps point me in the direction of finding more information.
__________________
//Jahirah

Last edited by JahirahDK : 08-29-21 at 05:09 PM.
  Reply With Quote
08-29-21, 05:48 PM   #2
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,308
  1. It was intended as an experiment to see how Google App Engine performed (and at the time it was written, the answer was "poorly!" for a number of reasons). The code is structured entirely around GAE's unique persistence model. I included the app.yaml and index.yaml files to make uploading to your own GAE instance easier.
README.md

Additionally, it appears the main code has been written in Python.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote
08-30-21, 03:51 PM   #3
JahirahDK
An Aku'mai Servant
 
JahirahDK's Avatar
Join Date: Sep 2020
Posts: 38
@SDPhantom
Thank you for taking the time to leave your feedback! I appreciate every scrap of information I can get to be honest!

In response to your comment:
Originally Posted by SDPhantom View Post
Additionally, it appears the main code has been written in Python.
So... The main code is written in Python and uses Google App Engine excluding running it on a localhost?
And if so how would I go about transforming the downloaded files into a working version of the Explain-o-matic?
__________________
//Jahirah
  Reply With Quote
09-02-21, 02:34 AM   #4
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,308
It appears to be an online service. I don't know how to set it up as I've never used it. I left a link in the previous post quoting the readme file of the project if you want to go down that rabbit hole. I'd personally scrap the entire thing and try to remake the idea into a WoW addon. I never used the original site, so I don't know what features it actually had.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote

WoWInterface » General Discussion » Tech Chat » How to: Use Fitzcairn's Explain-o-matic source code

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off