LukeTheNeko / TweetRandomWord

🧷・Tweet random word every 30 minutes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Introduction

Tweet Random Word is a simple JavaScript program designed to send random tweets with images .env file.

Features

  • Support for Portuguese (br) and English (en)
  • Custom Support for Backgrounds

Getting Started

  1. Install the latest version of NodeJS from the official website.
  2. Run install.bat and wait until it installs all required modules.
  3. Open the .env file and fill in all the required fields.
  4. Run the script by executing node index.js or use start.bat to launch the script.

Configuration (.env)


LANGUAGE=en
NODE_ENV="development"
API_KEY=""
API_SECRET=""
ACCESS_TOKEN=""
ACCESS_SECRET=""
BEARER_TOKEN=""

APP_ID=""

License

This project is licensed under the MIT license.

About

🧷・Tweet random word every 30 minutes

License:MIT License


Languages

Language:JavaScript 81.8%Language:Batchfile 18.2%