All Projects → paracosm17 → dnevnikru

paracosm17 / dnevnikru

Licence: Apache-2.0 license
dnevnik.ru parser

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to dnevnikru

crawler
requests+lxml爬虫,简单爬虫架构
Stars: ✭ 72 (+260%)
Mutual labels:  requests, lxml
Instagram Stalker Scraper
(UNMAINTAINED) Fetch data of any public Instagram profile, without using api
Stars: ✭ 39 (+95%)
Mutual labels:  requests, lxml
Requests Html
Pythonic HTML Parsing for Humans™
Stars: ✭ 12,268 (+61240%)
Mutual labels:  requests, lxml
info-bot
🤖 A Versatile Telegram Bot
Stars: ✭ 37 (+85%)
Mutual labels:  requests, bs4
TwitterMediaDownloader
downloads photos and videos from twitter
Stars: ✭ 15 (-25%)
Mutual labels:  requests, bs4
tiktok-downloader
Tiktok Downloader/Scraper using requests & bs4
Stars: ✭ 47 (+135%)
Mutual labels:  requests, bs4
iHealth crawler
iHealth 项目的内容爬虫(一个基于 python 和 MongoDB 的医疗咨询爬虫)
Stars: ✭ 24 (+20%)
Mutual labels:  requests, lxml
pymae
Materials for the book "Python for Mechanical and Aerospace Engineering"
Stars: ✭ 56 (+180%)
Mutual labels:  requests
python web scraping
Web scraping using python, requests and selenium
Stars: ✭ 40 (+100%)
Mutual labels:  requests
Pyrez
(ON REWRITE) An easy to use (a)sync wrapper for Hi-Rez Studios API (Paladins, Realm Royale, and Smite), written in Python. 🐍
Stars: ✭ 23 (+15%)
Mutual labels:  requests
insta share
Share a post into your Instagram account using the requests library.
Stars: ✭ 28 (+40%)
Mutual labels:  requests
web full stack application
show full stack technology applications : Scrapy + webservice[restful] + websocket + VueJS + MongoDB
Stars: ✭ 16 (-20%)
Mutual labels:  requests
SD-streams
Anime streaming without ads using Beautifulsoup and requests Python
Stars: ✭ 18 (-10%)
Mutual labels:  requests
Jawbreaker
A Python obfuscator using HTTP Requests and Hastebin.
Stars: ✭ 50 (+150%)
Mutual labels:  requests
torequests
Async wrapper for requests / aiohttp, and some crawler toolkits. Let synchronization code enjoy the performance of asynchronous programming.
Stars: ✭ 22 (+10%)
Mutual labels:  requests
pyitau
Unofficial client to access your Itaú bank data
Stars: ✭ 28 (+40%)
Mutual labels:  requests
chopper
Chopper is a tool to extract elements from HTML by preserving ancestors and CSS rules
Stars: ✭ 22 (+10%)
Mutual labels:  lxml
wechat articles spider
A Spider About Wechat Articles 、Official Accounts
Stars: ✭ 25 (+25%)
Mutual labels:  bs4
aiohttp-client-cache
An async persistent cache for aiohttp requests
Stars: ✭ 63 (+215%)
Mutual labels:  requests
valorant.py
Complete Python interface for the Valorant API. Works right out of the box!
Stars: ✭ 84 (+320%)
Mutual labels:  requests

PyPI Python Versions

dnevnikru

Module for working with the site dnevnik.ru with python

Dnevnik object accepts login and password from the dnevnik.ru account
Methods: homework, marks, searchpeople, birthdays, week

Read the full functionality of the module here: Wiki

(Doesn't work in regions where you can enter the Diary only through GosUslugi !)

Installation

Windows:

Run the command in the terminal:

pip install dnevnikru

Examples of use

from dnevnikru import Dnevnik

dairy = Dnevnik(login='Your login', password='Your password')

homework = dairy.homework(studyyear=2020, datefrom='01.12.2020', dateto='30.12.2020')
marks = dairy.marks(index=0, period=1)
class_11b = dairy.searchpeople(grade='11B')
birthdays = dairy.birthdays(day=9, month=5)
schedule = dairy.week(info="schedule", weeks=-1)

For more examples of uses and parameters in methods, see Wiki.

Requires

The module requires requests, lxml, bs4 libraries

Releases

  • 1.0

Contact

Aleksandr – tg: @paracosm17 – email: [email protected]

LICENSE

Distributed under the Apache License 2.0 license. See LICENSE for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].