-
Notifications
You must be signed in to change notification settings - Fork 292
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
Docker version #51
base: main
Are you sure you want to change the base?
Docker version #51
Conversation
@CyberPunkMetalHead What do you think? |
|
||
|
||
if __name__ == '__main__': | ||
argument_parser = ArgumentParser('Binance news sentiment bot.', formatter_class=ArgumentDefaultsHelpFormatter) |
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.
Could you add docker commands and arguments in the README file? I would like to try this on local.
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.
@rushabhshah011 You are welcome)
@Rybens92 @petar-petkov @CyberPunkMetalHead any reaction? |
Hey @AlexNik, should be able to review your code in the next couple of days. Though I'm seeing a conflict with the main file? |
@CyberPunkMetalHead ok, I'll solve conflicts |
* save and load coins_in_hand dictionary to/from json file * remove not needed comment
# Conflicts: # news-analysis.py
# Conflicts: # news-analysis.py
@CyberPunkMetalHead Any news? |
Move code to classes
Add command line arguments
Add Docker feature