emailconfirmed
1,824
edits
No edit summary |
(clean up + add comments) |
||
Line 1: | Line 1: | ||
==== Twitter Bot ==== | |||
===== Screenshots ===== | |||
[[File:bnp_01.png |500px|]] | [[File:bnp_01.png |500px|]] | ||
[[File:bnp_02.png |500px|]] | [[File:bnp_02.png |500px|]] | ||
< | ===== Source Code ===== | ||
<source lang="python"> | |||
from vapory import * | from vapory import * | ||
from math import pi, sqrt, sin, cos | from math import pi, sqrt, sin, cos | ||
Line 38: | Line 45: | ||
scene.render("chessboard.png", width=500, height=400, antialiasing=0.000001, quality=9) | scene.render("chessboard.png", width=500, height=400, antialiasing=0.000001, quality=9) | ||
</ | |||
</source> | |||
[[User:Veli2305|Veli2305]] 15:52, 16 June 2015 (UTC) | [[User:Veli2305|Veli2305]] 15:52, 16 June 2015 (UTC) | ||
<br> | <br> | ||
===== Comments ===== | |||
Wow. Breaking the twitter wall :) Very good job.<br> | |||
You are really taking twitterbots to the next dimension! <br> | |||
[[User:Ms| — Martin Schneider]] 13:03, 17 June 2015 (UTC) | |||
---- | |||
==== Processing Bot ==== | |||
[[Media:luisrobot.gif |animated bot]] | [[Media:luisrobot.gif |animated bot]] | ||
Line 51: | Line 69: | ||
< | <source lang="python"> | ||
def setup(): | def setup(): | ||
Line 117: | Line 133: | ||
saveFrame("koala.png") | saveFrame("koala.png") | ||
</ | </source> |