{"id":18614855,"url":"https://github.com/andrewjbateman/python-django-crypto","last_synced_at":"2025-08-17T18:41:22.740Z","repository":{"id":96860872,"uuid":"309280640","full_name":"AndrewJBateman/python-django-crypto","owner":"AndrewJBateman","description":":clipboard: Python-Django app to fetch and display crypto currency prices from the Coingecko cryptocurrency API","archived":false,"fork":false,"pushed_at":"2021-06-20T07:02:02.000Z","size":496,"stargazers_count":10,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T11:02:31.135Z","etag":null,"topics":["coingecko-api","cryptocurrencies","django","django-framework","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndrewJBateman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-11-02T06:42:07.000Z","updated_at":"2025-03-15T13:28:25.000Z","dependencies_parsed_at":"2023-03-30T11:37:17.421Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/python-django-crypto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewJBateman/python-django-crypto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fpython-django-crypto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fpython-django-crypto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fpython-django-crypto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fpython-django-crypto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/python-django-crypto/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fpython-django-crypto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270892159,"owners_count":24663543,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["coingecko-api","cryptocurrencies","django","django-framework","python"],"created_at":"2024-11-07T03:27:14.228Z","updated_at":"2025-08-17T18:41:22.685Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :zap: Python Django Crypto\n\n* Python-Django app to fetch and display crypto currency prices from the [Coingecko cryptocurrency API](https://www.coingecko.com/en/api)\n* Code from a tutorial by [Pyplane](https://www.youtube.com/channel/UCQtHyVB4O4Nwy1ff5qQnyRw) - see [:clap: Inspiration](#clap-inspiration) below\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/python-django-crypto?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/python-django-crypto?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/python-django-crypto?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/python-django-crypto?style=plastic)\n\n\n## :page_facing_up: Table of contents\n\n* [:zap: Python Django Crypto](#zap-python-django-crypto)\n  * [:page_facing_up: Table of contents](#page_facing_up-table-of-contents)\n  * [:books: General info](#books-general-info)\n  * [:camera: Screenshots](#camera-screenshots)\n  * [:signal_strength: Technologies](#signal_strength-technologies)\n  * [:floppy_disk: Setup](#floppy_disk-setup)\n  * [:computer: Code Examples](#computer-code-examples)\n  * [:cool: Features](#cool-features)\n  * [:clipboard: Status \u0026 To-do list](#clipboard-status--to-do-list)\n  * [:clap: Inspiration](#clap-inspiration)\n  * [:envelope: Contact](#envelope-contact)\n\n## :books: General info\n\n* [Coingecko cryptocurrency API](https://www.coingecko.com/en/api) supplied crypto currency information in JSON format. It is free and does not require an API key\n* [Bootstrap starter template](https://getbootstrap.com/docs/4.3/getting-started/introduction/) used in `templates/base.html`\n\n## :camera: Screenshots\n\n![screen print](./img/main.png)\n![screen print](./img/coingecko.png)\n\n## :signal_strength: Technologies\n\n* [Python v3](https://www.python.org/) programming language\n* [Django v3](https://www.djangoproject.com/) server-side web framework\n* [Coingecko cryptocurrency API](https://www.coingecko.com/en/api)\n* [Bootstrap v4](https://getbootstrap.com/docs/4.5/getting-started/introduction/) framework\n* [requests v2](https://pypi.org/project/requests/) Python HTTP library package\n* [Celery v5](https://pypi.org/project/celery/) Distributed Task Queue\n* [Redis](https://redislabs.com/) key value store\n* [Homebrew v2](https://brew.sh/2019/02/02/homebrew-2.0.0/) - not for Windows - replace with Chocolatey?\n\n## :floppy_disk: Setup\n\n* [Install Python](https://docs.python-guide.org/starting/installation/)\n* [Install pip](https://docs.python-guide.org/dev/virtualenvs/#installing-pipenv)\n* [Install Django](https://docs.djangoproject.com/en/3.1/howto/windows/) by typing `pip install Django`\n* Run `django-admin startproject crypto_proj` to create a new project [ref. docs](https://docs.djangoproject.com/en/3.1/intro/tutorial01/)\n* Open `crypto_proj` in VS Code\n* Run `python manage.py startapp positions` to create Python module\n* Add code\n* Run `pip freeze` to see list of modules installed. [Ref. Docs](https://pip.pypa.io/en/stable/reference/pip_freeze/)\n* Run `python manage.py makemigrations` for changes to models etc.\n* Run `python manage.py migrate` to migrate the migration files.\n* To add a superuser run `python manage.py createsuperuser --username=joe --email=joe@example.com` [Ref. Docs](https://docs.djangoproject.com/en/3.1/topics/auth/default/) and log into admin panel\n* Run `python manage.py runserver` to run server on port 8000. A refresh is needed after any code changes\n\n## :computer: Code Examples\n\n* extract from - tba\n\n```python\n\n```\n\n## :cool: Features\n\n* Django inbuilt packages - admin dashboard\n\n## :clipboard: Status \u0026 To-do list\n\n* Status: Incomplete: paused at video 3 - 4.05 while I check Homebrew for Windows - video only shows Mac version\n* To-do: check if chocolatey package manager can replace Homebrew which is not for Windows\n\n## :clap: Inspiration\n\n* [Pyplane: Youtube: Django real time application | django channels, celery, redis | part 1 - overview](https://www.youtube.com/watch?v=Ib8UwwnPYsE)\n* [Pyplane: Youtube: Django real time application | django channels, celery, redis | part 2](https://www.youtube.com/watch?v=YQRg5Mrg1oY)\n* [Pyplane: Youtube: Django real time application | django celery in practice | part 3](https://www.youtube.com/watch?v=DhscKT1t8Vs)\n* [Pyplane: Youtube: Django real time application | django celery in practice | part 4](https://www.youtube.com/watch?v=wfVwApNPcHs)\n\n## :file_folder: License\n\n* N/A\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fpython-django-crypto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fpython-django-crypto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fpython-django-crypto/lists"}