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

https://github.com/chriskilinc/imagent

Twitter Bot made in NodeJs integrated with Processing, a visual arts programming language and software. Everytime someone follows the bot, you get a random generated image tweeted back!
https://github.com/chriskilinc/imagent

javascript nodejs processing processing-sketch twitter twitter-api twitter-bot

Last synced: 2 days ago
JSON representation

Twitter Bot made in NodeJs integrated with Processing, a visual arts programming language and software. Everytime someone follows the bot, you get a random generated image tweeted back!

Awesome Lists containing this project

README

          

# imagent
Twitter Bot made in NodeJs integrated with Processing, a visual arts programming language and software

## Running imagent
- Apply for Twitter Api Access [developer.twitter.com](https://developer.twitter.com)

- Create your API Keys

- Confugure your API Keys in the file 'twitterConfig.js'

>*twitterConfig.js*
```
module.exports = {
consumer_key: '...',
consumer_secret: '...',
access_token: '...',
access_token_secret: '...',
}
```

- Open Project Folder in your command line and run
```
npm start
```
>I'm an Agent Image Generator for Twitter