Nope.
A Twitter Bot.
Nopebot requires a distinct Twitter account in order to send nopes to Tweets.
$ npm install
$ npm start
Nopebot requires CONSUMER_KEY
, CONSUMER_SECRET
, ACCESS_TOKEN
and ACCESS_TOKEN_SECRET
environment variables for Twitter. They can be specified in a .env
file.
Currently only Twitter is supported.
To "nopify" a tweet, the id
of the tweet is necessary. A POST
request can be send to the following URL:
http://localhost:3000/twitter/:id
Another way to "nopify" a tweet is to send the id
or the URL of the tweet via Twitter DM to the account of Nopebot.
$ npm test
$ npm run dev
Licensed under the MIT License.