Some Python scripts that fx(hash) users might find useful.

Overview

fx_hash_utils

Some Python scripts that fx(hash) users might find useful.

get_images

This script downloads all the static images of the tokens generated from a generative token into a local folder.

Usage:

python3 get_images.py --id 
   
     --folder 
    

    
   

pin_tokens

This script allows you to pin all tokens generated from a given generative token to Pinata. See https://nftbiker.xyz/pin for instructions on how to generate an api key.

Usage:

python3 pin_tokens.py --id 
   
     --api_key 
    
      --api_secret 
     

     
    
   

pin_collection

This script allows you to pin all the tokens in your fx(hash) collection to Pinata. See https://nftbiker.xyz/pin for instructions on how to generate an api key.

Usage:

python3 pin_collection.py --wallet 
   
     --api_key 
    
      --api_secret 
     

     
    
   
You might also like...
Additional useful operations for Python

Pyteal Extensions Additional useful operations for Python Available Operations MulDiv64: calculate m1*m2/d with no overflow on multiplication (TEAL 3+

my own python useful functions

PythonToolKit Motivation This Repo should help save time for data scientists' daily work regarding the Time Series regression task by providing functi

A code base for python programs the goal is to integrate all the useful and essential functions
A code base for python programs the goal is to integrate all the useful and essential functions

Base Dev EN This GitHub will be available in French and English FR Ce GitHub sera disponible en français et en anglais Author License Screen EN 🇬🇧 D

A modern python module including many useful features that make discord bot programming extremely easy.

discord-super-utils Documentation Secondary Documentation A modern python module including many useful features that make discord bot programming extr

A guy with a lot of useful things to do when doing AtCoder in Python

atcoder_python_env Python で AtCoder をやるときに便利な諸々を用意したやつ コンテスト用フォルダの作成 セットアップ 自動テス

A program made in PYTHON🐍 that automatically performs data insertions into a POSTGRES database 🐘 , using as base a .CSV file 📁 , useful in mass data insertions

A program made in PYTHON🐍 that automatically performs data insertions into a POSTGRES database 🐘 , using as base a .CSV file 📁 , useful in mass data insertions.

A beautiful and useful prompt for your shell
A beautiful and useful prompt for your shell

A Powerline style prompt for your shell A beautiful and useful prompt generator for Bash, ZSH, Fish, and tcsh: Shows some important details about the

A repository containing useful resources needed to complete the SUSE Scholarship Challenge #UdacitySUSEScholars #poweredbySUSE
A repository containing useful resources needed to complete the SUSE Scholarship Challenge #UdacitySUSEScholars #poweredbySUSE

SUSE-udacity-cloud-native-scholarship A repository containing useful resources needed to complete the SUSE Scholarship Challenge #UdacitySUSEScholars

A project to explore and provide useful code for Mango Markets

🥭 Mango Explorer A project to explore and provide useful code for Mango Markets

Comments
  • Download all tokens

    Download all tokens

    By default fxhash returns only the last 20 tokens, this is chiant

    • Download all tokens by doing multiple request like a pagination. Doing a single big request could not work depending on the server limit.
    • Don't download tokens that were already downloaded.
    opened by oktomus 1
  • Fix parsing of 'service_type'

    Fix parsing of 'service_type'

    Add a missing '=' to the getopt arguments to fix parsing of 'service_type'.

    I have to add that I'm not a python person, but this seems to have fixed the problem and allowed me to use my local ipfs node to back up my content. Please let me know if you have any comments or concerns.

    Thanks!

    opened by JeffreyPalmer 0
  • Add support for pinning to local IPFS node, fix artifact pinning

    Add support for pinning to local IPFS node, fix artifact pinning

    • feat: add support for pinning to your own locally-running IPFS node
    • refactor: move all pinata pinning code into single module so we can pick which service to use.
    • fix!: fix artifactUri not actually pinning
    opened by odbol 0
Owner
null
A compilation of useful scripts to automate common tasks

Scripts-To-Automate-This A compilation of useful scripts for common tasks Name What it does Type Add file extensions Adds ".png" to a list of file nam

null 0 Nov 5, 2021
An useful scripts for Misskey

misskey-scripts This place storing useful scripts which made by me. icon-repair Repair broken remote user's icon.

CyberRex 5 Sep 9, 2022
The purpose of this script is to bypass disablefund, provide some useful information, and dig the hook function of PHP extension.

The purpose of this script is to bypass disablefund, provide some useful information, and dig the hook function of PHP extension.

Firebasky 14 Aug 2, 2021
Hashcrack: Hash Bruteforse tool using python

HashCrack Hash Bruteforse tool Usage hashcrack.py -n 6 -c lower -l 5 -a md5 -t 3

Lev 1 May 4, 2022
python scripts - mostly automation scripts

python python scripts - mostly automation scripts You can set your environment in various ways bash #!/bin/bash python - locally on remote host #!/bi

Enyi 1 Jan 5, 2022
Team Hash Brown Science4Cast Submission

Team Hash Brown Science4Cast Submission This code reproduces Team Hash Brown's (@princengoc, @Xieyangxinyu) best submission (ee5a) for the competition

null 3 Feb 2, 2022
A simple hash system.

PBH-Hash-System A simple hash system. Usage You could use it like this: from pbh import pbh print(pbh("Hey", True)) Output: 2feae2471698cfcdcbd6b98ca

Karim 3 Mar 24, 2022
Some scripts for the Reverse engineered (old) api of CafeBazaar

bazz Note: This project is done and published only for educational purposes. Some scripts for the Reverse engineered (old) API of CafeBazaar. Be aware

Mohsen Tahmasebi 35 Dec 25, 2022
Some usefull scripts for the Nastran's 145 solution (Flutter Analysis) using the pyNastran package.

nastran-aero-flutter This project is intended to analyse the Supersonic Panel Flutter using the NASTRAN software. The project uses the pyNastran and t

zuckberj 11 Nov 16, 2022
a bit of my project :) and I use some of them for my school lesson or study for an exam! but some of them just for myself.

Handy Project a bit of my project :) and I use some of them for my school lesson or study for an exam! but some of them just for myself. the handy pro

amirkasra esmaeilian 13 Jul 5, 2021