Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/simulator/demo/chaitanya.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simulator/demo/chaitanya.py')
-rw-r--r--tests/simulator/demo/chaitanya.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/simulator/demo/chaitanya.py b/tests/simulator/demo/chaitanya.py
new file mode 100644
index 0000000..95798c7
--- /dev/null
+++ b/tests/simulator/demo/chaitanya.py
@@ -0,0 +1,8 @@
+from sugar.simulator import Bot
+
+bot = Bot()
+bot.name = 'chaitanya'
+
+bot.share_chat('All About Giraffes')
+
+bot.start()