{"id":17325516,"url":"https://github.com/matoking/markovstuck","last_synced_at":"2025-04-14T16:56:56.669Z","repository":{"id":6587051,"uuid":"49586905","full_name":"Matoking/Markovstuck","owner":"Matoking","description":"A web application that generates Homestuck pages using Markov chains","archived":false,"fork":false,"pushed_at":"2022-12-08T17:58:04.000Z","size":4118,"stargazers_count":5,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T05:31:49.040Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Matoking.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-13T16:39:48.000Z","updated_at":"2023-04-07T17:42:41.000Z","dependencies_parsed_at":"2023-01-11T20:09:48.935Z","dependency_job_id":null,"html_url":"https://github.com/Matoking/Markovstuck","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matoking%2FMarkovstuck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matoking%2FMarkovstuck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matoking%2FMarkovstuck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matoking%2FMarkovstuck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Matoking","download_url":"https://codeload.github.com/Matoking/Markovstuck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248923668,"owners_count":21183949,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T14:13:36.806Z","updated_at":"2025-04-14T16:56:56.649Z","avatar_url":"https://github.com/Matoking.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markovstuck\nMarkovstuck is a web application that generates Homestuck pages using Markov chains. It is inspired by [/r/subredditsimulator](http://www.reddit.com/r/subredditsimulator) subreddit on Reddit and [Headline Smasher](http://www.headlinesmasher.com).\n\nYou can use a live copy of this site at [markovstuck.matoking.com](http://markovstuck.matoking.com).\n\n# Installation\nThe Python dependencies for this project are in the file requirements.txt and they can be installed by running the following command:\n\n```\npip install -r requirements.txt\n```\n\nIn addition to usual requirements for a Django application, Markovstuck also requires a Redis server acting as a persistent storage (check the 'persistent' cache in settings.py).\n\nBefore any pages can be generated, you'll need to run a command to download images from MSPAdventures.com the web application uses to populate the generated pages:\n\n```\npython manage.py update_images\n```\n\nPre-generated Markov chains are included in the `chains` directory. `update_data` command was used to create the Markov chains on demand, but since Homestuck's migration to a new site, the search page used for this was removed.\n\nTo ensure that pages can be generated fast, you need to run the provided chain_server.py script, which loads every existing Markov chain into memory at once. At the time of writing, the server consumes about ~500 MB of RAM on a 32-bit system or ~1 GB on a 64-bit system once loaded.\n\n```\npython chain_server.py\n```\n\n\n# Donations\nBTC: 1DL3LxGZ5ratGSmkL8VD2Tp9vd8aD1Argu\n\n# Disclaimer\nHomestuck is owned by MSPAdventures.com. This web application is neither affiliated with or endorsed by MSPAdventures.com.\n\n# License\nThis is free and unencumbered software released into the public domain.\n\nAnyone is free to copy, modify, publish, use, compile, sell, or\ndistribute this software, either in source code form or as a compiled\nbinary, for any purpose, commercial or non-commercial, and by any\nmeans.\n\nIn jurisdictions that recognize copyright laws, the author or authors\nof this software dedicate any and all copyright interest in the\nsoftware to the public domain. We make this dedication for the benefit\nof the public at large and to the detriment of our heirs and\nsuccessors. We intend this dedication to be an overt act of\nrelinquishment in perpetuity of all present and future rights to this\nsoftware under copyright law.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nFor more information, please refer to \u003chttp://unlicense.org/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatoking%2Fmarkovstuck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatoking%2Fmarkovstuck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatoking%2Fmarkovstuck/lists"}