Skip to main content

🔥火焰爱搜🔥学而思专用库🔥

Project description

alsolib v3.3

alsolib开发者:苦逼者钟宇轩

说明:本库为原创库,火焰工作室精心打造

这是库介绍,大家可以破解看看里面的内容

版权所有,侵权必究

###alsolib库说明介绍:

alsolib 一个最重要的功能

想知道是谁在看你的学而思作品吗? 他来了~

from alsolib.xes import*
a=getnowuser()
print(a) #获取当前观看者 若没登陆则返回 ["Error","None","None"]

内置函数 导入方式:

from alsolib import *

百度百科

a=baidubaike("***")
print(a)

翻译

a=translate("Hello") 
print(a)

天气

a=getweather("guangdong","guangzhou")#省,市的英文
print(a)

内置网页浏览器 title为自定义标题

a=getweather("http://www.asunc.cn/","title")#一定要加http://或https://
print(a)

alsolib 学而思库

导入方式

from alsolib.xes import*
a=LoadWork("一个作品的pid")

学而思获取作品赞

b=a.get_likes()
print(b)

学而思获取作品作者

b=a.get_user()
print(b)

学而思获取作品踩的数量

b=a.get_unlikes()
print(b)

学而思获取作品介绍

b=a.get_description()
print(b)

学而思获取作者信息

b=a.get_name_as_pid()
print(b)

学而思获取你对这个作品点赞没有~

while 1:
    b=a.is_like()
    if b==0:
	print("你点赞了")
    if b==-1:
	print("你踩了")
    if b==1:
	print("你没点赞也没踩")

hyChat库

import alsolib.hychat 

剩下还有两个库 alsolib.api 和 alsoqq 自己探索吧~

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alsolib-3.3.1.20201227.tar.gz (12.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page