HELP ME RUN THIS SCRIPT
Budget: $10 – $30 USD
from pyswiftlite import SwiftLiteClient
print(Fore.GREEN + banner + reset)
bankname = input(f"Enter Bank Name: ")
accno = input(f"Enter Beneficiary Account Number: ")
accname = input(f"Enter Beneficiary Account Name: ")
# Initialize the SwiftLiteClient with your SAL credentials
client = SwiftLiteClient(
username='YourUsername',
password='YourPassword',
bic='YourBIC',
destination_bic='DestinationBIC'
)
# Create a SWIFT MT message
message = (
"{1:F01YOURBIC0AXXXX0000000000}{2:O1031529080214YYYYYYYYZZZZ}{3:{113:SEPA}{108:1234567890}}{4:\n"
":20:REFERENCE\n"
":23B:CRED\n"
":32A:210214EUR1234567,89\n"
":50K:/1234567890\n"
"LASTNAME,FIRSTNAME\n"
":59:/1234567890\n"
"BENEFICIARY NAME\n"
"-}"
)
# Send the SWIFT MT message
response = client.send_message(message)
# Check the response
if response.is_ok:
print("Message sent successfully!")
else:
print(f"Message sending failed. Reason: {response.error_message}")
I am looking for a freelancer who can help me run a script that is written in a programming language other than Python or JavaScript. The main purpose of the script is to automate a specific task. However, I need assistance in finding a suitable data source for the script to scrape.
Skills and Experience Required:
- Strong knowledge and experience in programming languages other than Python and JavaScript
- Expertise in automating tasks and script execution
- Familiarity with finding and utilizing data sources for web scraping
print(Fore.GREEN + banner + reset)
bankname = input(f"Enter Bank Name: ")
accno = input(f"Enter Beneficiary Account Number: ")
accname = input(f"Enter Beneficiary Account Name: ")
# Initialize the SwiftLiteClient with your SAL credentials
client = SwiftLiteClient(
username='YourUsername',
password='YourPassword',
bic='YourBIC',
destination_bic='DestinationBIC'
)
# Create a SWIFT MT message
message = (
"{1:F01YOURBIC0AXXXX0000000000}{2:O1031529080214YYYYYYYYZZZZ}{3:{113:SEPA}{108:1234567890}}{4:\n"
":20:REFERENCE\n"
":23B:CRED\n"
":32A:210214EUR1234567,89\n"
":50K:/1234567890\n"
"LASTNAME,FIRSTNAME\n"
":59:/1234567890\n"
"BENEFICIARY NAME\n"
"-}"
)
# Send the SWIFT MT message
response = client.send_message(message)
# Check the response
if response.is_ok:
print("Message sent successfully!")
else:
print(f"Message sending failed. Reason: {response.error_message}")
I am looking for a freelancer who can help me run a script that is written in a programming language other than Python or JavaScript. The main purpose of the script is to automate a specific task. However, I need assistance in finding a suitable data source for the script to scrape.
Skills and Experience Required:
- Strong knowledge and experience in programming languages other than Python and JavaScript
- Expertise in automating tasks and script execution
- Familiarity with finding and utilizing data sources for web scraping