-
Line #55 no longer works - Replaced it with
> `$ret = preg_replace("/\B#(\w+)/", "#\\1", $ret);`
-
I found some more bugs. One in the main script and the other in the twitter plugin.
The first one is that when you got two email adresses, without the `mailto:` prefix, inline with the text and separa…
-
**Description**
Consider embedding social media feed(s) showing member and community related activities on sites like Facebook, LinkedIn, Twitter, and Instagram. Embedding social media plugins to a w…
-
Collect comments on publications from Twitter in a similar way [#arseniclife](http://www.slate.com/articles/health_and_science/science/2011/05/the_discovery_of_arsenicbased_twitter.single.html) hashta…
mitar updated
10 years ago
-
**Description:**
Live tweets widget should auto refresh for hashtag changes
**Suggested Labels:**
Bug
**Suggested Assignees:**
@lasanthaS
**Affected Product Version:**
4.2.0
-
Bonjour,
J'espere que vous allez bien !
Avez-vous envisagé d'ajouter une colonne pour les comptes Twitter ?
Cela permettrait de generer des visualisations plus interactives pour des hashtags …
-
Hello,
First, thank you for this great package!
I have an issue with a truncated tweet, which can be observed in other instances as well. The hashtag entities is empty although I know there sho…
-
Utiliser l'API Twitter pour récupérer automatiquement les tweets d'un hashtag et les placer sur la timeline. Possibilité de supprimer des tweets si non pertinents ou spam. Prévoir l'affichage des médi…
-
!pip install twitter_scraper
from twitter_scraper import get_tweets
for tweet in get_tweets('#arsenal', pages=1):
print(tweet['text'])
i ran this simple code but it returns the error "Oops! Ei…
-
How can I use this script to get tweets with a particular hashtag instead of just tweets from my timeline ..??
I tried changing
$get_tweets = $connection->get("https://api.twitter…