diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-03-01 16:03:16 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-03-01 16:03:16 -0500 |
commit | 473b327ceed3afb5e5683002b39fd9c1947cb25a (patch) | |
tree | 0dd2eac68605ad8cf34a2e2e54c6a44ad3ab14c1 /.gitignore | |
parent | d85fed8541a9580e820a907d83a2184b020572ba (diff) | |
download | lunatic-473b327ceed3afb5e5683002b39fd9c1947cb25a.tar.gz lunatic-473b327ceed3afb5e5683002b39fd9c1947cb25a.tar.bz2 lunatic-473b327ceed3afb5e5683002b39fd9c1947cb25a.zip |
Redesigned persistent data formta
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.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions