Jump to content

Search the Community

Showing results for tags 'shitty code'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Important Links
    • Serenes Forest Code of Conduct
    • Mistakes or Errors on the Site
  • Important Forums
    • Announcements
    • Member Feedback
    • Site Content
  • General Forums
    • Introductions
    • General
    • Far from the Forest...
    • Creative
    • Fan Projects
    • General Gaming
  • Fire Emblem Forums
    • General Fire Emblem
    • NES and SNES Era
    • GameBoy Advance Era
    • GameCube and Wii Era
    • Nintendo DS Era
    • Nintendo 3DS Era
    • Fire Emblem: Three Houses
    • Fire Emblem: Engage
    • Fire Emblem Heroes
    • Related Games
  • Miscellaneous
    • Forum Graveyard

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Jabber


Skype


Yahoo


ICQ


Website URL


MSN


AIM


Interests


Location

Found 1 result

  1. So I've been working on a little character data extraction program, something that let's you get a character's stats from the wiki without going the whole copy and paste route, which seems like it'd be pretty useful for anything that wants up to date character data. (Probably mostly useful for combat simulators at the moment, though, if I can hook it up to an mobile App it can probably be used to IV checkers and whatnot as well.) Currently it only grabs character information on: All skills except assist (I'll be adding that later, assuming I don't get lazy and quit), color, weapon type, movement type, level 1 stats at 5*, and level 40 stats at 5*. Right now the program outputs to console (i.e. completely useless if you don't run from the command line), but it's a fairly quick edit to make it output to a text file or a variable instead. Here's what the output looks like: https://github.com/DehNutCase/Fire-Emblem-Heroes-Wiki-Data-Extraction/blob/master/Current_Output And here's the (very shitty) source code: https://github.com/DehNutCase/Fire-Emblem-Heroes-Wiki-Data-Extraction/blob/master/Hero_Info_Extractor.py If anyone can spot anything wrong with the output data, or if you got any advice on how to write code that doesn't look like shit (I'll probably add comments to it later, once I'm in the 'optimize runtime' stage rather than the 'add features' stage), comments/advice would be welcome, derp.
×
×
  • Create New...