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!
- Host: GitHub
- URL: https://github.com/chriskilinc/imagent
- Owner: chriskilinc
- Created: 2018-06-05T21:39:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T11:08:20.000Z (almost 8 years ago)
- Last Synced: 2025-04-03T22:43:24.156Z (about 1 year ago)
- Topics: javascript, nodejs, processing, processing-sketch, twitter, twitter-api, twitter-bot
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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