-
AttributeError Traceback (most recent call last)
in
21
22 replies=[]
---> 23 for tweet in tweepy.Cursor(api.search,q='to:'+name, result_type='recent', timeo…
-
Hi,
I'm trying to hydrate files using Twitter API v2. I used hydrator before, but for some reason, after hydrating the tweet ids don't match and hence I decided to go with Twitter API v2. However, I'…
-
Noticed first when exploring the use of `pytest`, which should work with `unittest.TestCase` - but it couldn't find a bot dependency (`tweepy` for twitpost). Then I noticed that this bot was not even …
-
**Describe the bug**
Install fails on clean and updated ubuntu 20.04 build
``` sudo apt update ```
``` sudo apt upgrade ```
**To Reproduce**
Steps to reproduce the behavior:
``` sudo python3 s…
-
Stuck with trying to get the "retweets with comments" of my own tweets.
* Is there an equivalent to the https://twitter.com/notifications page ... but in the API?
.
I have tried with the `twe…
-
- [mypy/README.md at master · python/mypy](https://github.com/python/mypy/blob/master/README.md)
- [Make a README](https://www.makeareadme.com/)
- [matiassingers/awesome-readme: A curated list of awes…
-
## Context
### Twitter API version : v2
### Endpoint : [GET /2/dm_events](https://developer.twitter.com/en/docs/twitter-api/direct-messages/lookup/api-reference/get-dm_events)
### Library : [Twe…
-
Hi,
I run :
python manage.py stream
but nothing is stored in my database. The terminal hangs for a while then finally shows this stacktrace
Exception in thread Thread-50:
Traceback (most recent cal…
-
`tweepy.error.TweepError: [{'code': 34, 'message': 'Sorry, that page does not exist.'}]` というエラーで落ちます。
https://github.com/6syun9/twitter_manager/blob/master/data_manager.py#L331 が `my_id` になってるからな..…
-
A lot has changed at Twitter... does this still work with the free version which only allows like 3 endpoints?