11 Commits

Author SHA1 Message Date
Shmavon Gazanchyan fe6fa42e5a Update README.md 2026-04-05 21:56:53 +00:00
Sammy Hori e339d03f1f Merge pull request #1986 from MunGell/remove-superalgos
Remove Superalgos from the data.json for inactivity
2026-04-05 22:56:43 +01:00
Sammy Hori 6945261138 Remove Superalgos from the data.json for inactivity
The last commit was 2 years ago
2026-04-05 22:56:04 +01:00
Shmavon Gazanchyan 7d8cca3557 Update README.md 2026-04-05 21:50:12 +00:00
Sammy Hori 83fcf21875 Merge pull request #1721 from ARZF/main
docs: Update README.md with new project name

(changes embedchain to mem0 to reflect rebranding)
2026-04-05 22:50:03 +01:00
Shmavon Gazanchyan 75a7a904a1 Update README.md 2026-04-05 21:36:52 +00:00
Sammy Hori dd20ed348f Merge pull request #1760 from RajdeepKushwaha5/main
Add BeeWare Briefcase to Python projects
2026-04-05 22:36:42 +01:00
Sammy Hori 4523f3aa36 Merge pull request #1985 from MunGell/invalid-pr-check-change
Improve the clarity of the current invalid PR check
2026-04-05 22:30:49 +01:00
Sammy Hori 218980f53a Make the invalid PR check more explicitly specific
This also uses a new, more specific invalid PR label (invalid: README.md edited)
2026-04-05 00:52:52 +01:00
Rajdeep Singh e7d1290d3d Add BeeWare Briefcase to Python projects 2025-10-17 16:51:12 +05:30
Amirreza Faramarzi 0799f4bb7c docs: Update README.md with new project name
replaced embedchain with mem0
to reflect the recent rebranding.
2025-09-16 17:45:01 +03:30
3 changed files with 18 additions and 18 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
name: Check on Invalid PR name: Check README.md edit - invalid PR check
on: on:
pull_request_target: pull_request_target:
@@ -20,14 +20,14 @@ jobs:
issue_number: context.issue.number, issue_number: context.issue.number,
owner: context.repo.owner, owner: context.repo.owner,
repo: context.repo.repo, repo: context.repo.repo,
body: 'This PR is not valid. Please read [contributing guidelines](https://github.com/MunGell/awesome-for-beginners/blob/main/CONTRIBUTING.md).' body: 'This PR is not valid (README.md file should not be manually edited). Please read [contributing guidelines](https://github.com/MunGell/awesome-for-beginners/blob/main/CONTRIBUTING.md).'
}); });
if (context.payload.pull_request.labels.indexOf('Invalid') === -1) { if (context.payload.pull_request.labels.indexOf('invalid: README.md edited') === -1) {
await github.rest.issues.addLabels({ await github.rest.issues.addLabels({
issue_number: context.issue.number, issue_number: context.issue.number,
owner: context.repo.owner, owner: context.repo.owner,
repo: context.repo.repo, repo: context.repo.repo,
labels: ['Invalid'] labels: ['invalid: README.md edited']
}); });
} }
await github.rest.pulls.update({ await github.rest.pulls.update({
+2 -2
View File
@@ -199,7 +199,6 @@ If you would like to be guided through how to contribute to a repository on GitH
- [serverless](https://github.com/serverless/serverless) _(label: good first issue)_ <br> The Serverless Framework - [serverless](https://github.com/serverless/serverless) _(label: good first issue)_ <br> The Serverless Framework
- [Storybook JS](https://github.com/storybookjs/storybook) _(label: good first issue)_ <br> Storybook is a frontend workshop for building UI components and pages in isolation. - [Storybook JS](https://github.com/storybookjs/storybook) _(label: good first issue)_ <br> Storybook is a frontend workshop for building UI components and pages in isolation.
- [stryker](https://github.com/stryker-mutator/stryker) _(label: 👶 Good first issue)_ <br> The JavaScript mutation testing framework - [stryker](https://github.com/stryker-mutator/stryker) _(label: 👶 Good first issue)_ <br> The JavaScript mutation testing framework
- [Superalgos](https://github.com/Superalgos/Superalgos) _(label: good first issue)_ <br> A completely Open Source crypto trading bot rewarding good contributions with the SA(Superalgos)-Token.
- [Svelte](https://github.com/sveltejs/svelte) _(label: good first issue)_ <br> Component framework that runs at build time, converting your components into highly efficient imperative code that surgically updates the DOM. - [Svelte](https://github.com/sveltejs/svelte) _(label: good first issue)_ <br> Component framework that runs at build time, converting your components into highly efficient imperative code that surgically updates the DOM.
- [swag-for-dev](https://github.com/swapagarwal/swag-for-dev) _(label: good first issue)_ <br> Swag opportunities for developers. - [swag-for-dev](https://github.com/swapagarwal/swag-for-dev) _(label: good first issue)_ <br> Swag opportunities for developers.
- [The Odin Project Curriculum](https://github.com/TheOdinProject/curriculum) _(label: See Description)_ <br> An open-source curriculum for learning full-stack web development. There are a few "Type: Good First Issue" labelled issues, but any content addition/deletion issues seem reasonably beginner friendly. - [The Odin Project Curriculum](https://github.com/TheOdinProject/curriculum) _(label: See Description)_ <br> An open-source curriculum for learning full-stack web development. There are a few "Type: Good First Issue" labelled issues, but any content addition/deletion issues seem reasonably beginner friendly.
@@ -272,6 +271,7 @@ If you would like to be guided through how to contribute to a repository on GitH
- [activist](https://github.com/activist-org/activist) _(label: good first issue)_ <br> activist.org is a network for political action that allows people to coordinate and collaborate on the issues that matter most to them. - [activist](https://github.com/activist-org/activist) _(label: good first issue)_ <br> activist.org is a network for political action that allows people to coordinate and collaborate on the issues that matter most to them.
- [Ansible](https://github.com/ansible/ansible) _(label: easyfix)_ <br> A simple IT automation platform - [Ansible](https://github.com/ansible/ansible) _(label: easyfix)_ <br> A simple IT automation platform
- [ArviZ](https://github.com/arviz-devs/arviz) _(label: Beginner)_ <br> Exploratory Analysis of Bayesian Models. - [ArviZ](https://github.com/arviz-devs/arviz) _(label: Beginner)_ <br> Exploratory Analysis of Bayesian Models.
- [BeeWare Briefcase](https://github.com/beeware/briefcase) _(label: good first issue)_ <br> Turn Python projects into distributable native applications across desktop and mobile platforms.
- [Bokeh](https://github.com/bokeh/bokeh) _(label: good first issue)_ <br> Bokeh is an interactive visualization library for modern web browsers. - [Bokeh](https://github.com/bokeh/bokeh) _(label: good first issue)_ <br> Bokeh is an interactive visualization library for modern web browsers.
- [BorgBackup](https://github.com/borgbackup/borg) _(label: easy)_ <br> Deduplicating backup program with compression and authenticated encryption. - [BorgBackup](https://github.com/borgbackup/borg) _(label: easy)_ <br> Deduplicating backup program with compression and authenticated encryption.
- [CiviWiki](https://github.com/CiviWiki/OpenCiviWiki) _(label: good first issue)_ <br> Building a Better Democracy for the Internet Age - [CiviWiki](https://github.com/CiviWiki/OpenCiviWiki) _(label: good first issue)_ <br> Building a Better Democracy for the Internet Age
@@ -281,7 +281,6 @@ If you would like to be guided through how to contribute to a repository on GitH
- [Devopness](https://github.com/devopness/devopness) _(label: good first issue)_ <br> Deploy any software to any cloud: automated DevOps workflows to save software teams time and money. - [Devopness](https://github.com/devopness/devopness) _(label: good first issue)_ <br> Deploy any software to any cloud: automated DevOps workflows to save software teams time and money.
- [django cookiecutter](https://github.com/pydanny/cookiecutter-django) _(label: hacktoberfest)_ <br> An implementation of Python for backend web development. - [django cookiecutter](https://github.com/pydanny/cookiecutter-django) _(label: hacktoberfest)_ <br> An implementation of Python for backend web development.
- [DocsGPT](https://github.com/arc53/DocsGPT) _(label: good first issue)_ <br> Open-source RAG assistant that helps users get reliable answers from knowledge sources while avoiding hallucinations. - [DocsGPT](https://github.com/arc53/DocsGPT) _(label: good first issue)_ <br> Open-source RAG assistant that helps users get reliable answers from knowledge sources while avoiding hallucinations.
- [Embedchain](https://github.com/embedchain/embedchain/) _(label: good first issue)_ <br> Embedchain is a framework to easily create LLM powered bots over any dataset.
- [Fabric](https://github.com/fabric/fabric) _(label: Low-hanging-fruit)_ <br> Pythonic remote execution and deployment. - [Fabric](https://github.com/fabric/fabric) _(label: Low-hanging-fruit)_ <br> Pythonic remote execution and deployment.
- [FastAPI](https://github.com/tiangolo/fastapi) _(label: good first issue)_ <br> A modern, fast (high-performance) web framework for building APIs with Python 3.6+ based on standard Python type hints. - [FastAPI](https://github.com/tiangolo/fastapi) _(label: good first issue)_ <br> A modern, fast (high-performance) web framework for building APIs with Python 3.6+ based on standard Python type hints.
- [H2O Wave](https://github.com/h2oai/wave) _(label: good first issue)_ <br> Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience. - [H2O Wave](https://github.com/h2oai/wave) _(label: good first issue)_ <br> Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience.
@@ -290,6 +289,7 @@ If you would like to be guided through how to contribute to a repository on GitH
- [Jupyter notebook](https://github.com/jupyter/notebook) _(label: good first issue)_ <br> Jupyter interactive notebook. - [Jupyter notebook](https://github.com/jupyter/notebook) _(label: good first issue)_ <br> Jupyter interactive notebook.
- [Kinto](https://github.com/Kinto/kinto) _(label: easy-pick)_ <br> A lightweight JSON storage service with synchronisation and sharing abilities. - [Kinto](https://github.com/Kinto/kinto) _(label: easy-pick)_ <br> A lightweight JSON storage service with synchronisation and sharing abilities.
- [matplotlib](https://github.com/matplotlib/matplotlib) _(label: good first issue)_ <br> Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. - [matplotlib](https://github.com/matplotlib/matplotlib) _(label: good first issue)_ <br> Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.
- [Mem0](https://github.com/mem0ai/mem0/) _(label: good first issue)_ <br> Mem0 is a memory framework for LLM applications.
- [MindsDB](https://github.com/mindsdb/mindsdb) _(label: good first issue)_ <br> MindsDB is an open source AI layer for existing databases. - [MindsDB](https://github.com/mindsdb/mindsdb) _(label: good first issue)_ <br> MindsDB is an open source AI layer for existing databases.
- [mitmproxy](https://github.com/mitmproxy/mitmproxy) _(label: help-wanted)_ <br> An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers - [mitmproxy](https://github.com/mitmproxy/mitmproxy) _(label: help-wanted)_ <br> An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers
- [mygpo](https://github.com/gpodder/mygpo) _(label: starter-issue)_ <br> The webservice for gpodder.net, a libre web service that allows users to manage their podcast subscriptions and discover new content. - [mygpo](https://github.com/gpodder/mygpo) _(label: starter-issue)_ <br> The webservice for gpodder.net, a libre web service that allows users to manage their podcast subscriptions and discover new content.
+12 -12
View File
@@ -1404,6 +1404,15 @@
], ],
"description": "Open-source RAG assistant that helps users get reliable answers from knowledge sources while avoiding hallucinations." "description": "Open-source RAG assistant that helps users get reliable answers from knowledge sources while avoiding hallucinations."
}, },
{
"name": "BeeWare Briefcase",
"link": "https://github.com/beeware/briefcase",
"label": "good first issue",
"technologies": [
"Python"
],
"description": "Turn Python projects into distributable native applications across desktop and mobile platforms."
},
{ {
"name": "Bokeh", "name": "Bokeh",
"link": "https://github.com/bokeh/bokeh", "link": "https://github.com/bokeh/bokeh",
@@ -1441,13 +1450,13 @@
"description": "Scikit-learn is a machine learning library for Python." "description": "Scikit-learn is a machine learning library for Python."
}, },
{ {
"name": "Embedchain", "name": "Mem0",
"link": "https://github.com/embedchain/embedchain/", "link": "https://github.com/mem0ai/mem0/",
"label": "good first issue", "label": "good first issue",
"technologies": [ "technologies": [
"Python" "Python"
], ],
"description": "Embedchain is a framework to easily create LLM powered bots over any dataset." "description": "Mem0 is a memory framework for LLM applications."
}, },
{ {
"name": "JRuby", "name": "JRuby",
@@ -1808,15 +1817,6 @@
], ],
"description": "Ncurses XMPP chat client." "description": "Ncurses XMPP chat client."
}, },
{
"name": "Superalgos",
"link": "https://github.com/Superalgos/Superalgos",
"label": "good first issue",
"technologies": [
"JavaScript"
],
"description": "A completely Open Source crypto trading bot rewarding good contributions with the SA(Superalgos)-Token."
},
{ {
"name": "Ockam", "name": "Ockam",
"link": "https://github.com/ockam-network/ockam", "link": "https://github.com/ockam-network/ockam",