{"id":16509537,"url":"https://github.com/pythonhubdev/auto-research-bot","last_synced_at":"2025-09-12T06:46:18.914Z","repository":{"id":247149727,"uuid":"825133748","full_name":"pythonhubdev/auto-research-bot","owner":"pythonhubdev","description":"A Streamlit-based bot for automated research and report generation using Langchain and SQLAlchemy. Effortlessly create and manage chat sessions, generate detailed summaries, and save reports with ease.","archived":false,"fork":false,"pushed_at":"2025-01-13T18:33:02.000Z","size":770,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-02T14:59:08.313Z","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/pythonhubdev.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-06T22:02:46.000Z","updated_at":"2024-12-03T15:21:41.000Z","dependencies_parsed_at":"2024-09-10T15:24:17.489Z","dependency_job_id":"c3838638-048d-4c27-8676-8cc4de508d2b","html_url":"https://github.com/pythonhubdev/auto-research-bot","commit_stats":null,"previous_names":["pythonhubdev/auto-research-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pythonhubdev/auto-research-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythonhubdev%2Fauto-research-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythonhubdev%2Fauto-research-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythonhubdev%2Fauto-research-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythonhubdev%2Fauto-research-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pythonhubdev","download_url":"https://codeload.github.com/pythonhubdev/auto-research-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythonhubdev%2Fauto-research-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274770631,"owners_count":25346211,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"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":"2024-10-11T15:51:02.975Z","updated_at":"2025-09-12T06:46:18.867Z","avatar_url":"https://github.com/pythonhubdev.png","language":"Python","readme":"# AutoResearchBot\n\nA multi-agent system that automates research and generates concise reports on given topics using Langchain and\nStreamlit, with data stored in SQLite.\n\n## Features\n\n- **Automated Research**: Gathers information on a given topic using various APIs.\n- **Summarization**: Generates concise summaries using a language model.\n- **Interactive Interface**: User-friendly Streamlit interface to input topics and view/edit summaries.\n- **Database Integration**: Stores edited summaries in an SQLite database.\n\n## Requirements\n\n- Python 3.10+\n- Docker (for containerized setup)\n\n## Setup\n\n### Local Setup\n\n1. **Clone the Repository:**\n   ```bash\n   git clone https://github.com/your-username/AutoResearchBot.git\n   cd AutoResearchBot\n   ```\n\n2. **Create a Virtual Environment:**\n   ```bash\n   poetry install\n   poetry shell\n   ```\n3. **Set Up Environment Variables:**\n   Create a `.env` file in the root directory and add the following:\n   ```bash\n   OPENAI_API_KEY=your_openai_api_key\n   ```\n4. Run the Application:\n   ```bash\n   streamlit run app.py\n   ```\n\n## Docker Setup\n\n1. Build the Docker Image:\n    ```bash\n    docker build -t autoresearchbot .\n    ```\n\n2. Run the Docker Container:\n    ```bash\n    docker run -d -p 8501:8501 --env OPENAI_API_KEY=your_openai_api_key autoresearchbot\n    ```\n\n## Usage\n\n1. **Input a Topic:** Enter a topic in the input field on the Streamlit interface.\n\n2. **Generate Report:** Click the \"Generate Report\" button to fetch data and generate a summary.\n\n3. **Edit and Save Summary:** Edit the summary if needed and click the \"Save Summary\" button to store it in the\n   database.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythonhubdev%2Fauto-research-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpythonhubdev%2Fauto-research-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythonhubdev%2Fauto-research-bot/lists"}