- Code to check only 2 files are sent.
- Code to check from these 2 files - 1 is JSON and 1 is pdf.
- Kindly make sure these are python scripts and include classes and functions.
- clone repo:
https://github.com/ashokgarsulla/file-send-nd-checker.git
- go to the dir: file-send-nd-checker
- run App.py
- File can change using: add_file_to_send(<filename_or_dir>)
file1 = "Files/mock_data.json"
file2 = "Files/kect108.pdf"
file3 = "Files/react.png"
test = FileSendChecker()
test.add_file_to_send(file1)
test.add_file_to_send(file2)
- Develop code to scrap normal transactions
- https://bscscan.com/txs
- clone repo:
https://github.com/ashokgarsulla/file-send-nd-checker.git
- go to the dir: file-send-nd-checker
Warning Please change before run
bscscan_scrap.py
range of page
for page in range(1,10001):
req = requests.get(bscscan + str(page),headers=headers)
-
run
bscscan_scrap.py
-
scrapped data will be saved in csv file with name
current date and time
Eg:21102022170222.csv
- pre scrapped data upto 1800 pages
- for demo open https://raw.githubusercontent.com/ashokgarsulla/file-send-nd-checker/master/21102022170222.csv