-
Whenever I run the `unfollow` command, this bug shows up:
-
_what happens_
When I unfollow someone, their reposts keep appearing in my timeline. I don't follow the hashtag in their profile either. Closing, and reopening does not work.
> I just noticed the …
-
I run the following program:
```
from TwitterFollowBot import TwitterBot
my_bot = TwitterBot("/home/pi/tw/unfollowconfig.txt")
my_bot.sync_follows()
my_bot.auto_unfollow_nonfollowers()
```
…
-
Hi,
"user.unfollow()" method doesn't work, it don't return any error but the users are not unfollowed.
Can you help me?
Thanks
-
There is possibly a couple reasons why this happened, either Bernii followed me, then perhaps unfollowed me, and then re-followed me OR there is just a bug in the email system and it got sent twice. @…
-
# Issue #27
When you go to therickroll.com, you literally get RickRolled by the official YouTube channel for Rick Astley (get redirected to the official YouTube video for RickRoll).
__WARNING: DON…
-
- [X] I have searched open and closed issues for duplicates
### Bug Description
I've unfollowed someone and their new posts and replies seem to appear in my timeline.
### Steps to Reproduce
…
-
### Bug Type
Functional
### Reproduction steps
1. Login
2. Follow user from suggestions block (for ex. https://ton.place/id125411)
4. Unfollow user from the same page
5. Go to feed -> fol…
-
After the graph was generated for the first time, I unfollowed some accounts and reset it, but the data remains the previous
-
Run mypy 0.580 on the following code with the flag:
mypy --disallow-any-expr
```
from typing import cast
import numpy as np # type: ignore
class C: ...
a = cast(C, np.array([1,2,3]))…