Node.js Artificial Intelligence Twitter User.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
* Node.js
* Text Editor (Visual Studio Code)
* Twitter Account
To install this AI Bot, you need to follow these steps:
- Clone this repository to your computer.
- In the /server/config directory create a new file called: TwiterConfig.js
- In that file add your Twitter Authentication Keys & Tokens
module.exports = {
consumer_key: '...',
consumer_secret: '...',
access_token: '...',
access_token_secret: '...'
}
- Open the config.js file and to change your configurations
{
SCREEN_NAME: 'TheStereoPT', //Username
ANALYZE_AMOUNT: 25, //Amount of Tweets to Analyze
}
- Open the console and install all the dependencies with
npm install
- Run the Server with
npm run dev
- Twit - Node.js Twitter API
- Express.js - Web Application Framework
- React - JavaScript library for building UI
- Redux - Predictable State Container
- Bootstrap - Web Front-End Library
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- StereoPT - Initial work - StereoPT
This project is licensed under the MIT License - see the LICENSE.md file for details
- Marty Santalucia - Twitter Bot