autohook icon indicating copy to clipboard operation
autohook copied to clipboard

Automatically setup and serve webhooks for the Twitter Account Activity API

Results 7 autohook issues
Sort by recently updated
recently updated
newest added

After starting the Autohook and it's working normally, suddenly it stops sending messages yet in console logs it shows that it is still listing to the events and processing, it's...

`npm i -g twitter-autohook` > npm WARN deprecated [email protected]: this library is no longer supported > npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may...

### Problem Allow start up of autohook with Fastify as an alternative option. ### Solution Introduce a new function `startFastifyServer()` under index.js that follows similar to startServer() but uses Fastify...

I have set up the project, gave it all the permissions, created an "Account Activity/APISandbox" for it and entered the .env file properly. I used the example code on [here](https://developer.twitter.com/en/docs/tutorials/how-to-build-a-complete-twitter-autoresponder-autohook)...

This project looks awesome for hitting the ground running use twitter webhooks! That said it seems best if you plan to have a persistent express instance. Webhooks are a great...

Receiving 215 'Bad Authentication data'. Is this up to date with Twitter's AAA Api ref? ### Expected behavior Expecting Autohook to generate the webhook ### Actual behavior This does not...