{"id":36646900,"url":"https://github.com/krruzic/turtlefaucet","last_synced_at":"2026-01-12T10:01:28.207Z","repository":{"id":50214794,"uuid":"116889675","full_name":"krruzic/TurtleFaucet","owner":"krruzic","description":"A faucet for the greatest cryptocurrency of all time (turtlecoin.lol) sitting at ","archived":false,"fork":false,"pushed_at":"2022-12-07T23:42:03.000Z","size":143,"stargazers_count":14,"open_issues_count":6,"forks_count":27,"subscribers_count":5,"default_branch":"master","last_synced_at":"2023-06-08T21:20:18.694Z","etag":null,"topics":["bitcoin","cryptocurrency","flask","python","turtlecoin"],"latest_commit_sha":null,"homepage":"https://faucet.trtl.me","language":"Python","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/krruzic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-10T01:04:55.000Z","updated_at":"2023-03-05T03:28:46.000Z","dependencies_parsed_at":"2023-01-25T00:16:02.654Z","dependency_job_id":null,"html_url":"https://github.com/krruzic/TurtleFaucet","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/krruzic/TurtleFaucet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krruzic%2FTurtleFaucet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krruzic%2FTurtleFaucet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krruzic%2FTurtleFaucet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krruzic%2FTurtleFaucet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krruzic","download_url":"https://codeload.github.com/krruzic/TurtleFaucet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krruzic%2FTurtleFaucet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bitcoin","cryptocurrency","flask","python","turtlecoin"],"created_at":"2026-01-12T10:01:27.608Z","updated_at":"2026-01-12T10:01:28.195Z","avatar_url":"https://github.com/krruzic.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Quickly thrown together faucet. Currently set to give out 1 TRTL a pop. Limiting is set to 3 per day.\n\n\n\n## Running this\nFirst make sure Turtlecoind is running and fully sync'd.\nThen start `walletd` with these args:\n`/path/to/walletd -w walletname -p walletpass -d`\n\n`pip3 install -r requirements.txt`\nYou'll need to create a file called 'faucet.ini'.\nThe file should look like this:\n```ini\n[uwsgi]\nmodule = wsgi:app\nprotocol=http\nhttp-socket = :9090\nmaster = true\nprocesses = 1\n\nvacuum = true\n\ndie-on-term=true\n\n#environment\nenv=RECAPTCHA_PUBLIC_KEY={KEY_FROM_GOOGLE}\nenv=RECAPTCHA_PRIVATE_KEY=KEY_FROM_GOOGLE}\nenv=SECRET_KEY={random_string}\nenv=WTF_CSRF_SECRET_KEY={random_string}\nenv=FAUCET_ADDR={address_to_deposit_to}\n\n#logging\nlogger = /path/to/errlog.log\nre-logger = /path/to/reqlog.log\n```\n\nAfter that, run \n```python\npython3 -c 'from faucet import db;db.create_all()'\n```\nthen `uwsgi --ini faucet.ini`. Make sure you have turtlecoind and simplewallet running.\nI left in the google analytics because I couldn't find a way to add that at deployment. Enjoy :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrruzic%2Fturtlefaucet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrruzic%2Fturtlefaucet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrruzic%2Fturtlefaucet/lists"}