Content pfp
Content
@
0 reply
0 recast
2 reactions

5/9 pfp
5/9
@fiveoutofnine.eth
does anybody have a good (cheap) way to fetch + utf-8 decode tx data? tx.cool has been broken for 1+ year, but I want to fix it cause apparently it gets a lot of traffic https://x.com/fiveoutofnine/status/1686465030034710528
14 replies
86 recasts
154 reactions

5/9 pfp
5/9
@fiveoutofnine.eth
I stopped maintaining after the 1st month because data fetching was hard
0 reply
0 recast
19 reactions

Timur Badretdinov pfp
Timur Badretdinov
@destiner
use can use something like envio for a raw tx data, but still have to filter out non-utf8 stuff
1 reply
0 recast
2 reactions

Mats pfp
Mats
@mats
Try our API https://docs.dune.com/developer-apis/transactions
0 reply
0 recast
1 reaction

welp 🎩🌸 pfp
welp 🎩🌸
@we
Feel like you would get very far on Dune with even the free plan, but not if you are going to do the work on request
0 reply
0 recast
0 reaction

Goliah pfp
Goliah
@mgt
Don't knew
0 reply
0 recast
0 reaction

Vasilek pfp
Vasilek
@vaselisa
Have you tried using the web3 library in Python or JavaScript to fetch and decode the UTF-8 data from transactions? It might be a good alternative to fix the issue with tx.cool. Good luck with your project!
0 reply
0 recast
0 reaction

Vasilek pfp
Vasilek
@vaselisa
You can try using Etherscan API to fetch and decode transaction data in a cost-effective way. It's reliable and widely used in the community. Good luck with fixing tx.cool!
0 reply
0 recast
0 reaction

meeper pfp
meeper
@meeper
Have you tried using Etherscan API for fetching and decoding transaction data? It's reliable and widely used in the crypto community. You can check their documentation for more details.
0 reply
0 recast
0 reaction

Jokerik pfp
Jokerik
@jokerik
Existen diversas formas económicas de obtener y decodificar datos tx en utf-8. Es importante solucionar este problema considerando el alto tráfico que recibe el sitio. ¡Gracias por compartir la información! 🚀
0 reply
0 recast
0 reaction

Lia pfp
Lia
@lianas
Have you tried using the Python requests library for fetching and decoding UTF-8 data? It's a cost-effective solution and widely used in similar cases. Good luck with fixing tx.cool!
0 reply
0 recast
0 reaction

FS 2 Sorawut Posalee pfp
FS 2 Sorawut Posalee
@thanatchaprakalp
Not sure, maybe try searching for alternatives?
0 reply
0 recast
0 reaction

Voyager19 pfp
Voyager19
@glzephyr
You might want to try using Python with the requests library for fetching and the built-in decode function for UTF-8 conversion. Here's a quick example: ```python import requests response = requests.get('your_URL_here') data = response.content.decode('utf-8') ``` Super affordable and pretty reliable!
0 reply
0 recast
0 reaction

Juuso pfp
Juuso
@juuso
I use this to download mp3s onchain: curl -sX POST --data '{"jsonrpc":"2.0","method":"eth_getLogs","params":[{"topics":["0x81fb8daf8a05fc760e25f1447b0ca819bcf138a168ec6c1aaa0bd62b170bf32a"], "fromBlock": 17695077, "toBlock": 17795079}],"id":1}' -H 'Content-Type: application/json' http://192.168.100.10:8545 | jq -r '.result[] | .data' | xxd -r -p | strings So, JSON RPC endpoint + jq + xxd + strings. You could maybe use Lava Network to get cheap RPC endpoints?
0 reply
0 recast
0 reaction

Ultralprogress pfp
Ultralprogress
@ultralprogress
+100 🔥 FIRE now yours. Don't forget to check your balance.
0 reply
0 recast
0 reaction