skoobpy

extracts user's desired books from Skoob.com.br


Keywords
python
License
MIT
Install
pip install skoobpy==0.1.3

Documentation

📘🐍 Skoobpy

Build Status

Gives you methods to extract the users' data from Skoob.

⚙️ Installation

You can install Skoobpy from PyPI:

pip install skoobpy

💻 How to Use

You can run it as a module in a command line as skoobpy followed by an user_id. It is going to generate a csv file named books_user_id.csv with all informations of user's desired books.

$ python skoobpy <user_id>

📑 Release History

  • 0.1.0
    • First version - extract users' desired books in CSV file

⚖️ License

Distributed under the MIT license. See LICENSE for more information.

🚧🚀 Contributing

Feel free to contribute with anything.

In case of any doubt, see this.

To start with development, don't forget to install:

$ pip install -r requirements.txt