This repository contains my journey to write code with chatgpt, chat.openai.com/chat.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
kalzu dc393eecf5 todella vähän parempi shashasha 2 weeks ago
btc_tracker made some work for pastedb / pastecache.. 2 months ago
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. 2 weeks ago
encryption-on-apis 19.12.2022 - development on kraken_fetch.py 6 months ago
letters Removed qr-code generation from btc wallet script. Saved Chatgtp plan about creating general purpose btc application for ondemand key generation and signing. 2 weeks ago
pastedb Reed-solomon testing and btc wallet generator. 2 weeks ago
shared-secret initial save of my chatGPT coding 6 months ago
webapp initial save of my chatGPT coding 6 months ago
webpage-stuff made some work for pastedb / pastecache.. 2 months ago
.gitignore Added simple Flask api to kraken_fetch.py. 5 months ago
README.md Fix heading at readme file. 2 weeks ago
TryUTF8Read.py made some work for pastedb / pastecache.. 2 months ago
async-rsa-encryption.py initial save of my chatGPT coding 6 months ago
bitcoin-price-database.py initial save of my chatGPT coding 6 months ago
btc_timeseries.db made some work for pastedb / pastecache.. 2 months ago
btc_tracker.py Added btc_tracker.py and letter about Flask and threading. 5 months ago
chat.html made some work for pastedb / pastecache.. 2 months ago
conver-iso-to-utf8.py made some work for pastedb / pastecache.. 2 months ago
data-arbiter-todo initial save of my chatGPT coding 6 months ago
data-arbiter.py initial save of my chatGPT coding 6 months ago
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. 5 months ago
graph-scatter.py initial save of my chatGPT coding 6 months ago
letter-to-GPT.memo initial save of my chatGPT coding 6 months ago
pseudo-code initial save of my chatGPT coding 6 months ago
python-check-point.py initial save of my chatGPT coding 6 months ago
python-graph.py initial save of my chatGPT coding 6 months ago
python3-ecdsa-ecdh-tests.py Now kraken-fetch.py has signatures both ways. Maybe adding ECDH to the messaging at some point. 5 months ago
shashasha.py todella vähän parempi shashasha 2 weeks ago
test.price.json initial save of my chatGPT coding 6 months ago
testing.py initial save of my chatGPT coding 6 months ago
timeseries.db initial save of my chatGPT coding 6 months ago

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