Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to import twurl into python?

I am trying the wrapper around twitter using ruby gem twurl, but I am not able to import into python using

import twurl

I have the gem twurl installed already from ruby

like image 961
sudheer naidu Avatar asked Jul 12 '26 19:07

sudheer naidu


1 Answers

this is not supposed to be a lengthy answer, but since I am not yet allowed to give comments here we go: there is a course from a professor of the Uni of Michigan who provides a twurl.py file for free which works just fine (no need to concern oneself with ruby):

https://www.py4e.com/materials

(go for the link "Individual Files" and there you will find it, ready for download)

like image 138
Andreas G. Avatar answered Jul 15 '26 08:07

Andreas G.