Skip to content

Commit

Permalink
Merge pull request #661 from mraniki/dev
Browse files Browse the repository at this point in the history
📝 Documentation improvement
  • Loading branch information
mraniki authored Aug 12, 2023
2 parents 7ca1e41 + 7c739d5 commit 10a02f4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .registry/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ RUN python3 -m venv $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
ENV ENV_FOR_DYNACONF=default

RUN apt-get update && \
apt-get -y install chromium && \
pip install -U pip && \
pip install playwright && \
playwright install chromium && playwright install-deps && \
rm -rf /var/lib/apt/lists/*
# RUN apt-get update && \
# apt-get -y install chromium && \
# pip install -U pip && \
# pip install playwright && \
# playwright install chromium && playwright install-deps && \
# rm -rf /var/lib/apt/lists/*

ENV OP_SERVICE_ACCOUNT_TOKEN=NONE
COPY --from=1password/op:2 /usr/local/bin/op /usr/local/bin/op
Expand Down
2 changes: 1 addition & 1 deletion .requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ beautifulsoup4==4.12.2 ; python_version >= "3.10" and python_version < "4.0"
bitarray==2.8.1 ; python_version >= "3.10" and python_version < "4"
blurhash==1.1.4 ; python_version >= "3.10" and python_version < "4.0"
browser-cookie3==0.19.1 ; python_version >= "3.10" and python_version < "4.0"
ccxt==4.0.57 ; python_version >= "3.10" and python_version < "4.0"
ccxt==4.0.58 ; python_version >= "3.10" and python_version < "4.0"
cefi==1.1.13 ; python_version >= "3.10" and python_version < "4.0"
certifi==2023.7.22 ; python_version >= "3.10" and python_version < "4.0"
cffi==1.15.1 ; python_version >= "3.10" and python_version < "4.0"
Expand Down
12 changes: 9 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,19 @@ TalkyTrader

What is the rationale for building TalkyTrader?

- Create an open source platform to allow trading on DEX and CEX on any messaging platform and empower trader with trading tools regardless of the instrument type. Key focus on DEX capability as priority.
- Create an open source platform to allow trading on DEX and CEX on any messaging platform and empower trader with trading tools regardless of the instrument type.
Key focus on DEX capability as priority.

- "so happy I spent $200 on trading signals" said no trader ever. This is a tool to enable trader. This is not signal platform and not a trading strategy tool. Assumption is you have a strategy. https://www.investopedia.com/beginner-trading-strategies-4689644
- "so happy I spent $200 on trading signals" said no trader ever. This is a tool to enable traders.
This is not a signal platform and not a trading strategy tool.
Assumption is you have a `strategy <https://www.investopedia.com/beginner-trading-strategies-4689644>`_.

Aren't there already projects that do this?

- Project available usually focused on a given messaging platform (eg telegram), a given type of exchange (usually CeX binance), a given type of trading (snipping DEX https://github.com/Nafidinara/bot-pancakeswap , scalping CEX or full suite trading with CEX focus ( https://github.com/Drakkar-Software/OctoBot , https://github.com/freqtrade/freqtrade https://github.com/hummingbot/hummingbot ).
- Project available usually focused on a given messaging platform (eg telegram), a given type of exchange (usually CeX binance),
a given type of trading (snipping DEX https://github.com/Nafidinara/bot-pancakeswap ,
scalping CEX or full suite trading with CEX focus ( https://github.com/Drakkar-Software/OctoBot ,
https://github.com/freqtrade/freqtrade https://github.com/hummingbot/hummingbot ).


User Guide
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cefi = "^1.1.13"
dxsp = "^4.2.25"
findmyorder = "^1.7.16"
iamlistening = "^3.3.4"
talkytrend = "^1.13.1"
talkytrend = "^1.13.2"
myllm = "^1.2.11"


Expand Down

0 comments on commit 10a02f4

Please sign in to comment.