{"id":24830047,"url":"https://github.com/vacovsky/mindbody-django","last_synced_at":"2026-03-05T02:03:15.556Z","repository":{"id":98864876,"uuid":"38915880","full_name":"vacovsky/MINDBODY-Django","owner":"vacovsky","description":"A demonstration showing how to build an integration with the MINDBODY SOAP API using Python 3 and Django 1.8.","archived":false,"fork":false,"pushed_at":"2017-06-25T14:24:49.000Z","size":2474,"stargazers_count":11,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-14T04:33:53.601Z","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/vacovsky.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-07-11T06:04:59.000Z","updated_at":"2023-07-12T23:08:44.000Z","dependencies_parsed_at":"2023-07-20T23:16:00.516Z","dependency_job_id":null,"html_url":"https://github.com/vacovsky/MINDBODY-Django","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vacovsky/MINDBODY-Django","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vacovsky%2FMINDBODY-Django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vacovsky%2FMINDBODY-Django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vacovsky%2FMINDBODY-Django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vacovsky%2FMINDBODY-Django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vacovsky","download_url":"https://codeload.github.com/vacovsky/MINDBODY-Django/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vacovsky%2FMINDBODY-Django/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30106153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:39:18.192Z","status":"online","status_checked_at":"2026-03-05T02:00:06.710Z","response_time":93,"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":[],"created_at":"2025-01-30T23:48:42.619Z","updated_at":"2026-03-05T02:03:15.543Z","avatar_url":"https://github.com/vacovsky.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MINDBODY Django Demo\nA demonstration showing how to build an integration with the MINDBODY SOAP API using Python 3 and Django 1.8.  I did this in my spare time, so bugs are likely.  I'll try to fix them as I find them.\n\nhttps://mbodjango.herokuapp.com\n\n\n## Initial Setup - Linux \n###### (If someone wants to make a quick setup for windows, that would be helpful.)\n\n\n### Step 1. Create a virtual environment in the root of the project folder\n\n```\nvirtualenv -p /usr/bin/python3.4 venv\n```\n\n### Step 2. Activate the virtual environment\n\n```\n. venv/bin/activate\n```\n\n### Step 3. Install required modules using pip\n\n```\npip install -r requirements.txt\n```\n\n### Step 4. Populate the mboapi_djangodemo/SECRETS.py file with your credentials\n\n```\nSOURCENAME = 'yoursourcename'  #SourceName to be used in all API Calls in this project\nSOURCEPASS = 'yoursourcepass'  #SourceName Password to be used in all API calls\n\n# (this should be populated from some other place, not hard coded.  However, since this is just a demonstration, you can of course plop them in here and make API calls until the cows come home.)\n\nUSERNAME = 'youruser'  \nUSERPASS = 'yourpass'  # staff credentials, etc\n\n# SiteIDs to be used in all API Calls - should ALWAYS match for SourceCredentials and UserCredentials nodes.  If you are new to the MINDBODY API, you should probably use site ID -99 until you have everything coded the way you like it.  Otherwise, charges could be incurred.\nSITEIDs = []\n\n\n# optional stuff if you have a mail service.  handles contact form stuff, and whatever else the developer decides to hook up.  Form for comments is disabled because I didn't want anyone abusing it.\n\nMAIL_SERVER = ''\nMAIL_SERVER_USER = ''\nMAIL_SERVER_PASS = \"\"\nMAIL_SERVER_ADMIN = ''  #email address of mail administrator\n\n# !!!!!! DO NOT FORGET TO SET THIS!!!!!!  \n# This is what protects your session data, cookies, etc.  Very important that it's STRONG!\nAPPLICATION_SECRET = \"\"\n```\n\n### Step 5. If all the modules installed, you should be able to fire up the application.  \n\n######While in your virtual environment, run\n```\npython3 manage.py syncdb\npython3 manage.py runserver\n```\n\n### Step 6. Once the application is running, browse to localhost:8000 to see the results.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvacovsky%2Fmindbody-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvacovsky%2Fmindbody-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvacovsky%2Fmindbody-django/lists"}