https://github.com/zhima-mochi/wordpress-articles-list-generator
Auxiliary tool
https://github.com/zhima-mochi/wordpress-articles-list-generator
crawler python
Last synced: 8 months ago
JSON representation
Auxiliary tool
- Host: GitHub
- URL: https://github.com/zhima-mochi/wordpress-articles-list-generator
- Owner: Zhima-Mochi
- Created: 2022-04-11T03:15:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T07:50:20.000Z (about 4 years ago)
- Last Synced: 2025-10-14T11:34:11.386Z (8 months ago)
- Topics: crawler, python
- Language: Python
- Homepage:
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wordpress-articles-list-generator
Auxiliary tool
## How to use
1. Enter our wordpress.com admin url and cookie in config.env
2. Run docker-compose up
## Detail
Admin url is the page where we edit or do something to our articles.

In order to let program has right to fetch our admin page content, we need to offer our cookie content.
The following is one way that we can get the cookie.
1. Open DevTools
2. Click Network
3. Refresh admin page
4. Click ```edit.php?....``` in Name block
5. Scroll to **Request Header**
6. Copy cookie value
