Skip to content

StereoPT/TwitterAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitterAI [Build Version]

Node.js Artificial Intelligence Twitter User.

Preview Thumbnail

Getting Started

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.

Prerequisites

* Node.js
* Text Editor (Visual Studio Code)
* Twitter Account

Installing

To install this AI Bot, you need to follow these steps:

  1. Clone this repository to your computer.
  2. In the /server/config directory create a new file called: TwiterConfig.js
    1. In that file add your Twitter Authentication Keys & Tokens
  module.exports = {
    consumer_key: '...',
    consumer_secret: '...',
    access_token: '...',
    access_token_secret: '...'
  }
  1. Open the config.js file and to change your configurations
{
  SCREEN_NAME: 'TheStereoPT',   //Username
  ANALYZE_AMOUNT: 25,           //Amount of Tweets to Analyze
}
  1. Open the console and install all the dependencies with
npm install
  1. Run the Server with
npm run dev

Features

Full List and Plans

Built With

  • 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

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments