Piotr Kalota
Piotr Kalota
This is the content of my `test.html` file. ```HTML Kom bare ind - Dørhænger i træ ``` `html2react test.html` throws an error ```BASH C:\Users\Piotrek\AppData\Roaming\npm\node_modules\html-to-react-components\node_modules\babylon\lib\index.js:4457 throw err; ^ SyntaxError: Unexpected token...
This is my simplified code: ```python # read data raw_tweets_data = self.scraper.tweets([data['user_id']], limit=limit, cursor=data['cursor']) data['cursor'] = get_cursor(raw_tweets_data) # save data ``` First scraping works correctly - it scrapes x latest...