Update README.md

Added a tutorial to build a retweeting Twitter bot with Node.js & an additional tutorial for building a hashtag tweet viewing tool with Node.js
This commit is contained in:
DanEnglishby 2020-05-23 11:05:48 +01:00
parent c3ec6ed473
commit 4dffd8c7b0
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,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/)
* [**Node.js**: _Build a Retweeting Twitter Bot ](https://www.codewall.co.uk/twitter-bot-tutorial-retweet-nodejs/)
#### Build your own `Command-Line Tool`
@ -445,6 +446,7 @@
* [**Rust**: _Building a DNS server in Rust_](https://github.com/EmilHernvall/dnsguide/blob/master/README.md)
* [**Rust**: _Writing Scalable Chat Service from Scratch_](https://nbaksalyar.github.io/2015/07/10/writing-chat-in-rust.html)
* [**TypeScript**: _Tiny Package Manager: Learns how npm or Yarn works_](https://github.com/g-plane/tiny-package-manager)
* [**Node.js**: Build a hashtag tweet viewing tool with Node.js & the Twitter API ](https://www.codewall.co.uk/how-to-build-a-twitter-hashtag-viewing-tool-tutorial/)
## How to contribute