Skip to content

Commit c97ae8f

Browse files
author
investingbots
authored
Merge pull request #9 from investingbots/feature_framework_setup
Feature framework setup
2 parents 63c6843 + d0f4647 commit c97ae8f

File tree

114 files changed

+2126
-2342
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+2126
-2342
lines changed

AUTHORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Investing bot framework was originally created in 2019.
2+
3+
All the contributes off this framework are summarized below:
4+
5+
Marc van Duyn <marcvanduyn@gmail.com>

INSTALL

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Thanks for downloading the investing bot framework.
2+
3+
To install it, make sure you have Python 3.6 or greater installed. Then run
4+
this command from the command prompt:
5+
6+
python -m pip install .

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
graft investing_bot_framework
2+
include AUTHORS
3+
include INSTALL
4+
include LICENSE

bot/__init__.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

bot/configuration/__init__.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

bot/configuration/arguments.py

Lines changed: 0 additions & 81 deletions
This file was deleted.

bot/configuration/bot_configuration.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

bot/configuration/configuration.py

Lines changed: 0 additions & 51 deletions
This file was deleted.

bot/configuration/load_config.py

Lines changed: 0 additions & 33 deletions
This file was deleted.

bot/configuration/resolvers.py

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)