Coder Social home page Coder Social logo

visuxls / tipranks Goto Github PK

View Code? Open in Web Editor NEW
18.0 3.0 2.0 15 KB

Python module to interact with TipRanks API.

License: MIT License

Python 100.00%
algo-trading finance-api fundamental-analysis price-targets sentiment-analysis stock-market technical-analysis news-sentiment

tipranks's People

Contributors

visuxls avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

sdoof jpolec

tipranks's Issues

Issue with login through aws

locally and from local container works perfectly, however its not working from the aws containers :
Traceback (most recent call last):

self._tip_rankers = TipRanks(email=nyenail, password=mypw)

File "/usr/src/app/app/services/tipranksapi/base.py", line 25, in init
self.login(email=email, password=password)
File "/usr/src/app/app/services/tipranksapi/base.py", line 65, in login
raise TipRanksStatusCodeError(f"Failed To Login, Status Code: {status_code}")
app.services.tipranksapi.errors.TipRanksStatusCodeError: Failed To Login, Status Code: 403

WebDriverException: Message: 'chromedriver' executable needs to be in PATH

Hi,

I'm getting the following error:

File ~\miniconda3\lib\site-packages\selenium\webdriver\common\service.py:81, in Service.start(self)
79 except OSError as err:
80 if err.errno == errno.ENOENT:
---> 81 raise WebDriverException(
82 "'{}' executable needs to be in PATH. {}".format(
83 os.path.basename(self.path), self.start_error_message)
84 )
85 elif err.errno == errno.EACCES:
86 raise WebDriverException(
87 "'{}' executable may have wrong permissions. {}".format(
88 os.path.basename(self.path), self.start_error_message)
89 )

WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://chromedriver.chromium.org/home

Any thoughts on how to solve it?

is it working, yet?

Hi,
I have an issue when the program tries to connect
File "D:\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "D:\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element ... is not clickable at point (571, 558). Other element would receive the click:

...

(Session info: headless chrome=105.0.5195.125)

My user is "basic". Should I have another user type?

Thanks in advance

ModuleNotFoundError: No module named 'errors'

Error:
File "..../lib/python3.10/site-packages/tipranks/base.py", line 1, in
from errors import (
ModuleNotFoundError: No module named 'errors'

Solution:
Add dot in front of errors at the top of base.py

"from .errors import ("

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.