annyoung

PUBG API in python 본문

일상생활

PUBG API in python

nopsled 2019. 2. 14. 14:06

매일 피시방가서 설정파일을 건드리는게 싫어서 개발하려한다.


PUBG API는 10req/min 으로 제한하고 있고 해당 limitation을 올리려면 문의하라해서 방금 문의하고 왔다.


웬지 영어로 써야할 것 같이 생겨서 하지도 못하는 영어 열심히 끄적였다.


맨날 피시방가서 10분을 여기에 할애해야 한다는게 귀찮아서 해보려고 한다.


현재는 PUBG configuration만 파싱한다고 생각했는데 나중엔 NVIDIA configuration도 파싱해서 서버에서 save, load를 제공하는식으로 해주는것도 나쁘지 않을듯하다.


*** Telling my applications ***

Some people have to modify PUBG configuration every times in game :

  - monitor

  - mouse sensitive

  - etc…


It spend time about 10min per day. have to spend my time about 100 min if I visit pc room.


This problem occur also me.


Finally, I want to share this app for some peoples.



*** what it does ***

1. custom login in my windows application.

2. insert userid, password and click login button

   * not registered user have to register (if click register button, check invalid userid using by PUBG API)

   * safety reason, I will add salt hash on password in server side.

3. save configuration file on server or load configuration file on server only click one button. 


주요 내용은 위와 같다.




현재 대략적인 구상도는 client windows GUI를 python으로 만들고, 백엔드는 python flask+MongoDB로 만들 생각이다.

'일상생활' 카테고리의 다른 글

티스토리 스킨 업데이트2  (0) 2022.03.11
티스토리 스킨 업데이트  (0) 2022.03.11
중년기사김봉식 매크로  (34) 2018.08.09
페이스북 video_xxxx.zip  (0) 2017.12.17
육군 정보보호병  (5) 2016.04.23
Comments