Skip to content

Easily generate a list of board games that you played in a certain month.

Notifications You must be signed in to change notification settings

derekjones/bgg-new-to-you

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoardGameGeek New to You Script

Every month I participate in the New to You Geeklists on BoardGameGeek and after a while I realized that the research I was doing was easily reproduced by a script, hence this repository.

Installing

First and foremost, you'll need at least Ruby 1.9.2 due to Nokogiri. After that, you should use bundler to install the required gems:

bundle install

You might also have to change permissions to make the script executable:

chmod +x bgg-new-to-you.rb

Using

Once everything's loaded, run the script like so:

./bgg-new-to-you.rb --username <your_username>

By default the script will retrieve plays for the past month, if you need to pick a different month or year you can:

./bgg-new-to-you.rb --username <your_username> --month 7 --year 2012

About

Easily generate a list of board games that you played in a certain month.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%