Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-marrero committed Sep 18, 2021
1 parent 3abf1e7 commit f66b317
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.2] - 2021-09-18
### Added
- `Support` section on README.md
- `Acknowledgment` section on README.md

### Changed
- [BoardGameGeek](https://boardgamegeek.com/) CSV files will included new columns of extracted_at, geek_rating, avg_rating, num_voters, year_published and short_description.
- `Contribution` section on README.md

## [0.0.1] - 2021-09-16
### Added
- [BoardGameGeek](https://boardgamegeek.com/) CSV files containing id, rank, title, and type named by the date it was downloaded.

[0.0.2]: https://github.com/albert-marrero/bgg-data/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/albert-marrero/bgg-data/releases/tag/v0.0.1
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,18 @@ The data was captured by using an open-source and collaborative framework named
## Contributing
For major changes, please open an issue first to discuss what you would like to change.

If you are using this data for anything, please open an issue first to let us know.
## Support
If you enjoy this repository, please [star](https://docs.github.com/en/get-started/exploring-projects-on-github/saving-repositories-with-stars) this repository. By starring a repository, it shows appreciation to the repository maintainer for their work. Many of GitHub's repository rankings depend on the number of stars a repository has.

In addition, [Explore](Explore) shows popular repositories based on the number of stars they have.

If you are using this repository, any linkbacks and mentions will always be appreciated.

## Acknowledgment
* [Board Game Scrape](https://gitlab.com/recommend.games/board-game-scraper) - My inspiration to start learning the [Scrapy](https://scrapy.org/) framework and sparked my intrested in web crawling and web scraping.
* [Recommend.Games](https://recommend.games/) - A board game recommender using the scraped data from [Board Game Scrape](https://gitlab.com/recommend.games/board-game-scrape).

If you are using this repository, please share it with us and let me know you would like to add it to the Acknowledgement section.

## License
[MIT](LICENSE)

0 comments on commit f66b317

Please sign in to comment.