-
```js
const tweet = document.querySelector("[data-testid='tweet']");
const tweetParent = tweet.parentElement;
const props = getReactProps(tweetParent);
const isReplyDeboosted = props.children.prop…
-
Observed behaviour:
When I convert tweets to csv using the tool, all the entries in the "place_name" column are empty. If I check the original ndjson, I can see that the location data is present (dat…
-
At the time this issue is being filed Zed is at commit 313c4d4.
We recently noticed a [tweet](https://twitter.com/mim_djo/status/1600836856551477249) where a user pointed to some [Python](https://g…
-
We need to have a new feature built on the existing codebase.
From all the scraped tweet data, we have to come up with some "analysis feature" to analyze:
- sentiment analysis of the tweet topic
…
-
hello,
thank you for this awesome package!
found an issue related to user media (with login). i use the code for getting user media with pagination:
```python
import json
import time, random
…
pj-99 updated
4 months ago
-
```
hagen@Edwards-iMac-M3 twitter-to-bluesky % npm run start_log
> twittertobluesky@0.6.0 start_log
> npx tsc && node app.js > import.log
/Users/hagen/Documents/Misc/twitterstuff/twitter-t…
-
Dataloader name: `indoabusive/indoabusive.py`
DataCatalogue: http://seacrowd.github.io/seacrowd-catalogue/card.html?indoabusive
| Dataset| indoabusive |
|-------------|---|
| Description | IndoAb…
-
[{"author_id":"1345240655283404800","created_at":"2024-09-13T18:26:52.000Z","text":"RT @sfdcsheeba: Had so much fun video filming with the #legend and friend @danieljpeter and @krishcsai previewing De…
-
i tried to add tweet to my knowledge, it shows memory added successfully, but it's not adding it!
on further rabbit hole, i found out the way you are getting raw tweet, that API is not working(synd…
-
The sentiment analysis of tweets is a rewarding project that not only helps you learn essential machine learning and NLP skills but also has significant real-world implications. Whether you’re interes…