{"id":19989187,"url":"https://github.com/clamytoe/htfc","last_synced_at":"2025-10-07T01:29:57.642Z","repository":{"id":84639565,"uuid":"106410480","full_name":"clamytoe/htfc","owner":"clamytoe","description":"My Pybites challenge 31 entry for a Hacktoberfest Checker.","archived":false,"fork":false,"pushed_at":"2018-12-12T01:52:58.000Z","size":165,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-12T11:50:01.299Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/clamytoe.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-10T11:52:25.000Z","updated_at":"2018-12-12T01:52:59.000Z","dependencies_parsed_at":"2023-07-23T06:19:15.618Z","dependency_job_id":null,"html_url":"https://github.com/clamytoe/htfc","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/clamytoe%2Fhtfc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamytoe%2Fhtfc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamytoe%2Fhtfc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamytoe%2Fhtfc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clamytoe","download_url":"https://codeload.github.com/clamytoe/htfc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241430311,"owners_count":19961635,"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-13T04:45:46.299Z","updated_at":"2025-10-07T01:29:57.553Z","avatar_url":"https://github.com/clamytoe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PCC31 - Hacktoberfest Checker\n\n\u003e My Pybites challenge 31 entry for a Hacktoberfest Checker.\n\n[![GitHub issues][git-issues-image]][git-issues-url]\n[![GitHub forks][git-forks-image]][git-forks-url]\n[![GitHub stars][git-stars-image]][git-stars-url]\n[![License][license-image]][license-url]\n[![Twitter][twitter-image]][twitter-url]\n\nSince my kids have taken over my laptop to play games on [Steam](http://store.steampowered.com/), I have had very little time to code on it. I really wanted to give this challenge a try, so I started playing around on my *iPhone* with [Pythonista](https://itunes.apple.com/us/app/pythonista-3/id1085978097?mt=8).\n\nI wrote the script so that it would run on either *Python 2.7* or *3*. The only requirement being that you have to install **Requests**.\n\n## How to run\n\n#### Pythonista 3\n\nJust copy the code from the repo. Create a new *Empty Script* and give it a name. Then simply paste the code into it and run it.\n\nThat's it. Everything you need is already installed in the app.\n\n#### OS X \u0026 Linux:\n\n```bash\ncd\nmkdir Projects\ncd Projects\ngit clone https://github.com/clamytoe/htfc.git\ncd htfc\npython3.6 -m venv venv\nsource ./venv/bin/activate\npip install -r requirements.txt\n```\n\n## Uninstall\n\nRemoving the files is very simple, just delete the folder where you cloned the repo to.\n\n## Usage example\n\nThis script is really simple to use:\n\n```bash\npython htfc.py\n```\n\nFrom within *Pythonista* you just select the file and press on the *run* button.\n\n![sample-run](cap1.png)\n\nJust enter your name and press return to get your results.\n\n![results](cap2.png)\n\n## Meta\n\nMartin Uribe – [@mohhinder](https://twitter.com/mohhinder) – clamytoe@gmail.com\n\nDistributed under the MIT license. See ``LICENSE`` for more information.\n\n[git-issues-image]: https://img.shields.io/github/issues/clamytoe/htfc.svg\n[git-issues-url]: https://github.com/clamytoe/htfc/issues\n[git-forks-image]: https://img.shields.io/github/forks/clamytoe/htfc.svg\n[git-forks-url]: https://github.com/clamytoe/htfc/network\n[git-stars-image]: https://img.shields.io/github/stars/clamytoe/htfc.svg\n[git-stars-url]: https://github.com/clamytoe/htfc/stargazers\n[license-image]: https://img.shields.io/badge/license-MIT-blue.svg\n[license-url]: https://raw.githubusercontent.com/clamytoe/pyTrack/master/LICENSE\n[twitter-image]: https://img.shields.io/twitter/url/https/github.com/clamytoe/htfc.svg?style=social\n[twitter-url]: https://twitter.com/intent/tweet?text=Wow:\u0026url=%5Bobject%20Object%5D\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclamytoe%2Fhtfc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclamytoe%2Fhtfc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclamytoe%2Fhtfc/lists"}