Skip to content

epilurzu/role-sorter

Repository files navigation

Role sorter

Analysis of Data scraped brom ICOBench using Python.

The main goal is to list and address to specific types various roles in right categories, to see their frequency, analyze the results and highlight possible relationships between ICO companies.


📎 Table of Contents

🔨 Install

You must have the following packages installed on the system:

  • git
  • python 3.x
  • Pip 3

And also the following python packages:

Then clone the repo:

git clone https://github.com/epilurzu/role-sorter.git
cd role-sorter

🎮 Usage

Just 2 things:

  1. To let the code run as it is, you need to put 3 json files in the "data/raw" folder. The files are called:
  • ICOBench_ended_2019-09-19.json
  • ICOBench_ongoing_2019-09-19.json
  • ICOBench_upcoming_2019-09-19.json

Each file have to include at least this values:

[
    {
        "name": "ico_name",
        "url": "https://icobench.com/ico/ico_name",
        "token": "XXXX,XXX,XXX,XXX",
        "team": [
            {
                "name": "member_name_0",
                "role": "Founder",
                "socials": [
                    "https://www.linkedin.com/in/member_name"
                ]
            },
            {
                "name": "member_name_1",
                "role": "Co-Founder",
                "socials": [
                    "https://www.linkedin.com/in/member_name_1"
                ]
            }
        ]
    }
    {
        //And again...
    }
]
  1. Run from inside the repo dir:
python3 main.py

That's it!

📄 License

📞 Contacts

👦 Developers

epilurzu

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages