[Tutor] Code correction
Alan Gauld
alan.gauld at yahoo.co.uk
Sat Oct 2 12:44:47 EDT 2021
On 02/10/2021 13:11, Rajesh Koot wrote:
> below is a code attached to scrape videos from instagram groups we are
> following
> Can you please tell me which all fields are needed to fill other than
> username and password
>
> # scrape_videos.py scrapes all the videos from pages we are following
> def scrapeVideos(username = "",
> password = "",
> output_folder = "",
> days = 1):
>
> print("Starting Scraping")
>
> L = instaloader.Instaloader()
This list is for questions about the Python language and its
standard libraries.
Questions about third party libraries should really be directed to their
support forum or the library author.
However, in this case, I suspect the question is not even about the
library but more about how instagram itself works. For that you may
need to do some testing/experimenting. Thats all part of programming...
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos
More information about the Tutor
mailing list