Is it possible to say that the web crawling using the package has also built a crawling system?

Asked 2 years ago, Updated 2 years ago, 51 views

A student used "Getoldtweet3" to crawl He built a crawl system using Python himself In this case, should I say that you built it yourself?

python twitter

2022-09-20 20:46

1 Answers

There must have been a condition, right? GetOldTweets3 is a Python library and independent tool…

It can be used as a library or as a tool.

In any case, when developing crawlers using Python, it is rarely developed without a library (package).

No matter how much you develop from the bottom, you should use a built-in package called urllib.

If it was a programming task, you would have to put a clue that the third-party (external) library is not to be used in the first place, or you would have to decide which libraries are available.


2022-09-20 20:46

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.