Simon Lucy
Simon Lucy
> > > What is holding this back from getting merged in? I feel this would be quite useful to a large number of the users of tweepy. I don't...
I can tomorrow.
> > > That'd be great. Thanks a lot. You'll have to add me. bpluly#2029
Added Developer/User Tutorial #1381
> > > > (tweepy) PR for Account activity > > Oh cool. Thanks a lot. > > > no REST API equivalent call for Account Activity Webhooks > >...
Is there any work going on on this? The initial support for the POST enabling and the subscribe setup would be sufficient right now. The application's webhook handles the incoming...
I've subclassed API and published it at https://github.com/bpluly/AccountActivity I haven't made it a pull request here solely because it is subclassing and it might well be implemented directly in api.py...
I've now branched and added the activityAPI sub-module which subclasses API. There are no automated tests. I have a web.py example use of all the of the API which should...
I have made a pull request for a tweepy implementation. On Mon, 25 Nov 2019, 12:20 Saadman Rafat, wrote: > Created an API client for Account Activity. It does a...
> > > @bpluly Thanks for your pull request - is there any particular reason or better approach to accomplishing this functionality? > > I thank you for your contribution...