{"id":16538743,"url":"https://github.com/ryanreh99/equicopy","last_synced_at":"2026-05-09T07:05:24.977Z","repository":{"id":126672392,"uuid":"338661209","full_name":"ryanreh99/equicopy","owner":"ryanreh99","description":"https://equicopy.herokuapp.com/","archived":false,"fork":false,"pushed_at":"2021-03-12T20:21:51.000Z","size":297,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-02T03:05:17.786Z","etag":null,"topics":["celery","django","heroku","redis","redisearch","vue"],"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/ryanreh99.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":"2021-02-13T20:15:18.000Z","updated_at":"2024-08-12T20:10:21.000Z","dependencies_parsed_at":"2023-06-17T15:00:29.512Z","dependency_job_id":null,"html_url":"https://github.com/ryanreh99/equicopy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryanreh99/equicopy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanreh99%2Fequicopy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanreh99%2Fequicopy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanreh99%2Fequicopy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanreh99%2Fequicopy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanreh99","download_url":"https://codeload.github.com/ryanreh99/equicopy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanreh99%2Fequicopy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32810382,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["celery","django","heroku","redis","redisearch","vue"],"created_at":"2024-10-11T18:46:40.900Z","updated_at":"2026-05-09T07:05:24.940Z","avatar_url":"https://github.com/ryanreh99.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# equicopy\n\nhttps://equicopy.herokuapp.com/\n## Local Dev environment setup:\n\n```\nIn equicopy/settings.py set DEBUG = True\nActivate a virtual environment\nStart redis-server\npip install -r requirements.txt\nnpm install\npython manage.py runserver\nnpm run serve\nGo to http://localhost:8080\n```\n\nTo [start the scheduler](https://docs.celeryproject.org/en/stable/userguide/periodic-tasks.html#starting-the-scheduler)\nRun (in 2 separate terminals):\n```\ncelery -A equicopy beat -s \u003cPATH\u003e/celerybeat-schedule\ncelery -A equicopy worker -l INFO\n```\n___\n\nNote: The `dist` directory gets installed after the `npm install` command is run.\nThis is required only for the production version and to use it run:\n\n```\npython manage.py collectstatic\ngunicorn equicopy.wsgi\nGo to http://127.0.0.1:8000\n```\n___\n\n## Deploy on Heroku:\n\nUpdate the URLs present in `src/App.vue` to `https://equicopy.herokuapp.com/...`\nAnd also update the credentials in `server/utils/redis.py`\n\nAnd instead of using celery beat the `Heroku Scheduler` add-on is installed.\nThen push to heroku or use `heroku local web` to test first.\n___\n\n## Searching:\n\u003cdetails\u003e\n\u003csummary\u003eClick Here (Also can be found in the Help button)\u003c/summary\u003e\n\u003cbr\u003e\n\nThe `SC_NAME` queries value should always be in Upper Case.\nAppend a `*` to the string to perform prefix based search.\nElse the string has to ben an exact match.\n`MIN_PREFIX_LENGTH` has been set to 2 (default).\n\nYou can perform the `SC_NAME` query according to the following rules: \nhttps://oss.redislabs.com/redisearch/Query_Syntax/\n\n\nTo add Numeric filters, seperate the queries with a `\u0026`.\nAnd the value string containing `,` should have no spaces.\nDecimal values are also allowed.\n\nPossible Numeric filters include:\n`[\n    'OPEN',\n    'HIGH',\n    'LOW',\n    'CLOSE',\n    'LAST',\n    'PREVCLOSE',\n    'NO_TRADES',\n    'NO_OF_SHRS',\n    'NET_TURNOV',\n]`\n\n\n### Example Query:\n`SC_NAME: CRES* \u0026 OPEN: 0.23,78.6 \u0026 LAST: 22.1,40`\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanreh99%2Fequicopy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanreh99%2Fequicopy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanreh99%2Fequicopy/lists"}