Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed scraping of images from age-restricted games | Kelly Rauchenberger | 2018-03-02 | 1 | -1/+4 |
| | |||||
* | Added overlay shadow, achievement title wrapping, and date | Kelly Rauchenberger | 2018-03-02 | 3 | -15/+166 |
| | | | | The canonical title font is Roboto Bold and the date font is Roboto Medium. | ||||
* | Added "YOU GOT A MOON!" overlay to image | Kelly Rauchenberger | 2018-03-02 | 3 | -46/+26 |
| | | | | | | | | 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. | ||||
* | Renamed "moon image" to color | Kelly Rauchenberger | 2018-03-01 | 16 | -12/+22 |
| | | | | Also moved color sprites to a resources directory. | ||||
* | Redesigned persistent data formta | Kelly Rauchenberger | 2018-03-01 | 20 | -32/+442 |
| | | | | | | | | | | 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. | ||||
* | Decreased bot delay to 1 hour | Kelly Rauchenberger | 2018-02-23 | 1 | -1/+1 |
| | |||||
* | Added progress logging to scraper | Kelly Rauchenberger | 2018-02-23 | 1 | -0/+4 |
| | |||||
* | Scraper can scrape number-based user profiles | Kelly Rauchenberger | 2018-02-23 | 1 | -2/+2 |
| | |||||
* | Scraper now takes path to config as command-line argument | Kelly Rauchenberger | 2018-02-23 | 1 | -1/+1 |
| | |||||
* | Scraper uses config-defined achievements list | Kelly Rauchenberger | 2018-02-23 | 1 | -4/+4 |
| | |||||
* | Created bot | Kelly Rauchenberger | 2018-02-23 | 6 | -0/+147 |