Skip to content
View YusukeOba's full-sized avatar
🍎
Focusing
🍎
Focusing
Block or Report

Block or report YusukeOba

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. WebNovelMate WebNovelMate Public

    This application is read any web novels by Android/iOS. Application using flutter.

    Dart 4 3

  2. BookExplorer BookExplorer Public

    a example book finder application

    Kotlin 1

  3. カクヨムのランキングからタイトル・★の数・評価者数をcsv出力するpyt... カクヨムのランキングからタイトル・★の数・評価者数をcsv出力するpythonスクリプト
    1
    # ★の数/評価者数で割って平均値を知りたかった
    2
    
                  
    3
    import requests
    4
    from bs4 import BeautifulSoup
    5
    import csv
  4. 小説家になろうのAPIから各種情報を抽出する 小説家になろうのAPIから各種情報を抽出する
    1
    # ★の数/評価者数で割って平均値を知りたかった
    2
    import json
    3
    from collections import OrderedDict
    4
    import requests
    5
    from bs4 import BeautifulSoup