Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.87 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.87 KB

Xomator

Xomator is X Automation

This project is a TypeScript-based application to automate actions on X using AdsPower browser. The app utilizes Node.js and npm. It includes configuration files config/config.ts and 'config/modules-config.ts' that set up various parameters for the application.

📨 Subscribe: https://twitter.com/cjh4sh

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of Node.js and npm.
  • You have a basic understanding of TypeScript and Node.js.

Installing

To install, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Run the following command to install the project dependencies:
npm install

Configuring

To configure, you need to RENAME SAMPLE-CONFIG.ts to config.ts and modify necessary settings in config.ts and modules-config.ts files.

Running

To run Xomator, execute the following command:

npm run xomator

Disclaimer

This script is provided "as is" and any expressed or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the author or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage. The user assumes all responsibility for the use of this software and runs it at their own risk.