{"id":19826382,"url":"https://github.com/jonra1993/mock-social-api","last_synced_at":"2025-02-28T16:33:49.600Z","repository":{"id":259527348,"uuid":"867865817","full_name":"jonra1993/mock-social-api","owner":"jonra1993","description":"Mock APIs Arntreal","archived":false,"fork":false,"pushed_at":"2024-11-15T22:50:20.000Z","size":155,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T09:18:53.536Z","etag":null,"topics":["fastapi","pydantic","pydantic-v2"],"latest_commit_sha":null,"homepage":"https://mock-social-api.vercel.app/docs","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/jonra1993.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}},"created_at":"2024-10-04T22:09:30.000Z","updated_at":"2024-11-15T22:50:24.000Z","dependencies_parsed_at":"2024-10-26T08:08:54.649Z","dependency_job_id":"e906f97f-f02a-4067-98e8-8ce92bb1daf8","html_url":"https://github.com/jonra1993/mock-social-api","commit_stats":null,"previous_names":["jonra1993/mock-social-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonra1993%2Fmock-social-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonra1993%2Fmock-social-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonra1993%2Fmock-social-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonra1993%2Fmock-social-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonra1993","download_url":"https://codeload.github.com/jonra1993/mock-social-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241181800,"owners_count":19923510,"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":["fastapi","pydantic","pydantic-v2"],"created_at":"2024-11-12T11:10:16.814Z","updated_at":"2025-02-28T16:33:49.568Z","avatar_url":"https://github.com/jonra1993.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Mock Social API\n\n## Overview\n\nThis project is built using FastAPI and allows you to track user activity and check follow status on Instagram accounts. \n\n## Prerequisites\n\nBefore running the project, you need to have [Poetry](https://python-poetry.org/docs/#installation) installed. Poetry is a dependency management tool for Python.\n\n### Install Poetry\n\nTo install Poetry, follow the instructions provided on their [official installation page](https://python-poetry.org/docs/#installation). \n\nFor most systems, you can use the following command:\n\n```bash\ncurl -sSL https://install.python-poetry.org | python3 -\n```\n\nAfter installation, ensure that Poetry is in your PATH:\n\n```bash\nexport PATH=\"$HOME/.local/bin:$PATH\"\n```\n\n## Getting Started\n\n1. **Clone the repository** (if you haven't already):\n\n   ```bash\n   git clone https://github.com/jonra1993/mock-social-api.git\n   cd mock-social-api\n   ```\n\n2. **Install dependencies**:\n\n   ```bash\n   poetry install\n   ```\n\n3. **Activate the Poetry environment**:\n\n   ```bash\n   poetry shell\n   ```\n\n4. **Run the FastAPI project**:\n\n   Use the following command to start the FastAPI server:\n\n   ```bash\n   fastapi dev mock_social_api/main.py\n   ```\n\n5. **Access the API**:\n\n   Open your web browser and go to [http://localhost:8000/docs](http://localhost:8000/docs) to access the FastAPI documentation and test the endpoints.\n\n## Project Structure\n\n- `mock_social_api/`: Contains the main application logic.\n- `main.py`: Entry point for the FastAPI application.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonra1993%2Fmock-social-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonra1993%2Fmock-social-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonra1993%2Fmock-social-api/lists"}