commit 17c7c7e361803ec23fbdbee2c4db95009c18a582 Author: spline Date: Tue Oct 23 12:01:22 2012 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f24cd99 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +*.py[co] + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox + +#Translations +*.mo + +#Mr Developer +.mr.developer.cfg diff --git a/README.md b/README.md new file mode 100644 index 0000000..39a5819 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +Supybot-Tweety +============== + +Supybot Twitter plugin for Twitter API v1.1 (fork of Hoaas's work) \ No newline at end of file