[Journey] The path from beginner to programmer

I'm starting work on project 2
As I said earlier, my choice fell on a payment processor. I would like to try to do something that will bring me income :)

So, what is my idea ?

I want to create an automatic payment processor from customers
So that payment could be accepted by crypto payments, as well as bank cards

If it is clear with cryptocurrencies. Accepting bank card payments is my choice on Stripe

For example, we have 5 sites, or blogs. The client paid for the order and could choose how to pay with cryptocurrency or a bank card. And his payment was automatically processed. All payments from 5 sites were accepted to 1 crypto wallet, as well as to 1 stripe account from all sites


It's going to be damn hard at my level of knowledge, but who said it would be easy
Let's continue the journey
:) ;)
 
Hello everyone, I recently started learning programming, namely 2 weeks ago. My choice fell on the Python programming language. Yes, yes, experienced programmers will say learn C++. My programming knowledge is too low to learn C++.
I have chosen the main areas for myself: automation development, working with APIs, possibly software development, Python does not really fit into the latter area, but this will help me get acquainted with this area.
Now I have already started developing the first project.

The essence of the project is
Arbitration bot. We will compare prices from 2 crypto exchanges and find arbitrage situations. The script will be located on the server and constantly analyze prices. And send us the result via Telegram.

Thanks to everyone who joined my adventure. Below I will report my results :):suspicious:
Nobody needs C++. Python is solid.
 
Little news. :rolleyes:
I managed to change the interface a little.
txt files have been replaced. it really turned out to be more convenient for the JSON format, thanks for the advice)
The CoinEx crypto exchange has also been added. At the moment, the bot compares prices on 3 crypto exchanges.

The last stage is studying libraries connected to Telegrams, I will try to add the output of all information to telegrams, as well as calculating the commission for sending coins to crypto exchanges. This will complete this project.

We will study programming further, write your ideas. What projects could we do?
In this screenshot the price % difference is not calculated correctly or am I mistaken?
 
Hello friends, there has been no news for a long time
We have updates :D


At the moment we can process bitcoin payments. Our server generates a new wallet for a new transaction, then waits for the payment and confirms whether it was or not. I have attached a small functionality below
The interface is developed by GPT Chat in HTML language. I don't have time to develop a site with a beautiful interface, etc.
And so let's move on to the second part, we also added the ability to pay in USDT-TRX 20, everything is similar to the first part, invoicing, payment processing

photo_2024-08-04_20-35-10.jpg
There is still a lot of work to be done
But there are already small steps
Maybe there are people here who know HTML and want to join the project I would be glad . So that it doesn't look so pathetic.

Write what cryptocurrencies we could add.......


 
Did you give up ?
Hello, no. Now I'm studying web automation, Selenium, Request libraries. Also creating an API. Regarding the payment processor, I had to put that project on hold for now. We need to increase our knowledge. I'll come back to this project.
 
Back
Top