Giter Club home page Giter Club logo

nidongde's Introduction

nidongde

🔞nidongde is a Chinese phrase for "you know". Please control yourself!

Make sure you are older than 18!

Requirement

requests

bs4

fake-useragent (Optional)

Featrues

  • A mature framework
  • multi-threads, use threading to load data
  • extensible, define website to operate the urls

Framework

Scripts

load.py (deprecated)

load vedios

search.py (deprecated)

search vedios with keywords (and styles)

load_novels.py

search and load novels.

from nidongde import *

for m in Novel.search('爸爸'):
    print(m)

load_movies.py (recommended)

Load movies with OOP, integrate load.py and search.py.

from nidongde import *

Movie.load  == load in load.py
Movie.search == search in search.py

# Examples
# load 29960, 29961, 29963, 29964-29971, 34538-34543
Moive.load([29960, [29961, 29963], (29964, 29971), (34538, 34543)])

# search movies with '人妻'
for m in Movie.search('人妻'):
    print(m)

# search novels with '人妻'
for m in Novel.search('人妻'):
    print(m)

clt

script.py load -i [index] (-v)
script.py search -k keyword -s style -m (mask method)

Example:

script.py search -k 人妻 [-s 人妻]
script.py load -i 39818-39822

mask method: mask, a float number (probability to mask any character) or any integer for Caesar

TO DO

  • crawl new websites
  • multi-threading
  • load novels

misc

I get first ✭star in my github-life.

Similar projects

nidongde's People

Contributors

freakwill avatar

Watchers

James Cloos avatar

Forkers

zhujingling

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.