How to get tweet id based on an image url contained by the tweet?Twitter image encoding challengeHow does twitter server get to know single tweet ID from URL fragment segment?How do I add a hashtag to a custom tweet button?Twitting URLs with # in them and getting their countHow do you get an image from a “t.co” URL (Twitter specific images) for an iOS app?How do I clean twitter data in R?How to get tweet text from Adapters?Using Bigsheets I want to refine my twitter tweets, like removing url, and # tags etcGet tweets with hashtag from specific time periodIs there a way to attach a dynamic image to a tweet?

Double blind peer review when paper cites author's GitHub repo for code

What does "sardine box" mean?

Ex-contractor published company source code and secrets online

Word or idiom defining something barely functional

What are the uses and limitations of Persuasion, Insight, and Deception against other PCs?

Are any jet engines used in combat aircraft water cooled?

Is it incorrect to write "I rate this book a 3 out of 4 stars?"

Why are Gatwick's runways too close together?

A stranger from Norway wants to have money delivered to me

Is TA-ing worth the opportunity cost?

Are there any differences in causality between linear and logistic regression?

TColorBox and Tikz, arrows are not on the diagram

What is my malfunctioning AI harvesting from humans?

Why isn’t SHA-3 in wider use?

How do I explain to a team that the project they will work on for six months will certainly be cancelled?

Team goes to lunch frequently, I do intermittent fasting but still want to socialize

Does a code snippet compile? Or does it get compiled?

Can a fight scene, component-wise, be too complex and complicated?

Replace value with variable length between double quotes

Y2K... in 2019?

If a Contingency spell has been cast on a creature, does the Simulacrum spell transfer the contingent spell to its duplicate?

Why level 0 espers are considered espers if they have no powers at all?

Optimal way to extract "positive part" of a multivariate polynomial

Why did Gandalf use a sword against the Balrog?



How to get tweet id based on an image url contained by the tweet?


Twitter image encoding challengeHow does twitter server get to know single tweet ID from URL fragment segment?How do I add a hashtag to a custom tweet button?Twitting URLs with # in them and getting their countHow do you get an image from a “t.co” URL (Twitter specific images) for an iOS app?How do I clean twitter data in R?How to get tweet text from Adapters?Using Bigsheets I want to refine my twitter tweets, like removing url, and # tags etcGet tweets with hashtag from specific time periodIs there a way to attach a dynamic image to a tweet?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I have some image urls extracted from tweets and now I need more information contained by the tweets, like text content, user name and mentions. I think it should be helpful if I can get the tweet id based on the image url.
So is there anyway I can achieve this goal? In other words, is there any specific conversion rules between image url and tweet id in Twitter?



image url segment: D2eNxz8WsAAWhKT
corresponding tweet id: 1110011728824283136
I have tried 64 binary system, but it did not work.










share|improve this question






























    0















    I have some image urls extracted from tweets and now I need more information contained by the tweets, like text content, user name and mentions. I think it should be helpful if I can get the tweet id based on the image url.
    So is there anyway I can achieve this goal? In other words, is there any specific conversion rules between image url and tweet id in Twitter?



    image url segment: D2eNxz8WsAAWhKT
    corresponding tweet id: 1110011728824283136
    I have tried 64 binary system, but it did not work.










    share|improve this question


























      0












      0








      0








      I have some image urls extracted from tweets and now I need more information contained by the tweets, like text content, user name and mentions. I think it should be helpful if I can get the tweet id based on the image url.
      So is there anyway I can achieve this goal? In other words, is there any specific conversion rules between image url and tweet id in Twitter?



      image url segment: D2eNxz8WsAAWhKT
      corresponding tweet id: 1110011728824283136
      I have tried 64 binary system, but it did not work.










      share|improve this question














      I have some image urls extracted from tweets and now I need more information contained by the tweets, like text content, user name and mentions. I think it should be helpful if I can get the tweet id based on the image url.
      So is there anyway I can achieve this goal? In other words, is there any specific conversion rules between image url and tweet id in Twitter?



      image url segment: D2eNxz8WsAAWhKT
      corresponding tweet id: 1110011728824283136
      I have tried 64 binary system, but it did not work.







      twitter






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 27 at 7:29









      Z.PotatoZ.Potato

      12 bronze badges




      12 bronze badges

























          1 Answer
          1






          active

          oldest

          votes


















          0














          No, there is no connection. Images are uploaded independently of Tweets, and are associated with Tweets later. There is no rule that connects Tweet and Media IDs on Twitter.






          share|improve this answer

























          • Got it. Thank you Andy.

            – Z.Potato
            Apr 23 at 13:27










          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55371869%2fhow-to-get-tweet-id-based-on-an-image-url-contained-by-the-tweet%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          No, there is no connection. Images are uploaded independently of Tweets, and are associated with Tweets later. There is no rule that connects Tweet and Media IDs on Twitter.






          share|improve this answer

























          • Got it. Thank you Andy.

            – Z.Potato
            Apr 23 at 13:27















          0














          No, there is no connection. Images are uploaded independently of Tweets, and are associated with Tweets later. There is no rule that connects Tweet and Media IDs on Twitter.






          share|improve this answer

























          • Got it. Thank you Andy.

            – Z.Potato
            Apr 23 at 13:27













          0












          0








          0







          No, there is no connection. Images are uploaded independently of Tweets, and are associated with Tweets later. There is no rule that connects Tweet and Media IDs on Twitter.






          share|improve this answer













          No, there is no connection. Images are uploaded independently of Tweets, and are associated with Tweets later. There is no rule that connects Tweet and Media IDs on Twitter.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 27 at 16:48









          Andy PiperAndy Piper

          5,3911 gold badge16 silver badges36 bronze badges




          5,3911 gold badge16 silver badges36 bronze badges















          • Got it. Thank you Andy.

            – Z.Potato
            Apr 23 at 13:27

















          • Got it. Thank you Andy.

            – Z.Potato
            Apr 23 at 13:27
















          Got it. Thank you Andy.

          – Z.Potato
          Apr 23 at 13:27





          Got it. Thank you Andy.

          – Z.Potato
          Apr 23 at 13:27








          Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







          Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.



















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55371869%2fhow-to-get-tweet-id-based-on-an-image-url-contained-by-the-tweet%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript