{"id":18455247,"url":"https://github.com/sahildua2305/hackide","last_synced_at":"2025-04-08T04:33:58.070Z","repository":{"id":3465337,"uuid":"49087234","full_name":"sahildua2305/hackIDE","owner":"sahildua2305","description":"hackIDE is an online code editor, compiler and interpreter based on Django, powered by HackerEarth API! Go, hack it!","archived":false,"fork":false,"pushed_at":"2022-12-26T20:15:11.000Z","size":2114,"stargazers_count":293,"open_issues_count":29,"forks_count":122,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-03-23T06:11:20.911Z","etag":null,"topics":["code","code-editor","django","hackerearth-api","interpreter"],"latest_commit_sha":null,"homepage":"http://hackide.herokuapp.com/","language":"JavaScript","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/sahildua2305.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}},"created_at":"2016-01-05T19:18:11.000Z","updated_at":"2025-02-25T07:18:02.000Z","dependencies_parsed_at":"2023-01-11T16:16:54.841Z","dependency_job_id":null,"html_url":"https://github.com/sahildua2305/hackIDE","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/sahildua2305%2FhackIDE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahildua2305%2FhackIDE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahildua2305%2FhackIDE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahildua2305%2FhackIDE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sahildua2305","download_url":"https://codeload.github.com/sahildua2305/hackIDE/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247779796,"owners_count":20994569,"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":["code","code-editor","django","hackerearth-api","interpreter"],"created_at":"2024-11-06T08:07:32.954Z","updated_at":"2025-04-08T04:33:55.200Z","avatar_url":"https://github.com/sahildua2305.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hackIDE\n\nhackIDE is an online code editor, compiler and interpreter based on Django, powered by HackerEarth API! Go, hack it!\n\n#### Visit - [hackIDE | Online Code Editor, Compiler \u0026 Interpreter](http://hackide.herokuapp.com)\n\n\n## Screenshot- \n![Screenshot for HackIDE](/hackIDE/static/hackIDE/img/screenshot.png?raw=true \"Screenshot for HackIDE\")\n\n## Getting set up\nDepending on your environment, you may need to install some libraries. On Debian/Ubuntu, you will need to:\n```shell\nsudo apt-get install libmysqlclient-dev libcurl4-gnutls-dev\n```\n\nTo get your Python environment properly set up, you can create a virtual environment and use the requirements.txt file to install the proper versions of various libraries.\n\n```shell\n# Navigate to a directory of your choosing, where you will store your virtual environment.\n$ mkdir virtualEnvs\n$ cd virtualEnvs\n$ virtualenv hackIDE_venv # We need python2. If you are using 3 by default, type virtualenv -p /usr/bin/python2.7 hackIDE_venv\n$ source ~/virtualEnvs/hackIDE_venv/bin/activate\n$ cd /location/of/your/copy/of/hackIDE\n$ pip install -r requirements.txt\n```\n\n\n## How to run the server locally\nTo run the server locally, you will need to do two things:\n1. Get a hackerearth API \"Client Secret Key\"\n2. Change the hackIDE_project/settings.py file\n\n### Get a Client Secret Key\nGo to https://www.hackerearth.com/api/register/, create a HackerEarth profile and register a URL. You can register http://google.com, for example. Then you will be provided with a Client Secret Key.\n\n###  Change the hackIDE_project/settings.py file.\nChange the ALLOWED_HOSTS line to\n```shell\nALLOWED_HOSTS = ['*'] if not DEBUG else ['*']\n```\n\n### Then, startup the server with:\n\n```shell\n$ python manage.py collectstatic\n$ HE_CLIENT_SECRET=your_token_here python manage.py runserver\n```\n\nThen, you can connect to the site at 0.0.0.0:8000.\n\n## TODO\n - [x] Add \"Download code as a zipped file\" option\n - [x] Implement \"Save code on cloud\" feature\n - [x] Explain how to get a HackerEarth API key\n - [ ] Implement profiling system allowing users to make their profiles and saving codes in their profiles\n\n## Stargazers over time\n\n[![Stargazers over time](https://starcharts.herokuapp.com/sahildua2305/hackide.svg)](https://starcharts.herokuapp.com/sahildua2305/hackide)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahildua2305%2Fhackide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsahildua2305%2Fhackide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahildua2305%2Fhackide/lists"}