Skip to content

A simple golang cli app to scrape day streak and total activity from code academy. Used to toy around while learning go.

Notifications You must be signed in to change notification settings

zarry/go_academy_scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Go Academy Scrape

Simple CLI app to scrape a CodeAcademy.com user profile and return the day streak and daily activity.

Why?

I wanted to learn golang and this happened to be a good playground while also helping keep track of a completition I started between myself and couple of my younger siblings. The goal was to see who could maintain the longest day streak on code academy. This would allow me to check that without having to manually visit each users profile.

Use

  • go install
  • go_academy_scrape -users="User1,User2,UserX"

Go Lang

Things I wanted to learn/accomplish when playing around with this app.

  • Different data types
  • Structs
  • Maps
  • Arrays
  • Functions

About

A simple golang cli app to scrape day streak and total activity from code academy. Used to toy around while learning go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages