From 1008dfa7903f3d9eb2184e6f0066e7ff7b4442df Mon Sep 17 00:00:00 2001 From: isquintessential Date: Sun, 7 Jun 2026 13:36:48 +0530 Subject: [PATCH 1/4] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0a2e252..a91772f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre It's a great way to learn. * [3D Renderer](#build-your-own-3d-renderer) -* [AI Model](#ai-model) +* [AI Model](#build-your-own-ai-model) * [Augmented Reality](#build-your-own-augmented-reality) * [BitTorrent Client](#build-your-own-bittorrent-client) * [Blockchain / Cryptocurrency](#build-your-own-blockchain--cryptocurrency) @@ -115,9 +115,10 @@ It's a great way to learn. * [**Node.js**: _Building A Simple AI Chatbot With Web Speech API And Node.js_](https://www.smashingmagazine.com/2017/08/ai-chatbot-web-speech-api-node-js/) * [**Python**: _How to Build Your First Slack Bot with Python_](https://www.fullstackpython.com/blog/build-first-slack-bot-python.html) * [**Python**: _How to build a Slack Bot with Python using Slack Events API & Django under 20 minute_](https://medium.com/freehunch/how-to-build-a-slack-bot-with-python-using-slack-events-api-django-under-20-minute-code-included-269c3a9bf64e) -* [**Python**: _Build a Reddit Bot_](https://pythonforengineers.com/blog/build-a-reddit-bot-part-1/) -* [**Python**: _How To Make A Reddit Bot_](https://www.youtube.com/watch?v=krTUf7BpTc0) [video] -* [**Python**: _How To Create a Telegram Bot Using Python_](https://www.freecodecamp.org/news/how-to-create-a-telegram-bot-using-python/) +* [**Python**: *How to build a Discord bot with python using Python*](https://youtube.com/playlist?list=PLwqYQaS6jxfk_NCetUOyNRDGAf9_kU90n&si=u1P3bxNt3PxdnILV) [video] +* [**Python**: *How to_build a Reddit Bot_*](https://pythonforengineers.com/blog/build-a-reddit-bot-part-1/) +* [**Python**: _How To make A Reddit Bot_](https://www.youtube.com/watch?v=krTUf7BpTc0) [video] +* [**Python**: _How To create a Telegram Bot Using Python_](https://www.freecodecamp.org/news/how-to-create-a-telegram-bot-using-python/) * [**Python**: _Create a Twitter Bot in Python Using Tweepy_](https://medium.freecodecamp.org/creating-a-twitter-bot-in-python-with-tweepy-ac524157a607) * [**Python**: _Creating Reddit Bot with Python & PRAW_](https://www.youtube.com/playlist?list=PLIFBTFgFpoJ9vmYYlfxRFV6U_XhG-4fpP) [video] * [**R**: _Build A Cryptocurrency Trading Bot with R_](https://towardsdatascience.com/build-a-cryptocurrency-trading-bot-with-r-1445c429e1b1) From 7d9f3d66e429dea397d7d7e3e1f6855f97f8c126 Mon Sep 17 00:00:00 2001 From: isquintessential Date: Sun, 7 Jun 2026 13:52:27 +0530 Subject: [PATCH 2/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a91772f..291706e 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,8 @@ It's a great way to learn. * [**Node.js**: _Building A Simple AI Chatbot With Web Speech API And Node.js_](https://www.smashingmagazine.com/2017/08/ai-chatbot-web-speech-api-node-js/) * [**Python**: _How to Build Your First Slack Bot with Python_](https://www.fullstackpython.com/blog/build-first-slack-bot-python.html) * [**Python**: _How to build a Slack Bot with Python using Slack Events API & Django under 20 minute_](https://medium.com/freehunch/how-to-build-a-slack-bot-with-python-using-slack-events-api-django-under-20-minute-code-included-269c3a9bf64e) -* [**Python**: *How to build a Discord bot with python using Python*](https://youtube.com/playlist?list=PLwqYQaS6jxfk_NCetUOyNRDGAf9_kU90n&si=u1P3bxNt3PxdnILV) [video] -* [**Python**: *How to_build a Reddit Bot_*](https://pythonforengineers.com/blog/build-a-reddit-bot-part-1/) +* [**Python**:_How to build a Discord bot with Python using Discord.py_](https://youtube.com/playlist?list=PLwqYQaS6jxfk_NCetUOyNRDGAf9_kU90n&si=u1P3bxNt3PxdnILV) [video] +* [**Python**: _How to_build a Reddit Bot_](https://pythonforengineers.com/blog/build-a-reddit-bot-part-1/) * [**Python**: _How To make A Reddit Bot_](https://www.youtube.com/watch?v=krTUf7BpTc0) [video] * [**Python**: _How To create a Telegram Bot Using Python_](https://www.freecodecamp.org/news/how-to-create-a-telegram-bot-using-python/) * [**Python**: _Create a Twitter Bot in Python Using Tweepy_](https://medium.freecodecamp.org/creating-a-twitter-bot-in-python-with-tweepy-ac524157a607) From 1f12514ed4743a6c7010ec97964fd7d96421a948 Mon Sep 17 00:00:00 2001 From: isquintessential Date: Mon, 8 Jun 2026 20:02:08 +0530 Subject: [PATCH 3/4] Added 3 more tutorials --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 291706e..6a2b33a 100644 --- a/README.md +++ b/README.md @@ -114,14 +114,17 @@ It's a great way to learn. * [**Node.js**: _gifbot - Building a GitHub App_](https://blog.scottlogic.com/2017/05/22/gifbot-github-integration.html) * [**Node.js**: _Building A Simple AI Chatbot With Web Speech API And Node.js_](https://www.smashingmagazine.com/2017/08/ai-chatbot-web-speech-api-node-js/) * [**Python**: _How to Build Your First Slack Bot with Python_](https://www.fullstackpython.com/blog/build-first-slack-bot-python.html) +* [**C++**: Build a Discord in C++](https://dpp.dev/docs/index.html?utm_source=google.com) * [**Python**: _How to build a Slack Bot with Python using Slack Events API & Django under 20 minute_](https://medium.com/freehunch/how-to-build-a-slack-bot-with-python-using-slack-events-api-django-under-20-minute-code-included-269c3a9bf64e) * [**Python**:_How to build a Discord bot with Python using Discord.py_](https://youtube.com/playlist?list=PLwqYQaS6jxfk_NCetUOyNRDGAf9_kU90n&si=u1P3bxNt3PxdnILV) [video] * [**Python**: _How to_build a Reddit Bot_](https://pythonforengineers.com/blog/build-a-reddit-bot-part-1/) * [**Python**: _How To make A Reddit Bot_](https://www.youtube.com/watch?v=krTUf7BpTc0) [video] * [**Python**: _How To create a Telegram Bot Using Python_](https://www.freecodecamp.org/news/how-to-create-a-telegram-bot-using-python/) +* [**Python**:_Build a Telegram bot using only Python_](https://python-telegram-bot.org) * [**Python**: _Create a Twitter Bot in Python Using Tweepy_](https://medium.freecodecamp.org/creating-a-twitter-bot-in-python-with-tweepy-ac524157a607) * [**Python**: _Creating Reddit Bot with Python & PRAW_](https://www.youtube.com/playlist?list=PLIFBTFgFpoJ9vmYYlfxRFV6U_XhG-4fpP) [video] * [**R**: _Build A Cryptocurrency Trading Bot with R_](https://towardsdatascience.com/build-a-cryptocurrency-trading-bot-with-r-1445c429e1b1) +* [**JavaScript**:_How to build a Telegram bot in JavaScript_](https://telegraf.js.org) * [**Rust**: _A bot for Starcraft in Rust, C or any other language_](https://habr.com/en/post/436254/) #### Build your own `Command-Line Tool` From 57975e8f1b1a25032971def1283dc087802bc145 Mon Sep 17 00:00:00 2001 From: isquintessential Date: Mon, 8 Jun 2026 20:03:21 +0530 Subject: [PATCH 4/4] Added one more tutorial. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a2b33a..653269f 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ It's a great way to learn. * [**Python**: _Create a Twitter Bot in Python Using Tweepy_](https://medium.freecodecamp.org/creating-a-twitter-bot-in-python-with-tweepy-ac524157a607) * [**Python**: _Creating Reddit Bot with Python & PRAW_](https://www.youtube.com/playlist?list=PLIFBTFgFpoJ9vmYYlfxRFV6U_XhG-4fpP) [video] * [**R**: _Build A Cryptocurrency Trading Bot with R_](https://towardsdatascience.com/build-a-cryptocurrency-trading-bot-with-r-1445c429e1b1) +* [**Python**:_How to build a WhatsApp bot in Python](https://pywa.readthedocs.io/en/latest) * [**JavaScript**:_How to build a Telegram bot in JavaScript_](https://telegraf.js.org) * [**Rust**: _A bot for Starcraft in Rust, C or any other language_](https://habr.com/en/post/436254/)