Skip to content

nickfedor/Advent-of-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

https://adventofcode.com/

I am using this as a decent excuse to learn Golang. The scrapers pull the prompts for each day into a Data directory; however, they do not obtain the associated input files necessary to complete the problems. In addition, they do not obtain the secondary prompts that are unlocked after completing part one of each day.

I will be restructuring this repo as I progress.

ScrapeText -> main.go

Colly web-scraping that saves output as .txt files. Outputs to "Data/Text" directory separated by year and day.

ScrapeHTML -> main.go

GoQuery web-scraping that saves output at .html files. Outputs to "Data/HTML" directory separated by year and day. Generates index.html files for each year and a primary index.html file linking to each year.

Solutions

Each day has two separate parts that are completed sequentially. The scrapers only get the first parts and are missing the necessary input files.

I will attempt to figure out a decent format for including the prompts for both parts in the solutions directory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages