brutalsavage / facebook-post-scraper

Facebook Post Scraper 🕵️🖱️
GNU General Public License v3.0
324 stars 116 forks source link

Usage, following arguments are required #54

Open mitawrdhn opened 2 years ago

mitawrdhn commented 2 years ago
usage: ipykernel_launcher.py [-h] -page PAGE -len LEN [-infinite INFINITE] [-usage USAGE] [-comments COMMENTS]
ipykernel_launcher.py: error: the following arguments are required: -page/-p, -len/-l
Capture

can anyone help me to solve this problems?

Ting0887 commented 2 years ago

try to use args = parser.parse_args(args=['--device', '0', '--no_cuda']) replace args = parser.parse_args() at 346 line when you use jupyter