This repository contains my journey to write code with chatgpt, chat.openai.com/chat.
Go to file
kalzu dc393eecf5 todella vähän parempi shashasha 2023-05-25 22:47:04 +03:00
btc_tracker made some work for pastedb / pastecache.. 2023-04-04 09:15:28 +03:00
btc_wallets Removed qr-code generation from btc wallet script. Saved Chatgtp plan about creating general purpose btc application for ondemand key generation and signing. 2023-05-23 10:49:19 +03:00
encryption-on-apis 19.12.2022 - development on kraken_fetch.py 2022-12-20 11:54:56 +02:00
letters Removed qr-code generation from btc wallet script. Saved Chatgtp plan about creating general purpose btc application for ondemand key generation and signing. 2023-05-23 10:49:19 +03:00
pastedb Reed-solomon testing and btc wallet generator. 2023-05-21 13:56:01 +03:00
shared-secret initial save of my chatGPT coding 2022-12-17 22:39:21 +02:00
webapp initial save of my chatGPT coding 2022-12-17 22:39:21 +02:00
webpage-stuff made some work for pastedb / pastecache.. 2023-04-04 09:15:28 +03:00
.gitignore Added simple Flask api to kraken_fetch.py. 2022-12-28 01:10:26 +02:00
README.md Fix heading at readme file. 2023-05-23 15:08:02 +03:00
TryUTF8Read.py made some work for pastedb / pastecache.. 2023-04-04 09:15:28 +03:00
async-rsa-encryption.py initial save of my chatGPT coding 2022-12-17 22:39:21 +02:00
bitcoin-price-database.py initial save of my chatGPT coding 2022-12-17 22:39:21 +02:00
btc_timeseries.db made some work for pastedb / pastecache.. 2023-04-04 09:15:28 +03:00
btc_tracker.py Added btc_tracker.py and letter about Flask and threading. 2022-12-27 20:39:36 +02:00
chat.html made some work for pastedb / pastecache.. 2023-04-04 09:15:28 +03:00
conver-iso-to-utf8.py made some work for pastedb / pastecache.. 2023-04-04 09:15:28 +03:00
data-arbiter-todo initial save of my chatGPT coding 2022-12-17 22:39:21 +02:00
data-arbiter.py initial save of my chatGPT coding 2022-12-17 22:39:21 +02:00
demo-client.py Kraken-fetch.py now has functioning auth system and added RSA key stuff for servers public/private setup, to be used to encrypt the responses. Made the demo-client.py work with current state of kraken-fetch.py. 2022-12-29 17:59:25 +02:00
graph-scatter.py initial save of my chatGPT coding 2022-12-17 22:39:21 +02:00
letter-to-GPT.memo initial save of my chatGPT coding 2022-12-17 22:39:21 +02:00
pseudo-code initial save of my chatGPT coding 2022-12-17 22:39:21 +02:00
python-check-point.py initial save of my chatGPT coding 2022-12-17 22:39:21 +02:00
python-graph.py initial save of my chatGPT coding 2022-12-17 22:39:21 +02:00
python3-ecdsa-ecdh-tests.py Now kraken-fetch.py has signatures both ways. Maybe adding ECDH to the messaging at some point. 2022-12-29 22:09:26 +02:00
shashasha.py todella vähän parempi shashasha 2023-05-25 22:47:04 +03:00
test.price.json initial save of my chatGPT coding 2022-12-17 22:39:21 +02:00
testing.py initial save of my chatGPT coding 2022-12-17 22:39:21 +02:00
timeseries.db initial save of my chatGPT coding 2022-12-17 22:39:21 +02:00

README.md

Coding with ChatGTP

On this repository is my random coding done typically late at night when I'm too tired to do anything else... :)

some pointters:

  • btc_tracker

    1. Server/fetcher: fetching bitcoin ohlc data from multiple sources and offer it forward with simple api.
    2. Client: Fetch data from the server and show it via gnuplot chart.
  • btc_wallet Simple python3 script's to create bitcoin wallet and storing it on KeePassXC database. Still planning to create ondemand key generation and transaction signing.

  • pastedb Trying to make simple database on top of pastebin like services.

  • encryption-on-apis & webapp & webpage-stuff Some random testing about creating simple and secure web services.

  • letters Saved ChatGPT chats and messages