From 657a9e6fff4d75152a58ff80804c93b1a153be5b Mon Sep 17 00:00:00 2001 From: Pedro Cisneros Santana <37348419+PedroCisnerosSantana@users.noreply.github.com> Date: Tue, 30 Nov 2021 01:29:24 +0100 Subject: [PATCH] Update README.md Adding issue #672 and #577 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 731ab24..5865d75 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ * [**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) * [**Rust**: _A bot for Starcraft in Rust, C or any other language_](https://habr.com/en/post/436254/) +* [**Go**: _Creating a Twitter Bot in Go_](https://blog.jonaylor.xyz/creating-a-twitter-bot-in-go) #### Build your own `Command-Line Tool` @@ -256,6 +257,7 @@ * [**C++**: _Write your own Operating System_](https://www.youtube.com/playlist?list=PLHh55M_Kq4OApWScZyPl5HhgsTJS9MZ6M) [video] * [**C++**: _Writing a Bootloader_](http://3zanders.co.uk/2017/10/13/writing-a-bootloader/) * [**Rust**: _Writing an OS in Rust_](https://os.phil-opp.com/) +* [**Rust**: _Build a terminal emulator from scartch_](https://www.poor.dev/blog/terminal-anatomy/) #### Build your own `Physics Engine`