/twitter-emoji-bot

This is a Twitter bot made for Node.js. This bot publishes an emoji image every few minutes

Primary LanguageJavaScript

twitter-emoji-bot

This is a Twitter bot made for Node.js. This bot publishes an emoji image every few minutes. All emojis images are retrieved from GitHub API.

Example: @emoji_bot

Some useful links

How to use

  • Download repo
  • Install dependencies npm install
  • You must configure the authentication data of Twitter.
  • Write your credentials in file _env
  • Rename the file _env to .env
  • Execute script with node . or npm start