[Completed] Giving away account worth 150mil in value.
18k views · started by Tree · · closed · page 5 of 6
Tree wrote:You won anyways since you actually submitted something. About to message you the account info.
For those curious, here's how I'd do it in Python (without any of the selection process, just the two functions)
First function uses forum pulse to get all the thread IDs through a generator, then you just use the post with session (it's copy pasted from a program I made so session would be a requests session) thread id, and the message.
Spoiler
import requests
import simplejson as json
def get_threads(forum_id):
uri = 'http://www.gaiaonline.com/forum/pulse?id={}'.format(forum_id)
for thread_info in json.loads(requests.get(uri).content):
yield thread_info['tid']
def post(session, tid, message):
uri = 'http://www.gaiaonline.com/forum/compose/{}/new/{}'
thread_info = session.get(uri.format('quickreply', tid)).json()
post_data = {
'nonce': thread_info['nonce'],
'message': message,
'action_submit': 'submit',
}
session.post(uri.format('ajaxentry', tid), data=post_data).json()
Mine could have been more simple, but I figured that the goal was posting AND getting gold from it, which is why I threw in the giveaway keywords. xP
Also: That account has so many items. o_O
Gonna slowly drain them over a few months, and then use the gold for hoarding. :'D
T3h Mule wrote:Mine could have been more simple, but I figured that the goal was posting AND getting gold from it, which is why I threw in the giveaway keywords. xP
Also: That account has so many items. o_O
Gonna slowly drain them over a few months, and then use the gold for hoarding. :'D
spread some love xD
Tree wrote:That's mah boy
I like to keep my main as legit as possible. xP Hoarding is easy enough. It's probably the easiest way to get gold, AND it's legit.
Already have 60m on my main. Most of it being invested in different hoards. Been making an average of 10m a month for the past 3 months. (8m 3 months ago, 10m last month, 12m this month)
;OKAY GO ON
make me more jealous
edit; jk lol
make me more jealous
edit; jk lol

So, what wuz da numbeh?
Good question. Lol.
859 NOW LEMME EAT MY MCDONALDS
Who was stopping you? xP
wh
n the account!?
n the account!?Have you asked for advice? xD
Use wrote:Yeah lol
I chose the wrong item
anyways I hope it at least stays the same price
Protip: Invest in sealed Monthly Collectible Letters before they open or Advance Chance bundles before they open. (When they do open, open and sell the MC / Chance Item).
It's like...2 weeks of holding for 100k+ profit on the ACs and 35k+ profit on MCs. xP
T3h Mule wrote:Protip: Invest in sealed Monthly Collectible Letters before they open or Advance Chance bundles before they open. (When they do open, open and sell the MC / Chance Item).
It's like...2 weeks of holding for 100k+ profit on the ACs and 35k+ profit on MCs. xP
hmmm I will try that next time!
or when I get my gold back from the current item im hoarding lol
TIL Mule is greedy and won't share the joy.
I should get 25% just because.
I should get 25% just because.
The Unintelligible wrote:TIL Mule is greedy and won't share the joy.
I should get 25% just because.
QUIT HARASSING MY UNDERLINGS GET OUT OF MY LAIR SHOO
whisper:
give him his items or elseThe Unintelligible wrote:TIL Mule is greedy and won't share the joy.
I'm sharing hoarding advice, yo. I'll give advice all day long, but if you don't wanna work for your stuff, then I'm not giving you stuff.

whisper:
I know you were joking, though[want] 150m gaia account [have] fancy user title
Also, sexy work. I hope I can finish the LGaia extension system soon.[/have][/want]
Also, sexy work. I hope I can finish the LGaia extension system soon.[/have][/want]
What was the winning number anyway?
The Unintelligible wrote:aasasdafdsfsdgfsdf
I'm such a prime role model and should be looked up to in all instances.
GAMEchief wrote:[want] 150m gaia account [have] fancy user title
Also, sexy work. I hope I can finish the LGaia extension system soon.[/have][/want]
I was actually thinking of the LogicalGaia Extension while making my script. xD I kept thinking of "How can I make this work in a way that could be easily adapted for that extension?" xP
UM I SHOULD GET THE PRIZE BECAUSE U CHANGED THE CONTEST



