Git Product home page Git Product logo

ffxiv_csv_tool's Introduction

FFXIV_CSV_TOOL

FF14公式プレイヤーズサイトの「The Lodestone」のフレンドリストやFCメンバーリストをCSVに書き出すプログラムです。

必要パッケージ

beautifulsoup4==4.10.0
certifi==2021.10.8
charset-normalizer==2.0.12
idna==3.3
pkg_resources==0.0.0
requests==2.27.1
soupsieve==2.3.1
urllib3==1.26.8

上記のパッケージは

$ pip install -r requirements.txt

でインストールできます。

使用方法

$ git clone https://github.com/101ta28/ffxiv_csv_tool.git
$ cd ffxiv_csv_tool
# フレンドリストを取得するプログラム
$ python friend_csv.py
# FCメンバーリストを取得するプログラム
$ python fc_member_csv.py

ファイルについて

CSVファイルはプログラムの配置場所に保存されます。

CSVファイル名は friend_list.csv

CSVフォーマットは以下の通りです。

名前 ワールド名 FC名

FCに所属していない場合は、「FC not joined」が書き込まれます。


FCメンバーリストのCSVフォーマットは以下の通りです。

CSVファイル名は [FC名].csv

(例: 「github」というFCのCSVファイル名は github.csv)

名前 ランク

注意

スクレイピングのプログラムが元なので、大量に実行するとLodestoneのサーバーに負荷がかかります。

短時間に大量に実行しないでください。

あくまでも非公式のプログラムだということをご理解ください。

ライセンス

MIT License

ffxiv_csv_tool's People

Contributors

101ta28 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.