Skip to content

jmcaluag/WikiTemplateParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WikiTemplate Parser

This program is part of a larger program and project. This program works with the WikiResRequest program. It uses the output from the WikiRestRequest (a text file) and parses the contents (which is in Wikipedia's Template format) and gathers episode details and stores them in list in runtime.

This program is a practice in the following topics:

  • File reading.
  • Parsing (specifically for Wikipedia files).
  • Regular Expressions (aka regexes).
  • Clean code.

Example use:

This will require a file created from the WikiRestRequest program. Place the text file in the same location as this program and it will store the episode and its details in seasonList.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages