| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
For games where no images could be downloaded from Steam, which happens if a game has been removed from the store, the bot will now use a default background. This image is copyright Nintendo.
|
| |
|
|
|
|
| |
The canonical title font is Roboto Bold and the date font is Roboto Medium.
|
|
|
|
|
|
|
|
| |
The font used is MOON GET! (https://maxigamer.deviantart.com/art/Font-MOON-GET-A-Super-Mario-Odyssey-Typeface-732847350). The name of the achievement is also printed in a config-defined font. The correct moon image is also added to the output.
Fixed issue where images wouldn't be stretched to conform to a 16:9 ratio.
The bot will no longer generate multi moons.
|
|
|
|
| |
Also moved color sprites to a resources directory.
|
|
|
|
|
|
|
|
|
|
| |
This is the start of a project to add imagery to the bot's output. We began by rewriting the scraper to use a SQLite datafile instead of dumping achievement names to a text file. This allows storage of additional information about each achievement, and allows for more sophisticated scraping.
Profiles to be scraped can be added on the command line using the scraper script, instead of being specified in a config file. The scraper can conduct full or delta scrapes; in a delta scrape, only each profile's recent games are scraped, whereas they are all scraped in a full scrape.
When a game is scraped for the first time, images from the store page of that game are saved locally to be used by the bot. The bot has been altered to not use Twitter, and instead generate a pixelated image based on an image from the game of the chosen achievement. This is just for development purposes. It also crashes occasionally due to picking an achievement from a game that does not have any images saved.
Sprites of the moons from Odyssey have been included in the repository. A short message denoting their copyright is included.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|