{"id":28726509,"url":"https://github.com/kritik-helpingai/helpingai_t2","last_synced_at":"2025-06-15T12:39:42.070Z","repository":{"id":212775238,"uuid":"732295666","full_name":"Kritik-helpingai/Helpingai_T2","owner":"Kritik-helpingai","description":"A simple module/way to use Perplexity AI in Python.","archived":false,"fork":false,"pushed_at":"2024-05-09T15:54:22.000Z","size":46,"stargazers_count":11,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-24T19:44:25.145Z","etag":null,"topics":["ai","api","artificial-intelligence","free","perplexity","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/Helpingai-T2/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kritik-helpingai.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":"2023-12-16T07:40:21.000Z","updated_at":"2024-11-28T09:21:08.000Z","dependencies_parsed_at":"2024-05-03T05:52:17.454Z","dependency_job_id":"9b35c604-239a-47a7-9b27-b83079cdf84a","html_url":"https://github.com/Kritik-helpingai/Helpingai_T2","commit_stats":null,"previous_names":["helpingai/helpingai_t2","kritik-helpingai/helpingai_t2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kritik-helpingai/Helpingai_T2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kritik-helpingai%2FHelpingai_T2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kritik-helpingai%2FHelpingai_T2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kritik-helpingai%2FHelpingai_T2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kritik-helpingai%2FHelpingai_T2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kritik-helpingai","download_url":"https://codeload.github.com/Kritik-helpingai/Helpingai_T2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kritik-helpingai%2FHelpingai_T2/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259977668,"owners_count":22941115,"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":["ai","api","artificial-intelligence","free","perplexity","python"],"created_at":"2025-06-15T12:39:37.601Z","updated_at":"2025-06-15T12:39:42.044Z","avatar_url":"https://github.com/Kritik-helpingai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helpingai_T2\r\n\r\nHelpingai_T2 is a Python module that allows you to interact with the Perplexity AI. It's simple to use and can be easily integrated into your Python projects.\r\n\r\n## Installation\r\n\r\nYou can install Helpingai_T2 using pip. Run the following command in your terminal:\r\n\r\n```bash\r\npython -m pip install -U Helpingai-T2\r\n```\r\n\r\nJoin our [Discord server](https://discord.gg/3fJENZMzqY) for live chat, support, or if you have any issues with this package.\r\n\r\n## Support this repository:\r\n- ⭐ **Star the project:** Star this repository. It means a lot to us! 💕\r\n- 🎉 **Join our Discord Server:** Chat with us and others. [Join here](https://discord.gg/3fJENZMzqY)\r\n- 📺 **Subscribe to our YouTube channel:** Stay updated with our latest tutorials and updates. [Subscribe here](https://youtube.com/@OEvortex?si=-NVlePE4S6jFAVBx)\r\n- 📬 **Join our Telegram group:** Join our community for discussions and support. [Join here](https://t.me/+DjtjCbsEV7k3NDll)\r\n\r\n\r\n## Usage\r\n\r\nHere are some examples of how you can use the Helpingai_T2 module in your code:\r\n\r\n### Single Prompt Example\r\n\r\nThis example takes a single input from the user and generates a response using the Perplexity AI.\r\n\r\n```python\r\nfrom Helpingai_T2 import Perplexity\r\n\r\n# Get a prompt from the user\r\nprompt = input(\"👦: \")\r\n\r\n# Generate a response using the Perplexity AI\r\nfor a in Perplexity().generate_answer(prompt):\r\n    print(f\"🤖: {a['answer']}\")\r\n```\r\n\r\n### Continuous Conversation Example\r\n\r\nThis example continuously takes input from the user and generates responses, creating an ongoing conversation with the Perplexity AI.\r\n\r\n```python\r\nfrom Helpingai_T2 import Perplexity\r\n\r\n# Start a continuous conversation with the user\r\nwhile True:\r\n    # Get a prompt from the user\r\n    prompt = input(\"👦: \")\r\n\r\n    # Generate a response using the Perplexity AI\r\n    for a in Perplexity().generate_answer(prompt):\r\n        print(f\"🤖: {a['answer']}\")\r\n```\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkritik-helpingai%2Fhelpingai_t2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkritik-helpingai%2Fhelpingai_t2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkritik-helpingai%2Fhelpingai_t2/lists"}