IndigoResearch / textteaser

Official version of TextTeaser.
MIT License
620 stars 143 forks source link

Not able to create TextTeaser() object. Does it require an API key? #7

Open selva86 opened 7 years ago

selva86 commented 7 years ago

from textteaser import TextTeaser title = "Limitations of the GET method in HTTP" text = "We spend a lot of time thinking about web API design, and we learn a lot from other APIs and discussion with their authors. In the hopes that it helps others, we want to share some thoughts of our own. In this post, we’ll discuss the limitations of the HTTP GET method and what we decided to do about it in our own API. As a rule, HTTP GET requests should not modify server state. " tt = TextTeaser() TypeError: init() takes exactly 2 arguments (1 given)

TypeError Traceback (most recent call last)

in () ----> 1 tt = TextTeaser() TypeError: __init__() takes exactly 2 arguments (1 given)
Joshuad2uiuc commented 7 years ago

I got the same issue

scope-brad commented 5 years ago

Same issue

ali4friends71 commented 4 years ago

Did anyone got the solution to this problem ?

Please reply with the solution if anyone got the solution.