{"id":19229634,"url":"https://github.com/nicolas-raoul/troois","last_synced_at":"2025-04-21T02:33:03.973Z","repository":{"id":1815236,"uuid":"2739417","full_name":"nicolas-raoul/Troois","owner":"nicolas-raoul","description":"Like Amazon S3 on Google App Engine","archived":false,"fork":false,"pushed_at":"2022-05-09T19:45:21.000Z","size":101,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T08:11:12.783Z","etag":null,"topics":["amazon-s3","gae","google-app-engine","gratis"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"LISPmob/lig-lispmob","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicolas-raoul.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"license-agpl-3.0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-09T04:27:45.000Z","updated_at":"2017-04-18T07:15:08.000Z","dependencies_parsed_at":"2022-08-20T04:50:30.666Z","dependency_job_id":null,"html_url":"https://github.com/nicolas-raoul/Troois","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/nicolas-raoul%2FTroois","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolas-raoul%2FTroois/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolas-raoul%2FTroois/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolas-raoul%2FTroois/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicolas-raoul","download_url":"https://codeload.github.com/nicolas-raoul/Troois/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249986187,"owners_count":21356339,"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":["amazon-s3","gae","google-app-engine","gratis"],"created_at":"2024-11-09T15:35:10.373Z","updated_at":"2025-04-21T02:33:03.744Z","avatar_url":"https://github.com/nicolas-raoul.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Troois: Like Amazon S3 on Google App Engine\n\nGoal: Install Troois to your Google App Engine account, and you can send/retrieve files, a bit like on Amazon S3.\n\nWho would use Troois instead of Amazon S3, which is so cheap?\n- Open source project who have zero money.\n- People who want zero running costs.\n\nLimitations:\n- No encryption\n- No authentication\n\nRuby code to send a file:\n    troois_url = 'http://your-troois-app.appspot.com/' # Configure yours here\n    require 'open-uri'\n    require 'rest_client'\n    form = open(troois_url) {|f| f.read }\n    post_url = form.gsub(/.*action=\\\"/, '').gsub(/\\\" method.*/, '')\n    puts 'Dynamic URL for Google App Engine blobstore upload:' + post_url\n    key = RestClient.post post_url, :file =\u003e File.new('your-file.odt', 'rb')\n    puts 'File now available at: ' + troois_url + 'serve/' + key\n\nThen anyone with the URL can download the file.\nThe URL contains a very long randomly-generated unique key.\n\nTODO:\nThe Ruby code above could proably be improved to remove the form-parsing step.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolas-raoul%2Ftroois","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicolas-raoul%2Ftroois","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolas-raoul%2Ftroois/lists"}