-
## Twitter Spaces Voice Client
Parity with Discord Voice Client, but on Twitter Space
- Must listen to and respond with voice
- Must be able to join a twitter space from a linked tweet
- Must …
-
"A rust CLI client for posting on social media. Supports: Twitter (Formerly known as X)"
Should be Supports: X (Formerly known as Twitter)?
-
```
/Users/hagen/Documents/Misc/twitterstuff/twitter-to-bluesky/node_modules/@atproto/xrpc/dist/types.js:174
return new XRPCError(status, undefined, message, headers, { cause });
…
-
Only thing to note is the link to the download is no longer valid if it's trying to decode the Twitter shortener
---------
`Parse tweet id '543719530430996480'
Created at 2014-12-13T10:50:12.000…
-
Hey !
Just trying this good project on my debian VPS but I got this twikit.errors.BadRequest: status: 400, message: "{"errors":[{"code":366,"message":"flow name LoginFlow is currently not accessib…
-
## I am uplaoding an Image to twitter but I found 403 error
```
import {
TWITER_USER_ACCESS_TOKEN,
TWITER_USER_ACCESS_TOKEN_SECRET,
TWITTER_APP_KEY,
TWITTER_APP_SECRET
} fro…
-
```
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…
-
```
Video job status: 'video duration (106.93 sec) is longer than the maximum allowed duration (60 sec)'. Video will be posted as a link
C:\Users\Kiz\Downloads\twitter-to-bluesky-0.7.1\node_modules…
-
When trying to import a video which has a length over 60 seconds the script fails and exits.
```
Parse tweet id '763355427925069824'
Created at 2016-08-10T12:44:51.000Z
Full text 'test https…
-
Week 3 Assignment
I tried to incorporate persistence using ActiveAndroid, but my models already extend BaseModel and since Java doesnt support multiple inheritance, I had to stop there. I tried refac…