Git Product home page Git Product logo

Comments (8)

arricc avatar arricc commented on May 29, 2024

I have the same issue. My bot has stopped pulling anything from Twitter. I've reset all of the Twitter keys, the logging shows "Authenticated with Twitter API" but nothing :(

from phantombot.

CallumXGames avatar CallumXGames commented on May 29, 2024

@arricc Was there a specific update or something that broke it? How long ago did it stop working?

Am trying to figure out if it is something broken already in this build or if it is a setting we have not set up correctly.

Thanks 👍

from phantombot.

arricc avatar arricc commented on May 29, 2024

@CallumXGames not sure to be honest - I tend to update to the latest version within a week of release. It's been broken for at least a couple of weeks and I only found time to investigate it yesterday,

from phantombot.

wheezer1987 avatar wheezer1987 commented on May 29, 2024

Any update on this issue? I'm having the same problem

from phantombot.

IsegrimDE avatar IsegrimDE commented on May 29, 2024

Seems like nobody is assigned to this as of yet.
This features was really usefull to me since my viewers could just click to retweet or like.

from phantombot.

C74K avatar C74K commented on May 29, 2024

not working.

from phantombot.

Sartharon avatar Sartharon commented on May 29, 2024

Skimming through the TwitterCache code i feel this line could be a problem if users dont wanna have the bot post Twitterposts in the twitch chat ( meaning those options are all false) but want to have the bot post only on discord. Hence the cache wont be updated which leads to the event not firing and nothing will be posted on discord. @gmt2001 will probably correct me if i'm wrong

UpdateCache will leave here since the needed settings/DB entries are handled by the the twitch alerts section:
TwitterCache.java#L156
if (!reward_retweets && !poll_retweets && !poll_mentions && !poll_hometimeline && !poll_usertimeline) { return; }

Some refractor would be nessecary or adding poll settings for the discord side

from phantombot.

gmt2001 avatar gmt2001 commented on May 29, 2024

Twitter4j is abandoned

Replace with https://github.com/redouane59/twittered

from phantombot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.