Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tiupy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiupy

A web scraper for TIU student system

  • 0.0.11
  • PyPI
  • Socket score

Maintainers
1

tiupy

GitHub last commit PyPI - Downloads

A Python module for interacting with the TIU (Tishk International University) website, offering features like login, profile information retrieval, and course data access.

Installation

You can install tiupy using pip:

pip install tiupy

Alternatively, clone the repository and install it manually:

git clone https://github.com/heromr/tiupy.git
cd tiupy
python setup.py install

Getting Started

To get started with the Tiu Python Module, follow these steps:

1. Import the module

from tiupy import Tiu

2. Create an instance of Tiu

tiu = Tiu()

You can customize the initialization by providing optional parameters like proxies and request timeout.

Methods

The Tiu module provides the following methods for interaction:

`login(username: str, password: str)`

Login to the TIU website.

tiu.login(username='your_username', password='your_password')

`sid_login(SID: str)`

Login using a session ID (SID).

tiu.sid_login(SID='your_session_id')

`logout()`

Log out from the TIU website.

tiu.logout()

`get_courses_data()`

Fetch course data from the TIU website.

courses_data = tiu.get_courses_data()

License

This module is open-source and available under the MIT License. See the LICENSE file for more details.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc