bocchilorenzo / ntscraper

Scrape from Twitter using Nitter instances
MIT License
180 stars 29 forks source link

Unexpected keyword argument 'skip_instance_check' #33

Closed psegovias closed 12 months ago

psegovias commented 1 year ago
root@test:/home# python3 test.py 
Traceback (most recent call last):
  File "/home/test.py", line 9, in <module>
    scraper = Nitter(log_level=1, skip_instance_check=True)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Nitter.__init__() got an unexpected keyword argument 'skip_instance_check'

ntscraper 0.3.2

nol-n commented 12 months ago

Same issue

bocchilorenzo commented 12 months ago

My bad, I put it in the readme before coding it. Now it's available.