Giter Club home page Giter Club logo

v2ex_signup's Introduction

v2ex_signup

自动登录V2EX,自动领取每日奖励。释放碎片时间。

依赖

BeautifulSoup
lxml

安装依赖

pip install BeautifulSoup4
pip install lxml

windows用户在安装lxml可能会因为缺少C语言库报错
可以选择到Unofficial Windows Binaries for Python Extension Packages下载whl文件 例如:
使用python3.5版本
则下载lxml-3.6.4-cp35-cp35m-win_amd64.whl
然后

pip install wheel
pip install f:\lxml-3.6.4-cp35-cp35m-win_amd64.whl (你lxml的whl文件的存放目录)

用法

1. 安装依赖。
2. 修改目录中的user-new.ini为user.ini。
3. notepad打开user.ini。
4. 在LoginInfo项中,
        user=v2ex注册邮箱
        password=密码
5. 在EmailInfo项中,
        from=充当发送者的邮箱
        to=充当收件者的邮箱
        authorization=发送者邮箱的smtp授权码
        smtp_server=发送者邮箱的smtp服务器
        smtp_port=smtp服务器端口
6. 使用python3.x运行signup.py。
7. Enjoy.

v2ex_signup's People

Contributors

sgtdajim avatar

Watchers

 avatar

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.