Giter Site home page Giter Site logo

Comments (7)

yyNoMoon avatar yyNoMoon commented on May 18, 2024

将获取到的info转换成utf8格式再用info = re.split('微信号:|月发文|篇|平均阅读', info)得到info[1],info[1]里面就是微信号了:
info = info.encode('utf8','ignore')
info = re.split('微信号:|月发文|篇|平均阅读', info)
wechatid = info[1]

from wechatsogou.

chyroc avatar chyroc commented on May 18, 2024

@yyNoMoon 方便提一个pr吗,就是把你的修改放上来

from wechatsogou.

yyNoMoon avatar yyNoMoon commented on May 18, 2024

search_gzh_info.txt

from wechatsogou.

yyNoMoon avatar yyNoMoon commented on May 18, 2024

api.py文件里这一个函数里只修改了一点点,萌新不敢改太多。。。 @chyroc

from wechatsogou.

chyroc avatar chyroc commented on May 18, 2024

@yyNoMoon 额,你知道怎么提pr(pull request)吗,步骤如下:

先点击本repo右上角的fork

然后 git clone <fork之后的地址>

然后 git checkout -b <branch-name>切换到新的分支,准备写代码

然后修改代码,保证可以运行,去除测试用的log和print,然后

git add <filename>            //这个filename是将你刚刚改的文件名,如果有多个文件,就运行多次
git commit -m "一些解释"
git push --set-upstream origin <branch-name>       //将本地修改的代码推送到远程(也就是github上)

然后你去你fork之后的地址,点击 创建一个新的 pull request

我就能看到了

from wechatsogou.

chyroc avatar chyroc commented on May 18, 2024

#92

from wechatsogou.

chyroc avatar chyroc commented on May 18, 2024

#70

from wechatsogou.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.