Giter VIP home page Giter VIP logo

Comments (6)

oldramen avatar oldramen commented on July 29, 2024

The main problem I see with this is people setting up their application as
'read only' when it should be read and write.
If that's the case, update your twitter app, and copy the new keys.

On Mon, Jul 2, 2012 at 3:39 PM, xpoondiggy <
[email protected]

wrote:

ok, maybe Im filling out the devtwitter wrong.

secret, key & token, checked, I try the /tweet command in the room, I get
the response "tweet sent".

but it wasnt, the account remains with 0 tweets. as far as the devtwitter
filling-out goes,

my 'request setting' = GET
Request URI: * = https://api.twitter.com/1/
Request query: = empty

anything need to change there?


Reply to this email directly or view it on GitHub:
#12

Dalton Gore
253.234.5597
me @ yayramen.com
*
*

from hashtag-amy.

xpoondiggy avatar xpoondiggy commented on July 29, 2024

Love you man!

thanks! thats exactly what it was <3

from hashtag-amy.

xpoondiggy avatar xpoondiggy commented on July 29, 2024

hey, i have a request, is there a way to add the artist's name to the 'now playing' tweet?

from hashtag-amy.

xpoondiggy avatar xpoondiggy commented on July 29, 2024

sooo is that either a no or a trivial question?

from hashtag-amy.

oldramen avatar oldramen commented on July 29, 2024

Sorry, didn't see this. Change

global.mDefaultTweet            = "{currentdj} is playing {song} right now!";

in enums.js

to

global.mDefaultTweet            = "{currentdj} is playing {song} by {songartist} right now!";

and then in commands.js

change

var sTweet = mDefaultTweet.replace(/\{currentdj\}/gi, mCurrentDJ.name).replace(/\{song\}/gi, mCurrentSong.songName);

to

var sTweet = mDefaultTweet.replace(/\{currentdj\}/gi, mCurrentDJ.name).replace(/\{song\}/gi, mCurrentSong.songName).replace(/\{songartist\}/gi, mCurrentSong.songArtist);

from hashtag-amy.

xpoondiggy avatar xpoondiggy commented on July 29, 2024

sweet! thanks you once AGAIN yayramen!!

from hashtag-amy.

Related Issues (15)

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.