mahrtayyab / tweety

Twitter Scraper
460 stars 62 forks source link

Unable to tweet or reply tweets using Library #165

Closed Balogunolalere closed 7 months ago

Balogunolalere commented 7 months ago

I'm encountering an issue while trying to tweet using the library within my application. Here's a shortened version of the code I tried:

app.create_tweet('backend development', reply_to="1756642807911977329")

Expected Behavior:

The code should create a new tweet with the text "backend development" and reply to the tweet with ID "1756642807911977329".

Actual Behavior:

Unfortunately, the tweet is not being created. I'm unsure if the reply functionality is working correctly or if there's another issue preventing the tweet from being sent.

mahrtayyab commented 7 months ago

Is there any Exception raised while doing so.

Balogunolalere commented 7 months ago

nope, when i check my timeline on web i don't see tweet or reply

mahrtayyab commented 7 months ago

It should be returning Tweet object then, can you confirm that?

Balogunolalere commented 7 months ago

yes i can confirm Tweet(id=1757014437909946506, author=User(id=1506909462468116481, username=OlalereBalogun, name=olalere balogun, verified=False), created_on=2024-02-12 12:11:00+00:00)

mahrtayyab commented 7 months ago

https://twitter.com/OlalereBalogun/status/1757014437909946506, it is posted

mahrtayyab commented 7 months ago

Also visible in replies

Balogunolalere commented 7 months ago

silly me, must have used a different account with the library (i am using a old session file) thanks alot