Skip to main content
  1. Projects/

player_data_finder

·40 words·1 min
Jake Roggenbuck
Author
Jake Roggenbuck
I am currently studying Computer Science

player_data_finder #

Install #

pip3 install -r requirements.txt

Setup #

Make a file called config.py Add this class and your ftp credentials

class Config:
	host = "ftp.example.com"
	username = "user"
	password = "password"
	port = 254

Running #

python3 main.py