An open API service indexing awesome lists of open source software.

https://github.com/posixpascal/twitterbot

A bot to receive more followers
https://github.com/posixpascal/twitterbot

Last synced: over 1 year ago
JSON representation

A bot to receive more followers

Awesome Lists containing this project

README

          

# TwitterBot [![Build Status](https://secure.travis-ci.org/posixpascal/twitterbot.png?branch=master)](http://travis-ci.org/posixpascal/twitterbot)

Automate your twitter experience

## Getting Started
Install the module with: `npm install twitterbot`

```javascript
var twitterbot = require('twitterbot');
twitterbot.awesome(); // "awesome"
```

## Documentation
_(Coming soon)_

## Examples
_(Coming soon)_

## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).

## Release History
_(Nothing yet)_

## License
Copyright (c) 2013 Pascal Raszyk. Licensed under the MIT license.