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
- Host: GitHub
- URL: https://github.com/posixpascal/twitterbot
- Owner: posixpascal
- Created: 2013-10-17T16:36:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-02T16:15:49.000Z (over 12 years ago)
- Last Synced: 2025-03-09T00:39:52.468Z (over 1 year ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TwitterBot [](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.