Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

juliorodrigues07/rng_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3.10.6

RNG Scrapper

Cryptographically secure random number scraper built utilizing Selenium library.

Requirements

  • Selenium library:

    pip install selenium
    
  • Random User Agents library:

    pip install random_user_agent
    
  • PyCryptodome library:

    pip install pycryptodomex
    
  • To install all dependencies:

    ./install_dependencies.sh
    

Execution

python3 run.py

Notes

  • The Selenium library requires the setup of environment variables, as also the download of a driver accordingly to browser version and it's engine.
  • That driver must be put in the directory setted by the environment variable before running the script, as well as changing it's value (directory path) in the code if necessary.