{"id":24039121,"url":"https://github.com/rust-sol-dev/strabot-python-django","last_synced_at":"2025-11-20T00:02:57.128Z","repository":{"id":238892789,"uuid":"786383450","full_name":"Rust-Sol-Dev/strabot-python-django","owner":"Rust-Sol-Dev","description":"Coin data scraper","archived":false,"fork":false,"pushed_at":"2024-04-14T09:44:29.000Z","size":14609,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T07:24:45.821Z","etag":null,"topics":["django","python"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/Rust-Sol-Dev.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":"2024-04-14T09:43:09.000Z","updated_at":"2025-02-13T20:23:55.000Z","dependencies_parsed_at":"2024-05-08T18:48:42.265Z","dependency_job_id":null,"html_url":"https://github.com/Rust-Sol-Dev/strabot-python-django","commit_stats":null,"previous_names":["mrrust77/strabot-python-django","misterrust/strabot-python-django","rust-sol-dev/strabot-python-django"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rust-Sol-Dev/strabot-python-django","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rust-Sol-Dev%2Fstrabot-python-django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rust-Sol-Dev%2Fstrabot-python-django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rust-Sol-Dev%2Fstrabot-python-django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rust-Sol-Dev%2Fstrabot-python-django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rust-Sol-Dev","download_url":"https://codeload.github.com/Rust-Sol-Dev/strabot-python-django/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rust-Sol-Dev%2Fstrabot-python-django/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285348528,"owners_count":27156475,"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-11-19T02:00:05.673Z","response_time":65,"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":["django","python"],"created_at":"2025-01-08T20:35:22.782Z","updated_at":"2025-11-20T00:02:57.081Z","avatar_url":"https://github.com/Rust-Sol-Dev.png","language":"HTML","readme":"# STRATBOT\n\nBehold My Awesome Project!\n\n[![Built with Cookiecutter Django](https://img.shields.io/badge/built%20with-Cookiecutter%20Django-ff69b4.svg?logo=cookiecutter)](https://github.com/cookiecutter/cookiecutter-django/)\n[![Black code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n\n## Settings\n\nMoved to [settings](http://cookiecutter-django.readthedocs.io/en/latest/settings.html).\n\n## Basic Commands\n\n### Setting Up Your Users\n\n-   To create a **normal user account**, just go to Sign Up and fill out the form. Once you submit it, you'll see a \"Verify Your E-mail Address\" page. Go to your console to see a simulated email verification message. Copy the link into your browser. Now the user's email should be verified and ready to go.\n\n-   To create a **superuser account**, use this command:\n\n        $ python manage.py createsuperuser\n\nFor convenience, you can keep your normal user logged in on Chrome and your superuser logged in on Firefox (or similar), so that you can see how the site behaves for both kinds of users.\n\n### Type checks\n\nRunning type checks with mypy:\n\n    $ mypy stratbot\n\n### Test coverage\n\nTo run the tests, check your test coverage, and generate an HTML coverage report:\n\n    $ coverage run -m pytest\n    $ coverage html\n    $ open htmlcov/index.html\n\n#### Running tests with pytest\n\n    $ pytest\n\n### Live reloading and Sass CSS compilation\n\nMoved to [Live reloading and SASS compilation](https://cookiecutter-django.readthedocs.io/en/latest/developing-locally.html#sass-compilation-live-reloading).\n\n### Celery\n\nThis app comes with Celery.\n\nTo run a celery worker:\n\n``` bash\ncd stratbot\ncelery -A config.celery_app worker -l info\n```\n\nPlease note: For Celery's import magic to work, it is important *where* the celery commands are run. If you are in the same folder with *manage.py*, you should be right.\n\n### Email Server\n\nIn development, it is often nice to be able to see emails that are being sent from your application. For that reason local SMTP server [MailHog](https://github.com/mailhog/MailHog) with a web interface is available as docker container.\n\nContainer mailhog will start automatically when you will run all docker containers.\nPlease check [cookiecutter-django Docker documentation](http://cookiecutter-django.readthedocs.io/en/latest/deployment-with-docker.html) for more details how to start all containers.\n\nWith MailHog running, to view messages that are sent by your application, open your browser and go to `http://127.0.0.1:8025`\n\n### Sentry\n\nSentry is an error logging aggregator service. You can sign up for a free account at \u003chttps://sentry.io/signup/?code=cookiecutter\u003e or download and host it yourself.\nThe system is set up with reasonable defaults, including 404 logging and integration with the WSGI application.\n\nYou must set the DSN url in production.\n\n## Deployment\n\nThe following details how to deploy this application.\n\n### Heroku\n\nSee detailed [cookiecutter-django Heroku documentation](http://cookiecutter-django.readthedocs.io/en/latest/deployment-on-heroku.html).\n\n### Docker\n\nSee detailed [cookiecutter-django Docker documentation](http://cookiecutter-django.readthedocs.io/en/latest/deployment-with-docker.html).\n### Custom Bootstrap Compilation\n\nThe generated CSS is set up with automatic Bootstrap recompilation with variables of your choice.\nBootstrap v5 is installed using npm and customised by tweaking your variables in `static/sass/custom_bootstrap_vars`.\n\nYou can find a list of available variables [in the bootstrap source](https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss), or get explanations on them in the [Bootstrap docs](https://getbootstrap.com/docs/5.1/customize/sass/).\n\nBootstrap's javascript as well as its dependencies is concatenated into a single file: `static/js/vendors.js`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-sol-dev%2Fstrabot-python-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frust-sol-dev%2Fstrabot-python-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-sol-dev%2Fstrabot-python-django/lists"}