鱼C论坛

 找回密码
 立即注册
查看: 1181|回复: 2

[作品展示] 爬取鱼C的你的账号和消息

[复制链接]
发表于 2020-5-6 12:34:58 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
本帖最后由 Pythonnewers 于 2020-5-6 17:13 编辑
import requests
import re
import bs4
headers = {
    "User-Agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.14 Safari/537.36 Edg/83.0.478.13"
}
cookie = cookie


def req(url):
    html = requests.get(url, headers=headers,
                        cookies=cookie).content.decode("gbk")
    soup = bs4.BeautifulSoup(html, "html.parser")
    name = re.findall(
        '<strong class="vwmy"><a href="https://fishc.com.cn/space-uid-854121.html" target="_blank" title="访问我的空间">(.*?)</a></strong>', html, re.S)
    print("Your name:"+name[0])
    message = re.findall(
        '<em class="prompt_news_0"></em>(.*?)</a>', html, re.S)
    if message[0] != "消息":
        print(re.findall('消息((.*?))'))
    else:
        print("您最近没有消息")


if __name__ == "__main__":
    req("https://fishc.com.cn/forum.php")
cookie哪里为了隐私就不发了
也没啥子用,说不定哪个新人就看我的懂爬虫了呢
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2020-5-6 14:59:18 From FishC Mobile | 显示全部楼层
你的意思是,你的消息很多?
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

 楼主| 发表于 2020-5-6 17:12:24 | 显示全部楼层
_2_ 发表于 2020-5-6 14:59
你的意思是,你的消息很多?

不,我从来没有接收过消息
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-11-27 05:32

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表