q-to-y

1.0.0 • Public • Published

A tool for even more rapidly scaffolding x-to-y style Twitter bots. Uses ~coleww's x-to-y and ~lalanl's qauth with a bit of glue splattered between.

NPM

Use this if

  • You hate setting up your bots' authentication by hand.
  • You want to make a bot that replaces one word with another.

Don't use this if

  • You're using a version of Node older than 4.0.0.
  • You want to retrieve your auth values from something besides the qauth-generated flat file.
  • You want to make a more complicated bot.
  • You hate fun.

Usage

qtoy(wordToReplace, newWord, language, [ignore])

See the x-to-y documentation for more info on the parameters.

// This is the entirety of the code that runs https://twitter.com/finalexecutive
const qtoy = require('q-to-y');
qtoy('CEO', 'final boss', 'en');

Readme

Keywords

Package Sidebar

Install

npm i q-to-y

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • harrisonm