-
I receive two errors.
First when I save in the browser
> Internal Server Error
>
> The server encountered an internal error and was unable to complete your request. Either the server is overloa…
-
There are plenty of research materials in the worldwide web find and understand the most relevant ones and document it in wiki
-
Since Tweak New Twitter seems to be popular in Japan at the moment, I've made the options page and extension name and description localizable, and created a translation file for Japanese in the follow…
-
no tags but still no entries found
-
We need to train our algorithm to identify trolls. (`calculate_troll_score` in `tweep.py`)
This can either be hand-devised with rules, or we can try to learn it using a database of known trolls. Mayb…
-
First of all, thank you for the amazing library.
When using the Client.follow(target_user_id) method for following someone, I get the following error:
```
Traceback (most recent call last):
…
-
**Describe the bug**
The avatar URL that I set in the `setUser()` call is not displayed in the desktop UI of Chatwoot.
**Expected behavior**
When I call this:
```js
window.addEventListene…
-
Hey,
I find tweep do lookup_users with "POST" request style,
but in official Twitter docs , it's "GET" request style .
```
def lookup_users(self, user_ids=None, screen_names=None, *args, …
-
When I import botometer, I get the error: No module named 'tweepy.error'. Could you please help me?
-
I've been using tweepy to pull follower information. After about 8 or 9 pulls, or around 2000 followers, tweepy throws and error, that reads:
TweepError: Failed to send request: ('Connection aborted.…