From 0f7d7e9f91a95813511af2264b11948d1967f2e2 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Fri, 24 Nov 2023 02:00:23 +0000 Subject: [PATCH 1/6] Create techstack.yml --- techstack.yml | 252 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 252 insertions(+) create mode 100644 techstack.yml diff --git a/techstack.yml b/techstack.yml new file mode 100644 index 00000000..43727b7e --- /dev/null +++ b/techstack.yml @@ -0,0 +1,252 @@ +repo_name: Or4cl3AI/GitBotAI-2.0 +report_id: 17b4df83c58fdeb183e1c59b9a43d23b +repo_type: Public +timestamp: '2023-11-24T02:00:21+00:00' +requested_by: Or4cl3AI +provider: github +branch: main +detected_tools_count: 21 +tools: +- name: C lang + description: One of the most widely used programming languages of all time + website_url: http://en.wikipedia.org/wiki/C_(programming_language) + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/no-img-open-source.png + detection_source: Repo Metadata +- name: C++ + description: Has imperative, object-oriented and generic programming features, while + also providing the facilities for low level memory manipulation + website_url: http://www.cplusplus.com/ + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/1049/cplusplus.png + detection_source: Repo Metadata +- name: CSS 3 + description: The latest evolution of the Cascading Style Sheets language + website_url: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS3 + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/6727/css.png + detection_source: Repo Metadata +- name: Fortran + description: High-performance parallel programming language + website_url: https://fortran-lang.org/en/ + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/11029/default_075c8240ce6c7ac3a8db41abef5c68eb84207f99.png + detection_source: Repo Metadata +- name: Python + description: A clear and powerful object-oriented programming language, comparable + to Perl, Ruby, Scheme, or Java. + website_url: https://www.python.org + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/993/pUBY5pVj.png + detection_source: Repo Metadata +- name: Git + description: Fast, scalable, distributed revision control system + website_url: http://git-scm.com/ + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Version Control System + image_url: https://img.stackshare.io/service/1046/git.png + detection_source: Repo Metadata +- name: GitHub Actions + description: Automate your workflow from idea to production + website_url: https://github.com/features/actions + open_source: false + hosted_saas: true + category: Build, Test, Deploy + sub_category: Continuous Integration + image_url: https://img.stackshare.io/service/11563/actions.png + detection_source: ".github/workflows/python-app.yml" + last_updated_by: Dustin Groves + last_updated_on: 2023-07-30 23:35:45.000000000 Z +- name: Nix + description: 'A package manager for Linux and other Unix systems ' + website_url: http://nixos.org/nix + license: LGPL-2.1 + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Package Managers + image_url: https://img.stackshare.io/service/4348/ET9J1uY-_400x400.png + detection_source: Repo Metadata +- name: PyPI + description: A repository of software for the Python programming language + website_url: https://pypi.org/ + open_source: false + hosted_saas: false + category: Build, Test, Deploy + sub_category: Hosted Package Repository + image_url: https://img.stackshare.io/service/12572/-RIWgodF_400x400.jpg + detection_source: requirements.txt + last_updated_by: e2b-for-github[bot] + last_updated_on: 2023-07-28 07:51:46.000000000 Z +- name: HTML + description: Hypertext Markup Language for creating web pages. + website_url: http:// + open_source: false + hosted_saas: false + image_url: https://img.stackshare.io/service/2270/no-img-open-source.png + detection_source: frontend/conversational_interface.html + last_updated_by: e2b-for-github[bot] + last_updated_on: 2023-07-28 07:51:46.000000000 Z +- name: PowerShell + description: A task automation and configuration management framework + website_url: https://docs.microsoft.com/en-us/powershell/ + open_source: false + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/3681/powershell-logo.png + detection_source: Repo Metadata +- name: Shell + description: A shell is a text-based terminal, used for manipulating programs and + files. Shell scripts typically manage program execution. + website_url: https://en.wikipedia.org/wiki/Shell_script + open_source: false + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png + detection_source: Repo Metadata +- name: Flask + description: A simple framework for building complex web applications + package_url: https://pypi.org/Flask + version: 2.3.2 + license: BSD-3-Clause + open_source: true + hosted_saas: false + category: Libraries + sub_category: PyPI Packages + image_url: https://img.stackshare.io/package/19834/default_58dbe7b4d7ec447b62773209af0f9a31bbabf5bd.png + detection_source_url: pyproject.toml + detection_source: pyproject.toml + last_updated_by: Or4cl3AI + last_updated_on: 2023-08-07 03:06:21.000000000 Z +- name: Flask-Cors + description: A Flask extension adding a decorator for CORS support + package_url: https://pypi.org/Flask-Cors + version: 4.0.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: PyPI Packages + image_url: https://img.stackshare.io/package/19977/default_29192d68c64b1a3be468b1b73c2a129fc390c4f4.png + detection_source_url: pyproject.toml + detection_source: pyproject.toml + last_updated_by: Or4cl3AI + last_updated_on: 2023-08-07 03:06:21.000000000 Z +- name: PyGithub + description: Use the full Github API v3 + package_url: https://pypi.org/PyGithub + version: 1.59.1 + license: LGPL-3.0 + open_source: true + hosted_saas: false + category: Libraries + sub_category: PyPI Packages + image_url: https://img.stackshare.io/package/19957/default_f0290ff2792e2af7d13f5c82ed82206842ec288d.png + detection_source_url: pyproject.toml + detection_source: requirements.txt + last_updated_by: Or4cl3AI + last_updated_on: 2023-08-07 03:06:21.000000000 Z +- name: gunicorn + description: WSGI HTTP Server for UNIX + package_url: https://pypi.org/gunicorn + version: 20.0.4 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: PyPI Packages + image_url: https://img.stackshare.io/package/19931/default_74a0c20721d3a0a1484d69586401591fe8993db2.png + detection_source_url: requirements.txt + detection_source: requirements.txt + last_updated_by: e2b-for-github[bot] + last_updated_on: 2023-07-28 07:51:46.000000000 Z +- name: marshmallow + description: A lightweight library for converting complex datatypes to and from + native Python datatypes + package_url: https://pypi.org/marshmallow + version: 3.20.1 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: PyPI Packages + image_url: https://img.stackshare.io/package/19893/default_f716e4bc541a9eb6e3f5b7a20d7c35355075b0b4.png + detection_source_url: poetry.lock + detection_source: requirements.txt + last_updated_by: Or4cl3AI + last_updated_on: 2023-08-07 03:06:21.000000000 Z +- name: oauthlib + description: A generic + package_url: https://pypi.org/oauthlib + version: 3.1.0 + license: BSD-3-Clause + open_source: true + hosted_saas: false + category: Libraries + sub_category: PyPI Packages + image_url: https://img.stackshare.io/package/20048/default_d9e0956c82c17d568b62f3b0d5e2080c1e501e59.png + detection_source_url: requirements.txt + detection_source: requirements.txt + last_updated_by: e2b-for-github[bot] + last_updated_on: 2023-07-28 07:51:46.000000000 Z +- name: python-dotenv + description: Add .env support to your django/flask apps in development and deployments + package_url: https://pypi.org/python-dotenv + version: 0.14.0 + license: BSD-3-Clause + open_source: true + hosted_saas: false + category: Libraries + sub_category: PyPI Packages + image_url: https://img.stackshare.io/package/20095/default_3141eabecdd8efa55de73a33c43f2ac0d5bbf954.png + detection_source_url: requirements.txt + detection_source: requirements.txt + last_updated_by: e2b-for-github[bot] + last_updated_on: 2023-07-28 07:51:46.000000000 Z +- name: requests + description: Python HTTP for Humans + package_url: https://pypi.org/requests + version: 2.31.0 + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Libraries + sub_category: PyPI Packages + image_url: https://img.stackshare.io/package/19826/default_d7c684bf2673f008a9f02ac93901229297a22d7e.png + detection_source_url: poetry.lock + detection_source: requirements.txt + last_updated_by: Or4cl3AI + last_updated_on: 2023-08-07 03:06:21.000000000 Z +- name: requests-oauthlib + description: OAuthlib authentication support for Requests + package_url: https://pypi.org/requests-oauthlib + version: 1.3.0 + license: ISC + open_source: true + hosted_saas: false + category: Libraries + sub_category: PyPI Packages + image_url: https://img.stackshare.io/package/19926/default_bb29140b72c0fb9789e567bba0ef0ffadeaef5d4.png + detection_source_url: requirements.txt + detection_source: requirements.txt + last_updated_by: e2b-for-github[bot] + last_updated_on: 2023-07-28 07:51:46.000000000 Z From cb546148d9122322142eeef5332812d3ea3141f7 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Fri, 24 Nov 2023 02:00:24 +0000 Subject: [PATCH 2/6] Create techstack.md --- techstack.md | 172 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 172 insertions(+) create mode 100644 techstack.md diff --git a/techstack.md b/techstack.md new file mode 100644 index 00000000..3ffb8e4b --- /dev/null +++ b/techstack.md @@ -0,0 +1,172 @@ + +
+ +# Tech Stack File +![](https://img.stackshare.io/repo.svg "repo") [Or4cl3AI/GitBotAI-2.0](https://github.com/Or4cl3AI/GitBotAI-2.0)![](https://img.stackshare.io/public_badge.svg "public") +

+|21
Tools used|11/24/23
Report generated| +|------|------| +
+ +## Languages (5) + + + + + + + + + + + + +
+ C lang +
+ C lang +
+ +
+ C++ +
+ C++ +
+ +
+ CSS 3 +
+ CSS 3 +
+ +
+ Fortran +
+ Fortran +
+ +
+ Python +
+ Python +
+ +
+ +## DevOps (4) + + + + + + + + + + +
+ Git +
+ Git +
+ +
+ GitHub Actions +
+ GitHub Actions +
+ +
+ Nix +
+ Nix +
+ +
+ PyPI +
+ PyPI +
+ +
+ +## Other (3) + + + + + + + + +
+ HTML +
+ HTML +
+ +
+ PowerShell +
+ PowerShell +
+ +
+ Shell +
+ Shell +
+ +
+ + +## Open source packages (9) + +## PyPI (9) + +|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES| +|:------|:------|:------|:------|:------|:------| +|[Flask](https://pypi.org/Flask)|v2.3.2|08/07/23|Or4cl3AI |BSD-3-Clause|N/A| +|[Flask-Cors](https://pypi.org/Flask-Cors)|v4.0.0|08/07/23|Or4cl3AI |MIT|N/A| +|[PyGithub](https://pypi.org/PyGithub)|v1.59.1|08/07/23|Or4cl3AI |LGPL-3.0|N/A| +|[gunicorn](https://pypi.org/gunicorn)|v20.0.4|07/28/23|e2b-for-github[bot] |MIT|N/A| +|[marshmallow](https://pypi.org/marshmallow)|v3.20.1|08/07/23|Or4cl3AI |MIT|N/A| +|[oauthlib](https://pypi.org/oauthlib)|v3.1.0|07/28/23|e2b-for-github[bot] |BSD-3-Clause|N/A| +|[python-dotenv](https://pypi.org/python-dotenv)|v0.14.0|07/28/23|e2b-for-github[bot] |BSD-3-Clause|N/A| +|[requests](https://pypi.org/requests)|v2.31.0|08/07/23|Or4cl3AI |Apache-2.0|N/A| +|[requests-oauthlib](https://pypi.org/requests-oauthlib)|v1.3.0|07/28/23|e2b-for-github[bot] |ISC|N/A| + +
+
+ +Generated via [Stack File](https://github.com/marketplace/stack-file) From 9dd40f9308bc1e690e3550234260113f70e83c86 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Fri, 5 Jan 2024 09:32:43 +0000 Subject: [PATCH 3/6] Update techstack.yml --- techstack.yml | 59 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 36 insertions(+), 23 deletions(-) diff --git a/techstack.yml b/techstack.yml index 43727b7e..2dd577cd 100644 --- a/techstack.yml +++ b/techstack.yml @@ -1,7 +1,8 @@ repo_name: Or4cl3AI/GitBotAI-2.0 report_id: 17b4df83c58fdeb183e1c59b9a43d23b +version: 0.1 repo_type: Public -timestamp: '2023-11-24T02:00:21+00:00' +timestamp: '2024-01-05T08:34:32+00:00' requested_by: Or4cl3AI provider: github branch: main @@ -15,6 +16,7 @@ tools: category: Languages & Frameworks sub_category: Languages image_url: https://img.stackshare.io/no-img-open-source.png + detection_source_url: https://github.com/Or4cl3AI/GitBotAI-2.0 detection_source: Repo Metadata - name: C++ description: Has imperative, object-oriented and generic programming features, while @@ -25,6 +27,7 @@ tools: category: Languages & Frameworks sub_category: Languages image_url: https://img.stackshare.io/service/1049/cplusplus.png + detection_source_url: https://github.com/Or4cl3AI/GitBotAI-2.0 detection_source: Repo Metadata - name: CSS 3 description: The latest evolution of the Cascading Style Sheets language @@ -34,6 +37,7 @@ tools: category: Languages & Frameworks sub_category: Languages image_url: https://img.stackshare.io/service/6727/css.png + detection_source_url: https://github.com/Or4cl3AI/GitBotAI-2.0 detection_source: Repo Metadata - name: Fortran description: High-performance parallel programming language @@ -43,6 +47,7 @@ tools: category: Languages & Frameworks sub_category: Languages image_url: https://img.stackshare.io/service/11029/default_075c8240ce6c7ac3a8db41abef5c68eb84207f99.png + detection_source_url: https://github.com/Or4cl3AI/GitBotAI-2.0 detection_source: Repo Metadata - name: Python description: A clear and powerful object-oriented programming language, comparable @@ -53,6 +58,7 @@ tools: category: Languages & Frameworks sub_category: Languages image_url: https://img.stackshare.io/service/993/pUBY5pVj.png + detection_source_url: https://github.com/Or4cl3AI/GitBotAI-2.0 detection_source: Repo Metadata - name: Git description: Fast, scalable, distributed revision control system @@ -62,6 +68,7 @@ tools: category: Build, Test, Deploy sub_category: Version Control System image_url: https://img.stackshare.io/service/1046/git.png + detection_source_url: https://github.com/Or4cl3AI/GitBotAI-2.0 detection_source: Repo Metadata - name: GitHub Actions description: Automate your workflow from idea to production @@ -71,7 +78,8 @@ tools: category: Build, Test, Deploy sub_category: Continuous Integration image_url: https://img.stackshare.io/service/11563/actions.png - detection_source: ".github/workflows/python-app.yml" + detection_source_url: https://github.com/Or4cl3AI/GitBotAI-2.0/blob/main/.github/workflows/jekyll-gh-pages.yml + detection_source: ".github/workflows/jekyll-gh-pages.yml" last_updated_by: Dustin Groves last_updated_on: 2023-07-30 23:35:45.000000000 Z - name: Nix @@ -83,6 +91,7 @@ tools: category: Build, Test, Deploy sub_category: Package Managers image_url: https://img.stackshare.io/service/4348/ET9J1uY-_400x400.png + detection_source_url: https://github.com/Or4cl3AI/GitBotAI-2.0 detection_source: Repo Metadata - name: PyPI description: A repository of software for the Python programming language @@ -92,6 +101,7 @@ tools: category: Build, Test, Deploy sub_category: Hosted Package Repository image_url: https://img.stackshare.io/service/12572/-RIWgodF_400x400.jpg + detection_source_url: https://github.com/Or4cl3AI/GitBotAI-2.0/blob/main/requirements.txt detection_source: requirements.txt last_updated_by: e2b-for-github[bot] last_updated_on: 2023-07-28 07:51:46.000000000 Z @@ -101,6 +111,7 @@ tools: open_source: false hosted_saas: false image_url: https://img.stackshare.io/service/2270/no-img-open-source.png + detection_source_url: https://github.com/Or4cl3AI/GitBotAI-2.0/blob/main/frontend/conversational_interface.html detection_source: frontend/conversational_interface.html last_updated_by: e2b-for-github[bot] last_updated_on: 2023-07-28 07:51:46.000000000 Z @@ -112,6 +123,7 @@ tools: category: Languages & Frameworks sub_category: Languages image_url: https://img.stackshare.io/service/3681/powershell-logo.png + detection_source_url: https://github.com/Or4cl3AI/GitBotAI-2.0 detection_source: Repo Metadata - name: Shell description: A shell is a text-based terminal, used for manipulating programs and @@ -122,10 +134,11 @@ tools: category: Languages & Frameworks sub_category: Languages image_url: https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png + detection_source_url: https://github.com/Or4cl3AI/GitBotAI-2.0 detection_source: Repo Metadata - name: Flask description: A simple framework for building complex web applications - package_url: https://pypi.org/Flask + package_url: https://pypi.org/project/Flask version: 2.3.2 license: BSD-3-Clause open_source: true @@ -133,13 +146,13 @@ tools: category: Libraries sub_category: PyPI Packages image_url: https://img.stackshare.io/package/19834/default_58dbe7b4d7ec447b62773209af0f9a31bbabf5bd.png - detection_source_url: pyproject.toml + detection_source_url: https://github.com/Or4cl3AI/GitBotAI-2.0/blob/main/pyproject.toml detection_source: pyproject.toml last_updated_by: Or4cl3AI last_updated_on: 2023-08-07 03:06:21.000000000 Z - name: Flask-Cors description: A Flask extension adding a decorator for CORS support - package_url: https://pypi.org/Flask-Cors + package_url: https://pypi.org/project/Flask-Cors version: 4.0.0 license: MIT open_source: true @@ -147,13 +160,13 @@ tools: category: Libraries sub_category: PyPI Packages image_url: https://img.stackshare.io/package/19977/default_29192d68c64b1a3be468b1b73c2a129fc390c4f4.png - detection_source_url: pyproject.toml + detection_source_url: https://github.com/Or4cl3AI/GitBotAI-2.0/blob/main/pyproject.toml detection_source: pyproject.toml last_updated_by: Or4cl3AI last_updated_on: 2023-08-07 03:06:21.000000000 Z - name: PyGithub description: Use the full Github API v3 - package_url: https://pypi.org/PyGithub + package_url: https://pypi.org/project/PyGithub version: 1.59.1 license: LGPL-3.0 open_source: true @@ -161,13 +174,13 @@ tools: category: Libraries sub_category: PyPI Packages image_url: https://img.stackshare.io/package/19957/default_f0290ff2792e2af7d13f5c82ed82206842ec288d.png - detection_source_url: pyproject.toml - detection_source: requirements.txt + detection_source_url: https://github.com/Or4cl3AI/GitBotAI-2.0/blob/main/pyproject.toml + detection_source: pyproject.toml last_updated_by: Or4cl3AI last_updated_on: 2023-08-07 03:06:21.000000000 Z - name: gunicorn description: WSGI HTTP Server for UNIX - package_url: https://pypi.org/gunicorn + package_url: https://pypi.org/project/gunicorn version: 20.0.4 license: MIT open_source: true @@ -175,14 +188,14 @@ tools: category: Libraries sub_category: PyPI Packages image_url: https://img.stackshare.io/package/19931/default_74a0c20721d3a0a1484d69586401591fe8993db2.png - detection_source_url: requirements.txt + detection_source_url: https://github.com/Or4cl3AI/GitBotAI-2.0/blob/main/requirements.txt detection_source: requirements.txt last_updated_by: e2b-for-github[bot] last_updated_on: 2023-07-28 07:51:46.000000000 Z - name: marshmallow description: A lightweight library for converting complex datatypes to and from native Python datatypes - package_url: https://pypi.org/marshmallow + package_url: https://pypi.org/project/marshmallow version: 3.20.1 license: MIT open_source: true @@ -190,13 +203,13 @@ tools: category: Libraries sub_category: PyPI Packages image_url: https://img.stackshare.io/package/19893/default_f716e4bc541a9eb6e3f5b7a20d7c35355075b0b4.png - detection_source_url: poetry.lock - detection_source: requirements.txt + detection_source_url: https://github.com/Or4cl3AI/GitBotAI-2.0/blob/main/poetry.lock + detection_source: pyproject.toml last_updated_by: Or4cl3AI last_updated_on: 2023-08-07 03:06:21.000000000 Z - name: oauthlib description: A generic - package_url: https://pypi.org/oauthlib + package_url: https://pypi.org/project/oauthlib version: 3.1.0 license: BSD-3-Clause open_source: true @@ -204,13 +217,13 @@ tools: category: Libraries sub_category: PyPI Packages image_url: https://img.stackshare.io/package/20048/default_d9e0956c82c17d568b62f3b0d5e2080c1e501e59.png - detection_source_url: requirements.txt + detection_source_url: https://github.com/Or4cl3AI/GitBotAI-2.0/blob/main/requirements.txt detection_source: requirements.txt last_updated_by: e2b-for-github[bot] last_updated_on: 2023-07-28 07:51:46.000000000 Z - name: python-dotenv description: Add .env support to your django/flask apps in development and deployments - package_url: https://pypi.org/python-dotenv + package_url: https://pypi.org/project/python-dotenv version: 0.14.0 license: BSD-3-Clause open_source: true @@ -218,13 +231,13 @@ tools: category: Libraries sub_category: PyPI Packages image_url: https://img.stackshare.io/package/20095/default_3141eabecdd8efa55de73a33c43f2ac0d5bbf954.png - detection_source_url: requirements.txt + detection_source_url: https://github.com/Or4cl3AI/GitBotAI-2.0/blob/main/requirements.txt detection_source: requirements.txt last_updated_by: e2b-for-github[bot] last_updated_on: 2023-07-28 07:51:46.000000000 Z - name: requests description: Python HTTP for Humans - package_url: https://pypi.org/requests + package_url: https://pypi.org/project/requests version: 2.31.0 license: Apache-2.0 open_source: true @@ -232,13 +245,13 @@ tools: category: Libraries sub_category: PyPI Packages image_url: https://img.stackshare.io/package/19826/default_d7c684bf2673f008a9f02ac93901229297a22d7e.png - detection_source_url: poetry.lock - detection_source: requirements.txt + detection_source_url: https://github.com/Or4cl3AI/GitBotAI-2.0/blob/main/poetry.lock + detection_source: pyproject.toml last_updated_by: Or4cl3AI last_updated_on: 2023-08-07 03:06:21.000000000 Z - name: requests-oauthlib description: OAuthlib authentication support for Requests - package_url: https://pypi.org/requests-oauthlib + package_url: https://pypi.org/project/requests-oauthlib version: 1.3.0 license: ISC open_source: true @@ -246,7 +259,7 @@ tools: category: Libraries sub_category: PyPI Packages image_url: https://img.stackshare.io/package/19926/default_bb29140b72c0fb9789e567bba0ef0ffadeaef5d4.png - detection_source_url: requirements.txt + detection_source_url: https://github.com/Or4cl3AI/GitBotAI-2.0/blob/main/requirements.txt detection_source: requirements.txt last_updated_by: e2b-for-github[bot] last_updated_on: 2023-07-28 07:51:46.000000000 Z From 6be819dbc5c4e893a17aadbe3c818174d5b01b48 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Fri, 5 Jan 2024 09:32:43 +0000 Subject: [PATCH 4/6] Update techstack.md --- techstack.md | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/techstack.md b/techstack.md index 3ffb8e4b..07605fe8 100644 --- a/techstack.md +++ b/techstack.md @@ -1,7 +1,8 @@
# Tech Stack File ![](https://img.stackshare.io/repo.svg "repo") [Or4cl3AI/GitBotAI-2.0](https://github.com/Or4cl3AI/GitBotAI-2.0)![](https://img.stackshare.io/public_badge.svg "public")

-|21
Tools used|11/24/23
Report generated| +|21
Tools used|01/05/24
Report generated| |------|------|
@@ -156,15 +160,15 @@ Full tech stack [here](/techstack.md) |NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES| |:------|:------|:------|:------|:------|:------| -|[Flask](https://pypi.org/Flask)|v2.3.2|08/07/23|Or4cl3AI |BSD-3-Clause|N/A| -|[Flask-Cors](https://pypi.org/Flask-Cors)|v4.0.0|08/07/23|Or4cl3AI |MIT|N/A| -|[PyGithub](https://pypi.org/PyGithub)|v1.59.1|08/07/23|Or4cl3AI |LGPL-3.0|N/A| -|[gunicorn](https://pypi.org/gunicorn)|v20.0.4|07/28/23|e2b-for-github[bot] |MIT|N/A| -|[marshmallow](https://pypi.org/marshmallow)|v3.20.1|08/07/23|Or4cl3AI |MIT|N/A| -|[oauthlib](https://pypi.org/oauthlib)|v3.1.0|07/28/23|e2b-for-github[bot] |BSD-3-Clause|N/A| -|[python-dotenv](https://pypi.org/python-dotenv)|v0.14.0|07/28/23|e2b-for-github[bot] |BSD-3-Clause|N/A| -|[requests](https://pypi.org/requests)|v2.31.0|08/07/23|Or4cl3AI |Apache-2.0|N/A| -|[requests-oauthlib](https://pypi.org/requests-oauthlib)|v1.3.0|07/28/23|e2b-for-github[bot] |ISC|N/A| +|[Flask](https://pypi.org/project/Flask)|v2.3.2|08/07/23|Or4cl3AI |BSD-3-Clause|N/A| +|[Flask-Cors](https://pypi.org/project/Flask-Cors)|v4.0.0|08/07/23|Or4cl3AI |MIT|N/A| +|[PyGithub](https://pypi.org/project/PyGithub)|v1.59.1|08/07/23|Or4cl3AI |LGPL-3.0|N/A| +|[gunicorn](https://pypi.org/project/gunicorn)|v20.0.4|07/28/23|e2b-for-github[bot] |MIT|N/A| +|[marshmallow](https://pypi.org/project/marshmallow)|v3.20.1|08/07/23|Or4cl3AI |MIT|N/A| +|[oauthlib](https://pypi.org/project/oauthlib)|v3.1.0|07/28/23|e2b-for-github[bot] |BSD-3-Clause|N/A| +|[python-dotenv](https://pypi.org/project/python-dotenv)|v0.14.0|07/28/23|e2b-for-github[bot] |BSD-3-Clause|N/A| +|[requests](https://pypi.org/project/requests)|v2.31.0|08/07/23|Or4cl3AI |Apache-2.0|N/A| +|[requests-oauthlib](https://pypi.org/project/requests-oauthlib)|v1.3.0|07/28/23|e2b-for-github[bot] |ISC|N/A|
From ea85f93b31f2900add4abe5712685de266f97736 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 29 Feb 2024 20:25:16 +0000 Subject: [PATCH 5/6] Update techstack.yml --- techstack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/techstack.yml b/techstack.yml index 2dd577cd..84755cb0 100644 --- a/techstack.yml +++ b/techstack.yml @@ -2,7 +2,7 @@ repo_name: Or4cl3AI/GitBotAI-2.0 report_id: 17b4df83c58fdeb183e1c59b9a43d23b version: 0.1 repo_type: Public -timestamp: '2024-01-05T08:34:32+00:00' +timestamp: '2024-02-29T18:53:45+00:00' requested_by: Or4cl3AI provider: github branch: main @@ -83,7 +83,7 @@ tools: last_updated_by: Dustin Groves last_updated_on: 2023-07-30 23:35:45.000000000 Z - name: Nix - description: 'A package manager for Linux and other Unix systems ' + description: A package manager for Linux and other Unix systems website_url: http://nixos.org/nix license: LGPL-2.1 open_source: true From 68d454f0f8b97fdf7d17a983f2bcce2039a62aa2 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 29 Feb 2024 20:25:16 +0000 Subject: [PATCH 6/6] Update techstack.md --- techstack.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/techstack.md b/techstack.md index 07605fe8..b8e7a141 100644 --- a/techstack.md +++ b/techstack.md @@ -3,14 +3,14 @@ ## Tech Stack Or4cl3AI/GitBotAI-2.0 is built on the following main stack: -- [Python](https://www.python.org) – Languages -- [C++](http://www.cplusplus.com/) – Languages - [C lang](http://en.wikipedia.org/wiki/C_(programming_language)) – Languages -- [PowerShell](https://docs.microsoft.com/en-us/powershell/) – Shells -- [Nix](http://nixos.org/nix) – Package Managers -- [Shell](https://en.wikipedia.org/wiki/Shell_script) – Shells +- [C++](http://www.cplusplus.com/) – Languages - [Fortran](https://fortran-lang.org/en/) – Languages +- [Python](https://www.python.org) – Languages - [GitHub Actions](https://github.com/features/actions) – Continuous Integration +- [Nix](http://nixos.org/nix) – Package Managers +- [PowerShell](https://docs.microsoft.com/en-us/powershell/) – Shells +- [Shell](https://en.wikipedia.org/wiki/Shell_script) – Shells Full tech stack [here](/techstack.md) @@ -20,14 +20,14 @@ Full tech stack [here](/techstack.md) ## Tech Stack Or4cl3AI/GitBotAI-2.0 is built on the following main stack: -- Python [Python](https://www.python.org) – Languages -- C++ [C++](http://www.cplusplus.com/) – Languages - C lang [C lang](http://en.wikipedia.org/wiki/C_(programming_language)) – Languages -- PowerShell [PowerShell](https://docs.microsoft.com/en-us/powershell/) – Shells -- Nix [Nix](http://nixos.org/nix) – Package Managers -- Shell [Shell](https://en.wikipedia.org/wiki/Shell_script) – Shells +- C++ [C++](http://www.cplusplus.com/) – Languages - Fortran [Fortran](https://fortran-lang.org/en/) – Languages +- Python [Python](https://www.python.org) – Languages - GitHub Actions [GitHub Actions](https://github.com/features/actions) – Continuous Integration +- Nix [Nix](http://nixos.org/nix) – Package Managers +- PowerShell [PowerShell](https://docs.microsoft.com/en-us/powershell/) – Shells +- Shell [Shell](https://en.wikipedia.org/wiki/Shell_script) – Shells Full tech stack [here](/techstack.md) @@ -38,7 +38,7 @@ Full tech stack [here](/techstack.md) # Tech Stack File ![](https://img.stackshare.io/repo.svg "repo") [Or4cl3AI/GitBotAI-2.0](https://github.com/Or4cl3AI/GitBotAI-2.0)![](https://img.stackshare.io/public_badge.svg "public")

-|21
Tools used|01/05/24
Report generated| +|21
Tools used|02/29/24
Report generated| |------|------|