Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this project functional? #368

Open
barniker opened this issue Nov 30, 2021 · 1 comment
Open

Is this project functional? #368

barniker opened this issue Nov 30, 2021 · 1 comment

Comments

@barniker
Copy link

barniker commented Nov 30, 2021

fixed issue reported here with:

    import pandas as pd 
    ...
    def get_proxies():    
    resp = requests.get(PROXY_URL)
    df = pd.read_html(resp.text)[0]
    list_ip=list(df['IP Address'].values)
    list_ports=list(df['Port'].values.astype(str))
    list_proxies = [':'.join(elem) for elem in list(zip(list_ip, list_ports))]

however, this still does not work.

list_of_tweets = query_tweets("Trump OR Clinton", 10) returns:

Exception: Traceback (most recent call last):
--> 249             for new_tweets in pool.imap_unordered(partial(query_tweets_once, limit=limit_per_pool, lang=lang, use_proxy=use_proxy), queries):
    250                 all_tweets.extend(new_tweets)
    251                 logger.info('Got {} tweets ({} new).'.format(

also, query_user_info fails as shown here:

query_user_info(user='elonmusk')

@zombozo
Copy link

zombozo commented May 15, 2022

I see that the tags and twitter id have changed. the repository can no longer find the tags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants