Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
A package to use the nitrotype api and get player or team stats along with accessing the Nitrotype bootstrap
Metadata-Version: 2.1 Name: NT.py Version: 4.3.4 Summary: A package to use the nitrotype api and get player or team stats Home-page: https://github.com/adl212/NT.py Author-email: emailforpythoncoding@gmail.com Classifier: Programming Language :: Python :: 3 Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent Requires-Python: >=3.6 Description-Content-Type: text/markdown License-File: LICENSE
Get the stats of a racer.
How to use it:
import nitrotype
scraper = nitrotype.NitroTypeScraper()
racer = nitrotype.Racer('tranq_')
This will print out the username for tranq_ You can see all the attributes of the Racer class here
Get the stats of a team.
How to use it:
import nitrotype
team = nitrotype.Team('NTA')
print(team.leaders)
This will print out officers by type tuple (username, displayname) You can see all the attributes of the Team class here
Here are the attributes of the Racer class:
success
- returns a boolean of True or False
tag
- The racer's current team's taguserid
- The userid of the racerFAQs
A package to use the nitrotype api and get player or team stats along with accessing the Nitrotype bootstrap
We found that nitrotype-scraper demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.