Skip to content

eugene87222/Crawler-PTT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PTT Crawler

A simple PTT crawler.

Environment:

  • Windows 10 Home
  • Python 3.6.4

Preparation

  • install python 3.x (32bit)
    1. download from https://www.python.org/downloads/
    2. remember to tick the checkbox "add python 3.x to path" and "pip"
  • install requests, beautifulsoup, pandas
    1. run command line as administrator
    2. input instructions below
    pip3 install requests
    pip3 install beautifulsoup4
    pip3 install pandas
    
  • install SQLiteStudio (optional)
    1. download from https://sqlitestudio.pl/index.rvt

How to use

python main.py

If you have any problem, please email to me or open an issue.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages