{"id":16686359,"url":"https://github.com/stdevteam/python-social-test","last_synced_at":"2025-03-13T15:18:12.148Z","repository":{"id":151144933,"uuid":"365231874","full_name":"stdevteam/python-social-test","owner":"stdevteam","description":null,"archived":false,"fork":false,"pushed_at":"2021-05-11T12:41:21.000Z","size":236,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-20T10:48:08.444Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stdevteam.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-05-07T12:49:41.000Z","updated_at":"2021-05-11T12:41:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"9598743b-5406-4a15-b674-b8976fb4b0b5","html_url":"https://github.com/stdevteam/python-social-test","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/stdevteam%2Fpython-social-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdevteam%2Fpython-social-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdevteam%2Fpython-social-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdevteam%2Fpython-social-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stdevteam","download_url":"https://codeload.github.com/stdevteam/python-social-test/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243428436,"owners_count":20289317,"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":[],"created_at":"2024-10-12T15:05:33.183Z","updated_at":"2025-03-13T15:18:12.136Z","avatar_url":"https://github.com/stdevteam.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-social-test\n\nDevelopment setup\n-----------------\nInstall required system packages:\n\n    sudo apt-get install python3-pip\n\nCreate www directory where project sites and environment dir\n\n    mkdir /var/www \u0026\u0026 mkdir /var/envs \u0026\u0026 mkdir /var/envs/bin\n\nInstall virtualenvwrapper\n\n    sudo pip3 install virtualenvwrapper\n    sudo pip3 install --upgrade virtualenv\n\nAdd these to your bashrc virutualenvwrapper work\n\n    export WORKON_HOME=/var/envs\n    export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3.8\n    export PROJECT_HOME=/var/www\n    export VIRTUALENVWRAPPER_HOOK_DIR=/var/envs/bin\n    source /usr/local/bin/virtualenvwrapper.sh\n\nCreate virtualenv\n\n    cd /var/envs \u0026\u0026 mkvirtualenv --python=/usr/bin/python3.8 python-social-test\n\n\nInstall requirements for a project.\n\n    cd /var/www/python-social-test \u0026\u0026 pip install -r requirements.txt\n\nConfigure DB\n\n    Import .sql file to the database\n\nConfigure .env file\n\n    An example of .env is named '.env.example'\n    \nRunning \n\n    $ flask run -p 5000","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstdevteam%2Fpython-social-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstdevteam%2Fpython-social-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstdevteam%2Fpython-social-test/lists"}