transitive-bullshit / chatgpt-twitter-bot

Twitter bot powered by OpenAI's ChatGPT API. It's aliveeeee 🤖
https://twitter.com/ChatGPTBot
MIT License
735 stars 98 forks source link

Bot not reading/sending links ? #9

Open xSlOom opened 1 year ago

xSlOom commented 1 year ago

Hi,

First, very nice job on this Twitter Bot!

I'd like to report a bug (if not done by purpose): When you are including a link in your tweet, it doesn't "consider" it and removes it.

Here is an example:

FmQ96RFX0Ac2344

It's supposed to show "What is xat.com?", and not "What is ?"

Thanks for your reply.

transitive-bullshit commented 1 year ago

Thanks @xSlOom for creating the issue.

Currently, we're stripping URLs from the query because they didn't seem to work well as ChatGPT input, but I think this can definitely be improved. Would love to include the text or a summary of the text from the URL as input to ChatGPT.

Thoughts?

xSlOom commented 1 year ago

@transitive-bullshit Definitively a change to add.

I'm probably not the only one to add link in my tweets and feel annoyed to see it stripped from text :)

Would love to include the text or a summary of the text from the URL as input to ChatGPT.

Were you waiting for an answer from me? I suppose not as no question mark but I prefer to ask in case.

CI-Coding commented 1 year ago

Hey, I am trying to recreate a similar bot for learning and fun purposes and I see that Twitter has recently limited access to Twitter API. Does one need Entprise-level access to Twitter API to run the Bot? Kindly provide some guide to starting this bot.