معرفی شرکت ها


filecrawl-1.0.0b2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A simple crawler obtaining all available files from the campus management platform Studip and moodle for University Trier
ویژگی مقدار
سیستم عامل -
نام فایل filecrawl-1.0.0b2
نام filecrawl
نسخه کتابخانه 1.0.0b2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Florian Brand
ایمیل نویسنده github@florianbrand.de
آدرس صفحه اصلی https://github.com/Xceron/studipcrawl
آدرس اینترنتی https://pypi.org/project/filecrawl/
مجوز MIT
# Filecrawl A simple crawler obtaining all available files from the campus management platforms Studip and moodle for University Trier ## Disclaimer This version works only for the University Trier and Studip 4. Use the [Studip RESTAPI](https://docs.studip.de/develop/Entwickler/RESTAPI) if possible as Crawlers are forbidden by many universities. There are other open Source Clients supporting the API, e.g. [studip-fuse](https://github.com/N-Coder/studip-fuse) or [STUD.IP-FileSync](https://github.com/rockihack/Stud.IP-FileSync). ## Installation ### Windows 1. Download [Python 3.4+](https://www.python.org) 2. Download filecrawl and unzip it. 3. open cmd 4. ``` cd /path/to/filecrawl/ ``` 5. ```python -m pip install -r requirements.txt``` ### MacOS and Linux 1. Download [Python 3.4+](https://www.python.org) 2. Download filecrawl and unzip it. 3. open terminal 4. ``` cd /path/to/filecrawl/ ``` 5. ```pip3 install -r requirements.txt``` + When you use a Linux Distro which isn't supported by the ```keyrings``` backend (e.g. Raspbian) you also need to run ```pip3 install keyrings.alt``` ## Usage ### Windows Simply run the script with ``` python filecrawl.py ``` when you are in the filecrawl folder. It will guide you through the setup when you run the script for the first time. ### MacOS and Linux Simply run the script with ``` python3 filecrawl.py ``` when you are in the filecrawl folder. It will guide you through the setup when you run the script for the first time. + You may get an Error when using ```help``` in the Setup on macOS stating that ```FIFinderSyncExtensionHost``` is implemented in two paths - just ignore this. This also leads to a Finder window which is stuck as long as the script is running. #### Crontabs When you want to run filecrawl as a crontab, you have to have root privileges or run everything with ```sudo```. Also, you may have to change the path where the config will be saved in [filecrawl/L233](https://github.com/Xceron/Filecrawl/blob/1169aa817fd9e20a54c7f6fc2c406fc2e5fdc6c6/filecrawl.py#L233), [config_handling/L89](https://github.com/Xceron/Filecrawl/blob/04e178dad31a28cdeb0dd1002fec85b226681113/filecrawl/config_handling.py#L89) and [config_handling/L100](https://github.com/Xceron/Filecrawl/blob/04e178dad31a28cdeb0dd1002fec85b226681113/filecrawl/config_handling.py#L100) as the root user has no /User/ folder where the config will be stored. ## Credits & Licence Under [MIT LICENCE](https://github.com/Xceron/studipcrawl/blob/master/LICENSE).


نیازمندی

مقدار نام
- colorama
==2.2.3 astroid
==4.7.1 beautifulsoup4
==2018.11.29 certifi
==3.0.4 chardet
==0.3 entrypoints
==2.8 idna
==4.3.10 isort
==19.0.1 keyring
==1.3.1 lazy-object-proxy
==0.6.1 mccabe
==2.3.1 pylint
==2.21.0 requests
==1.12.0 six
==1.8 soupsieve
==1.3.1 typed-ast
==1.24.2 urllib3
==1.11.1 wrapt


زبان مورد نیاز

مقدار نام
>=3.4.0 Python


نحوه نصب


نصب پکیج whl filecrawl-1.0.0b2:

    pip install filecrawl-1.0.0b2.whl


نصب پکیج tar.gz filecrawl-1.0.0b2:

    pip install filecrawl-1.0.0b2.tar.gz