https://github.com/sorebit/public-intellectual
Trying to scrap all posts of single filmweb.pl forum users
https://github.com/sorebit/public-intellectual
philosophy python scrapy-spider
Last synced: 9 months ago
JSON representation
Trying to scrap all posts of single filmweb.pl forum users
- Host: GitHub
- URL: https://github.com/sorebit/public-intellectual
- Owner: Sorebit
- Created: 2024-09-24T12:37:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T15:03:40.000Z (over 1 year ago)
- Last Synced: 2025-02-19T12:59:58.929Z (over 1 year ago)
- Topics: philosophy, python, scrapy-spider
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# public-intellectual
```shell
$ pip install -r requirements.txt
$ pytest -vv
$ scrapy crawl filmweb -a file=./data/links.txt
$ flask --app pubint.viewer run
```