m-oliv / ChirpManager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chirp Manager

A twitter bot that has "Create a Simple Twitter Bot with Node.js", "How to make a Twitter Bot with Node.js - Part 2" and "Why you should have your own Twitter bot, and how to build one in less than 30 minutes" as base. This bot aims at working as a simple manager to my twitter account @moliveiradev.

Methodology used

The app code is stored in three files:

  • package.js - stores info about the project (name, version, dependencies, etc).
  • bot.js - contains the code that controls the bot.
  • config.js - saves the configurations needed to run the bot (consumer keys, among others).

Tech

Execute App

License

MIT

About


Languages

Language:JavaScript 100.0%