We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d3f53 commit bfc2c96Copy full SHA for bfc2c96
README.md
@@ -0,0 +1,13 @@
1
+# JavaScript-Twitter-Bot
2
+Twitter Bot made using Twit API and Node.js.
3
+Check this Twitter Bot out on Twitter by the name: @JS_Is_Life.
4
+If you tweet at it, it will tweet back at you!! :D
5
+Processing software was used to make randomized images using code in 'images/images.pde'.
6
+You need to install the following to make your own Twitter Bot:
7
+npm, (using brew install npm)
8
+Twit (using npm install twit --save)
9
+
10
+If you want to check add to the project, go to https://www.npmjs.com/package/twit and add functionality.
11
+In case you liked this, star it and tweet at the Bot!
12
+#JS_Is_Life :D
13
0 commit comments