public inbox for [email protected]
 help / color / mirror / Atom feed
From: Alviro Iskandar Setiawan <[email protected]>
To: Ammar Faizi <[email protected]>,
	Michael William Jonathan <[email protected]>
Cc: Alviro Iskandar Setiawan <[email protected]>,
	Ravel Kevin Ethan <[email protected]>,
	GNU/Weeb Mailing List <[email protected]>
Subject: [RFC PATCH 0/9] Introducing GNU/Weeb Arbitrage Opportunity Notification Bot
Date: Tue, 10 Sep 2024 23:44:05 +0200	[thread overview]
Message-ID: <[email protected]> (raw)

Hi,

Following the chief's approval of the concept to develop a bot for
identifying arbitrage opportunities between two exchanges, I am excited
to introduce the initial version of the GNU/Weeb Arbitrage Opportunity
Notification Bot.

This bot efficiently scans multiple exchanges for a given currency pair,
detecting profitable arbitrage opportunities in real-time. Additionally,
it can automatically send these alerts to a designated Telegram chat.

Currently, the bot onlu supports Binance and OKX exchanges. However,
it is designed to be easily extensible to support additional exchanges.

I believe this tool would be a valuable addition to the GNU/Weeb group
and would streamline the process of identifying arbitrage possibilities.
Please consider integrating this bot (@FreezingNightBot) into the group
for the benefit of our community.

Thank you for your consideration!

The following changes since commit acd5fc366c900e29d88ffac8ccac96dfe87df23d:

  Initial commit (2024-09-11 02:28:37 +0700)

are available in the Git repository at:

  https://github.com/alviroiskandar/gwarnt.git master

for you to fetch changes up to 315cd5c14d3fbc8a7cbf5b49038ed61674ed537e:

  gwarnt: Add Telegram bot usage to the README file (2024-09-11 04:07:44 +0700)

Signed-off-by: Alviro Iskandar Setiawan <[email protected]>

----------------------------------------------------------------

Alviro Iskandar Setiawan (9):
  gwarnt: Create initial P2P ad data structure
  gwarnt: p2p: Add P2P Binance
  gwarnt: p2p: Add P2P OKX
  gwarnt: Create function to find arbitrage opportunities
  gwarnt: p2p/binance: Fix invalid page
  gwarnt: Create the initial example
  gwarnt: Add README file
  gwarnt: Add Telegram bot
  gwarnt: Add Telegram bot usage to the README file

 Makefile                   |   7 +-
 README                     |  21 ++++
 src/gwarnt/arbitrage.cpp   |  27 ++++
 src/gwarnt/arbitrage.hpp   |  21 ++++
 src/gwarnt/entry.cpp       | 248 +++++++++++++++++++++++++++++++++++++
 src/gwarnt/net.cpp         |   2 +
 src/gwarnt/p2p/binance.cpp | 142 +++++++++++++++++++++
 src/gwarnt/p2p/binance.hpp |  42 +++++++
 src/gwarnt/p2p/okx.cpp     | 101 +++++++++++++++
 src/gwarnt/p2p/okx.hpp     |  35 ++++++
 src/gwarnt/p2p_ad.cpp      |  31 +++++
 src/gwarnt/p2p_ad.hpp      |  31 +++++
 src/gwarnt/tgbot.cpp       |  75 +++++++++++
 src/gwarnt/tgbot.hpp       |  46 +++++++
 14 files changed, 828 insertions(+), 1 deletion(-)
 create mode 100644 README
 create mode 100644 src/gwarnt/arbitrage.cpp
 create mode 100644 src/gwarnt/arbitrage.hpp
 create mode 100644 src/gwarnt/p2p/binance.cpp
 create mode 100644 src/gwarnt/p2p/binance.hpp
 create mode 100644 src/gwarnt/p2p/okx.cpp
 create mode 100644 src/gwarnt/p2p/okx.hpp
 create mode 100644 src/gwarnt/p2p_ad.cpp
 create mode 100644 src/gwarnt/p2p_ad.hpp
 create mode 100644 src/gwarnt/tgbot.cpp
 create mode 100644 src/gwarnt/tgbot.hpp

-- 
Alviro Iskandar Setiawan


             reply	other threads:[~2024-09-10 21:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-10 21:44 Alviro Iskandar Setiawan [this message]
2024-09-10 21:44 ` [RFC PATCH 2/9] gwarnt: Create initial P2P ad data structure Alviro Iskandar Setiawan
2024-09-10 21:44 ` [RFC PATCH 3/9] gwarnt: p2p: Add P2P Binance Alviro Iskandar Setiawan
2024-09-10 21:44 ` [RFC PATCH 4/9] gwarnt: p2p: Add P2P OKX Alviro Iskandar Setiawan
2024-09-10 21:44 ` [RFC PATCH 5/9] gwarnt: Create function to find arbitrage opportunities Alviro Iskandar Setiawan
2024-09-10 21:44 ` [RFC PATCH 6/9] gwarnt: p2p/binance: Fix invalid page Alviro Iskandar Setiawan
2024-09-10 21:44 ` [RFC PATCH 7/9] gwarnt: Create the initial example Alviro Iskandar Setiawan
2024-09-10 21:44 ` [RFC PATCH 8/9] gwarnt: Add README file Alviro Iskandar Setiawan
2024-09-10 21:44 ` [RFC PATCH 9/9] gwarnt: Add Telegram bot Alviro Iskandar Setiawan
2024-09-10 22:21 ` [RFC PATCH 0/9] Introducing GNU/Weeb Arbitrage Opportunity Notification Bot Ammar Faizi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240910214414.3401712-1-alviro.iskandar@gnuweeb.org \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox