Skip to content

xReapex/TwitterBotDashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨Twitter Bot Dashboard - A Local Dashboard

Summary :

Overview :

🛠App version ⚡Code quality
GitHub package.json version

📌This app is made for interact with your Twitter account (personnal or bot) from local web server :

🔧 Configuration :

  • Configure the port that will be used by the App.
  • Configure bot login ids.

✨ Features :

  • In coming...

➕ Others :

  • Auto reload configuration in execution.

image

Requirements :

  • Node.js (Install) 🚧 App only tested on version v12.10.0 !

  • NPM (Install) 🚧 App only tested on version v6.14.11 !

  • A Twitter account.

  • A computer.

Installation :

  • 👽 Clone the code : git clone https://github.com/xReapex/twitter-bot-dashboard.git

  • 🔥 This application requires Node.js modules and dependencies to run. If Node.js modules are not installed (node_modules directory doesn't exists), run npm install. These modules must be installed !

  • 🔒 Configure .env file. (You can also change the server port or the connection variables when the application is launched, the server refreshes itself !)

  • 🚀 Run the application with npm run start or by launch start.bat.