Skip to content

simple web request framework, inspired by design of scrapy and akka stream

Notifications You must be signed in to change notification settings

yutapok/requester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

requester

simple web framework

quick start

$ python3 setup.py develop
$ cd example/
$ vim simple_requester.py
urls = [
   <define url you would like to access>
   ]
$ python3 simple_requester.py -c sample.ini

graph

2020-05-11 18 32 21 app creately com bbafd28c2082

Components

Schedule

scheduling url request as queue

Source

No Input channel, one output channel. Role is to create url request.

Sink

No Output channel, one input channel. Role is finlalize url request. This also can make connect to Source like AkkaStream

Flow

one input, one output channel. processing url request

Fecher

burst requesting urls flow with asyncio

Pipeline

processor of request response. it can define process as sync and async.

About

simple web request framework, inspired by design of scrapy and akka stream

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages