{"id":22154616,"url":"https://github.com/ericflo/tweeak","last_synced_at":"2025-07-13T18:36:09.660Z","repository":{"id":1084782,"uuid":"932938","full_name":"ericflo/tweeak","owner":"ericflo","description":"Tweeak is an example project, created to learn and demonstrate how to use Riak.","archived":false,"fork":false,"pushed_at":"2010-09-23T18:23:27.000Z","size":98,"stargazers_count":11,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-15T01:15:05.802Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericflo.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":"2010-09-23T09:30:42.000Z","updated_at":"2024-02-27T07:58:35.000Z","dependencies_parsed_at":"2022-07-15T07:17:11.261Z","dependency_job_id":null,"html_url":"https://github.com/ericflo/tweeak","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/ericflo%2Ftweeak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericflo%2Ftweeak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericflo%2Ftweeak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericflo%2Ftweeak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericflo","download_url":"https://codeload.github.com/ericflo/tweeak/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227657560,"owners_count":17799982,"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-12-02T01:49:55.789Z","updated_at":"2024-12-02T01:49:56.497Z","avatar_url":"https://github.com/ericflo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tweeak\n\nTweeak is an example project, created to learn and demonstrate how to use\nRiak.  Running the project will present a website that has similar\nfunctionality to Twitter.\n\nMost of the magic happens in tweeak/riakapi.py, so check that out.\n\n## Installation\n\nInstalling Tweeak is fairly straightforward.  Really it just involves\nchecking out Riak and Tweeak, doing a little configuration, and\nthen starting it up.  Here's a roadmap of the steps we're going to take to\ninstall the project:\n\n1. Install Riak\n2. Check out the Tweeak source code\n3. Create a virtual Python environment with Tweeak's dependencies\n4. Start up the webserver\n\n### Install Riak\n\nThankfully, the Riak documentation on installation are quite good, so follow\nthe instructions [there](https://wiki.basho.com/display/RIAK/Installation+and+Setup).\n\n### Check out the Tweeak source code\n\ngit clone git://github.com/ericflo/tweeak.git\n\n### Create a virtual Python environment\n\nFirst, make sure to have virtualenv installed.  If it isn't installed already,\nthis should do the trick:\n\n    sudo easy_install -U virtualenv\n\nNow let's create a new virtual environment, and begin using it:\n\n    virtualenv twk\n    source twk/bin/activate\n\nWe should install pip, so that we can more easily install Tweeak's\ndependencies into our new virtual environment:\n\n    easy_install -U pip\n\nNow let's install all of the dependencies:\n\n    pip install -U -r tweeak/requirements.txt\n\nNow that we've got all of our dependencies installed, we're ready to start up\nthe server.\n\n### Start up the webserver\n\nThis is the fun part! We're done setting everything up, we just need to run it:\n\n    python manage.py runserver\n\nNow go to http://127.0.0.1:8000/ and you can play with Tweeak!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericflo%2Ftweeak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericflo%2Ftweeak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericflo%2Ftweeak/lists"}