{"id":19939176,"url":"https://github.com/zapnap/retweet","last_synced_at":"2025-07-16T10:44:01.782Z","repository":{"id":491493,"uuid":"117858","full_name":"zapnap/retweet","owner":"zapnap","description":"A simple Twitter application template, built in Ruby with Sinatra and DataMapper","archived":false,"fork":false,"pushed_at":"2010-01-22T16:51:19.000Z","size":112,"stargazers_count":72,"open_issues_count":0,"forks_count":12,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T10:10:02.861Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zapnap.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-01-30T04:43:28.000Z","updated_at":"2024-03-17T14:25:27.000Z","dependencies_parsed_at":"2022-07-07T14:03:36.724Z","dependency_job_id":null,"html_url":"https://github.com/zapnap/retweet","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/zapnap/retweet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Fretweet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Fretweet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Fretweet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Fretweet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zapnap","download_url":"https://codeload.github.com/zapnap/retweet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Fretweet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260924535,"owners_count":23083524,"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-11-12T23:45:14.599Z","updated_at":"2025-06-20T10:10:05.435Z","avatar_url":"https://github.com/zapnap.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Retweet: A Twitter Application Template\n\nA base application template for building simple Twitter web apps with Sinatra and DataMapper. If you just want to build a simple keyword-based aggregator (such as http://tweetdreams.org), all you need to do is edit \u003ctt\u003eenvironment.rb\u003c/tt\u003e to set the name of your app and the API search keyword(s), edit the CSS, and go.\n\n== Configuration\n\nDependencies and all configuration is done in \u003ctt\u003eenvironment.rb\u003c/tt\u003e. Your database is also set up here. DataMapper will use sqlite3 by default. Tests use the sqlite3-memory adapter (no configuration needed).\n\nAdd your controller actions in \u003ctt\u003eapplication.rb\u003c/tt\u003e. Views for these actions are placed in the \u003ctt\u003eviews\u003c/tt\u003e directory. Static files, including a stock stylesheet, go in the \u003ctt\u003epublic\u003c/tt\u003e directory. Models go in the \u003ctt\u003elib\u003c/tt\u003e directory and are auto-loaded. \n\n== Testing\n\nRspec is included in the template. Add your specs in \u003ctt\u003espec\u003c/tt\u003e; just require \u003ctt\u003espec_helper.rb\u003c/tt\u003e to pre-configure the test environment. To run the specs:\n\n  rake spec\n\n== Getting Started\n\n  rake db:migrate\n  rake twitter:update\n  ruby application.rb\n\n== Status Updates\n\nRun \u003ctt\u003erake twitter:update\u003c/tt\u003e to update the cached tweets. You can schedule this as a cron job to fire every few minutes if you like.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzapnap%2Fretweet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzapnap%2Fretweet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzapnap%2Fretweet/lists"}