vbandaru

Results 4 issues of vbandaru

``` for tweet in get_tweets("$AMD", pages=1): print(tweet['text']) ``` retruns error ``` --------------------------------------------------------------------------- KeyError Traceback (most recent call last) /usr/local/lib/python3.6/dist-packages/twitter_scraper/modules/tweets.py in gen_tweets(pages) 36 html = HTML( ---> 37 html=r.json()["items_html"], url="bunk", default_encoding="utf-8"...

Note: Any issue that does not follow below template will be closed without consideration. You may remove this line when filing issue. **What were you trying to achieve?** I have...

Stumbled upon this while researching vectorbt. I have few questions. hope you can answer 1. can this be used for stocks 2. How easy or difficult it is to integrate...

Hello, Very interesting project. Just wondering what source and python library you use for running the scans. Is this something custom you built, if so which api it uses underlying....