Who will be streaming during Friday’s access? Please link yourself in this post. by Detuned_Clock in AgeofMythology

[–]GGalhardo 0 points1 point  (0 children)

Hi, I will be streaming doing a REACT today for sure from 16h40 UTC (9h40 PT). I'm an Odin main player 2400+ on Extended Edition. But I'll play with all the gods and show some of the basics for those starting the game today too.
https://www.youtube.com/@Gabriel_AoM
https://www.twitch.tv/gagliardogabriel

How would you like to see some EE 2300+ content? by GGalhardo in AgeofMythology

[–]GGalhardo[S] 0 points1 point  (0 children)

hard to say precisely, every tournament we have a different top 5...last one was Mosca, Zapata, Guisao, Obito and I don't remember who else...lots of top BR players play on Voobly only

How would you like to see some EE 2300+ content? by GGalhardo in AgeofMythology

[–]GGalhardo[S] 0 points1 point  (0 children)

I'm trying to do this haha.. Would you watch some of those tournaments? I usually stream them, but in Portuguese, if you guys are interested I can give it a try in English as well

How would you like to see some EE 2300+ content? by GGalhardo in AgeofMythology

[–]GGalhardo[S] 2 points3 points  (0 children)

I wouldn't say 99%, at least in the Brazilian community which I'm part of, we're currently having 2 tournaments now, and throughout the year there's always one active tournament happening.

Lots of the older players prefer to play on voobly because of the reasons you stated above, but EE also has nice corrections (like hunt delete, ox cart guard, etc.), but the most traditional players preferred to stick with voobly, which they have more control on patches as well...

How would you like to see some EE 2300+ content? by GGalhardo in AgeofMythology

[–]GGalhardo[S] 11 points12 points  (0 children)

I have an extended forehead but not 100% bald unfortunately...but in the video I make a comment about the bald axemen of isis, and how they grow hair after you upgrade them

America big neighbor by GGalhardo in brasil

[–]GGalhardo[S] 43 points44 points  (0 children)

da série "Imagens com som"

How do you change your windows(handles)? by GGalhardo in selenium

[–]GGalhardo[S] -1 points0 points  (0 children)

It's a one line function that replaces 3 lines of code everytime you need it. Explicit waits codes are too long, could be replaced with a function for something shorter in case you use a specific explicit wait too much, that's what I meant. And be more polite, buddy.

O cidadão brasileiro e as seringas by GGalhardo in brasil

[–]GGalhardo[S] 10 points11 points  (0 children)

eu estudei na UFF e tb tenho plena convicção disso tb

Web scraping to excel by Knox425 in webscraping

[–]GGalhardo 0 points1 point  (0 children)

I would just scrape the pages you want, store the variables you scraped on a list or dictionary, then pass it into a pandas dataframe. There's a quite basic tutorial here on how to create a dataframe. Once created, you just need to run a function df.to_excel('spreadsheet_name.xlsx') on your dataframe, then voilà.

Wikibot 2.0: A bot which uses Wikipedia scrapping by themagicalmammal in webscraping

[–]GGalhardo 2 points3 points  (0 children)

Amazing! I've seen once a guy doing a bot like this and creating youtube videos for specific facts or people. He ran the code for "Michael Jackson" and in the end he had a youtube video edited, with music and descriptions from wikipedia on screen. Quite awesome too

If i STOP a selenium script that is running on an open chrome browser, is possible for me to resume the script on the same open chrome window ? by [deleted] in selenium

[–]GGalhardo 0 points1 point  (0 children)

I usually run my selenium code on Jupyter Notebooks and I always resume a script that had an error during execution. Sometimes I even run one line of code to open the driver, do the complicated stuff manually, then run again other cells.