Skip to content

Licolnlee/CCGP_Spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCGP_Spider

CCGP_Spider is specified for CCGP Goverment project to acquire information.

1.Install requirement depends.

  • Run these commands through Pycharm Terminal which is under beneath.
    • cd proxy_pool
    • pip install -r requirements.txt

2.Install redis database && graphic manager.

  • Install redis.exe and redisDesktopManager.exe which contain in software folder.
    • installation all using default setting.
    • DesktopManager->Connect to Redis Server->Connection
    • Name:localhost
    • Host:localhost
    • Port:6379(default)
    • Auth:default
    • Do not forget to test Connection.

3.Go to csv2redis.py in order to get data into redis.

  • Right click csv2redis.py to run python program.

4.Run proxy_pool backgroud.

  • Run these commands through Pycharm Terminal which is under beneath.
    • cd proxy_pool/cli
    • python proxyPool.py schedule
    • python proxyPool.py webserver

5.Run uuid_req.py to require uuid download link.

  • Right click csv2redis.py to run python program.

6.Run downloader.py to require file.(Please run this before uuid_req.py)

  • Right click csv2redis.py to run python program.

About

CCGP_Spider is specified for CCGP Goverment project to acquire information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages