-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Update reddit connection client #4478
Update reddit connection client #4478
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The dependency tree has been changed. Please update requirements.txt and requirements-full.txt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The dependency tree has been changed. Please update requirements.txt and requirements-full.txt
* Change deprecated psaw dependency to the maintained pmaw * Fix docstring linting errors * Remove deprecated watchlist command because it's taking too long to run * Remove deprecated spac command because it's taking too long to run * Update SDK and trailmap * Fix legacy seaborn chart popping up when calling redditsent * Clean up spacc code * Refactor reddit ba commands to reflect the dependency change * Change regex that searches for tickers * Fix popular command error when no stock tickers found * Update tests * Update requirements.txt files * Sync dependencies with upstream --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
The main purpose of this PR is to change the
psaw
reddit client that's not maintained to thepmaw
reddit client that the initial library maintainer points to as the currently maintained one.While doing this I have:
watchlist
,spac
). These commands were unavailable in the help menu but still were accessible via direct command input. Now they're gone-gonepopular
, and a modified version ofgetdd
. Withpmaw
these commands still take some time to run, but it is not as painfully as it was.