{"id":16220422,"url":"https://github.com/mortonfox/twstat-web","last_synced_at":"2025-08-23T14:31:56.183Z","repository":{"id":7480172,"uuid":"9178386","full_name":"mortonfox/twstat-web","owner":"mortonfox","description":"Rails-based web interface to the twstat Twitter stats generator.","archived":false,"fork":false,"pushed_at":"2023-03-08T19:42:54.000Z","size":188,"stargazers_count":2,"open_issues_count":7,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-27T22:38:43.292Z","etag":null,"topics":["chart","rails","ruby","twitter"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mortonfox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-04-02T19:39:20.000Z","updated_at":"2021-07-30T17:44:06.000Z","dependencies_parsed_at":"2024-10-27T20:32:01.670Z","dependency_job_id":"f5714167-6cde-4e85-8f85-7d92df3eff7f","html_url":"https://github.com/mortonfox/twstat-web","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/mortonfox%2Ftwstat-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mortonfox%2Ftwstat-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mortonfox%2Ftwstat-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mortonfox%2Ftwstat-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mortonfox","download_url":"https://codeload.github.com/mortonfox/twstat-web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230700827,"owners_count":18267076,"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":["chart","rails","ruby","twitter"],"created_at":"2024-10-10T11:58:41.240Z","updated_at":"2024-12-21T10:16:04.173Z","avatar_url":"https://github.com/mortonfox.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# twstat-web - Online Twitter stats generator\n\n## Introduction\n\nThis is a Rails website that provides a web interface for\n[twstat](https://github.com/mortonfox/twstat). twstat is a script that\ngenerates a single web page of charts from the data in a Twitter archive.\n\nThe generated web page references the following libraries from online sources:\n\n* jQuery (from [CDNJS](http://cdnjs.com/))\n* [jQCloud](https://github.com/lucaong/jQCloud) jQuery plugin (from [CDNJS](http://cdnjs.com/))\n* [Google Chart Tools](https://developers.google.com/chart/)\n\n### Twitter archive\n\nIn December 2012, Twitter\n[introduced](http://blog.twitter.com/2012/12/your-twitter-archive.html) a\nfeature allowing users to download an archive of their entire user timeline. By\nFebruary 2013, it was available to all users.\n\nTo request your Twitter archive:\n\n1. Visit \u003chttps://twitter.com/settings/account\u003e\n1. Click on the \"Request your archive\" button. (near the bottom of the settings page)\n1. Wait for an email from Twitter with a download link.\n\n## Installation\n\nDownload the file tree and deploy it as a Rails application. This step depends\non your web hosting setup.\n\nBy default, twstat-web uses SQLite for the database backend. Edit\n`config/database.yml` if you wish to use a different database server.\n\nSign up for a Twitter API key at \u003chttps://apps.twitter.com/\u003e and add it to the\nproduction section in `config/apikeys.yml`. You may also add a development API\nkey here if you are installing another copy for testing.\n\nRun the following in the root of the file tree:\n\n* `bundle install`\n* `rake secret` (Use the secret key generated by this command to set the\n  `SECRET_KEY_BASE` environment variable for the user running this Rails\n  application in production mode.)\n* `RAILS_ENV=production rake db:migrate`\n* `RAILS_ENV=production script/delayed_job start`\n* `bundle exec rails server -e production`\n\nThe `delayed_job` startup command should be placed in bootup actions or\nequivalent at your web host.\n\nThe `rails server` startup command may also differ or be eliminated entirely\ndepending on your web hosting setup.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmortonfox%2Ftwstat-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmortonfox%2Ftwstat-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmortonfox%2Ftwstat-web/lists"}