Compare commits

...

6 Commits

Author SHA1 Message Date
Arman Idrisi
d7db17a9c1 Merge 2650d99c8b into cf5d750133 2025-04-11 16:26:02 -03:00
Paul Kuruvilla
cf5d750133 Merge pull request #1414 from maysara-elshewehy/master 2025-04-11 12:13:28 -07:00
Maysara
d6ce7605f0 Add a new tutorial link for zig. 2025-04-11 20:00:24 +02:00
Arman Idrisi
2650d99c8b added new bot tutorial 2023-05-13 20:49:21 +05:30
Arman Idrisi
af2b443ac6 Merge pull request #1 from Armanidrisi/new-feature
Added [How To Create Chatgpt Telegram Bot Using Python] To [Bot]
2023-05-13 20:20:50 +05:30
Arman Idrisi
5319885369 Added [How To Create Chatgpt Telegram Bot Using Python] To [Bot] 2023-05-11 18:44:40 +05:30

View File

@@ -112,6 +112,7 @@ It's a great way to learn.
* [**Python**: _Creating Reddit Bot with Python & PRAW_](https://www.youtube.com/playlist?list=PLIFBTFgFpoJ9vmYYlfxRFV6U_XhG-4fpP) [video] * [**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) * [**R**: _Build A Cryptocurrency Trading Bot with R_](https://towardsdatascience.com/build-a-cryptocurrency-trading-bot-with-r-1445c429e1b1)
* [**Rust**: _A bot for Starcraft in Rust, C or any other language_](https://habr.com/en/post/436254/) * [**Rust**: _A bot for Starcraft in Rust, C or any other language_](https://habr.com/en/post/436254/)
* [**Python**: How To Create openai(chatgpt) Telegram Bot Using Python](https://youtu.be/bsBY9Ui8sKM)[video]
#### Build your own `Command-Line Tool` #### Build your own `Command-Line Tool`
@@ -123,6 +124,7 @@ It's a great way to learn.
* [**Node.js**: _Create a CLI tool in Javascript_](https://citw.dev/tutorial/create-your-own-cli-tool) * [**Node.js**: _Create a CLI tool in Javascript_](https://citw.dev/tutorial/create-your-own-cli-tool)
* [**Rust**: _Command line apps in Rust_](https://rust-cli.github.io/book/index.html) * [**Rust**: _Command line apps in Rust_](https://rust-cli.github.io/book/index.html)
* [**Rust**: _Writing a Command Line Tool in Rust_](https://mattgathu.dev/2017/08/29/writing-cli-app-rust.html) * [**Rust**: _Writing a Command Line Tool in Rust_](https://mattgathu.dev/2017/08/29/writing-cli-app-rust.html)
* [**Zig**: _Build Your Own CLI App in Zig from Scratch_](https://rebuild-x.github.io/docs/#/./zig/terminal/cli)
#### Build your own `Database` #### Build your own `Database`