Automatically fill out the NYC DOE health screening form and trigger an email with the success verification.
To use, create a data.json
file in the same directory as main.py
with the format:
{
"firstName":"X",
"lastName":"X",
"email":"[email protected]",
"stateCode":"XX",
"schoolCode":"XXXX",
"sendHour":0
}
- School code is the 4 character code specific to your NYC school. You can find the school code here. For example, "Q300."
- State code is the 2 character state abbreviation. If you really don't know your state abbreviation, you can find them here. For example, "NY".
- Send hour is the hour in which the bot should submit the form. This is in 24 hour time. For example, 8 = 8AM, and 13 = 1PM.
- If you get a
ModuleNotFound
error, typepip install <name of the module that wasn't found>
into console. You may need to close and reopen console after it is installed.
Note: you should not need to modify main.py
to get the bot working.
To use, simply run main.py
by typing python main.py
into your console, from the same directory the file is in.
If python main.py
does not work, try python3 main.py
or py main.py
. If it still won't boot, ensure python is installed. You can download python here.
By using you agree to the license.
If you have questions, my discord and email can be found at www.techy.cc