Designing a Twitter Data Extractor Tool Using Python — Part 2 (Models)

User and Tweet models

Coşkun Deniz

--

Photo by Alexander Shatov on Unsplash

In the previous post, I mentioned the general structure of the call mechanism. In this post, I will show the main data holder classes.

There are two classes implemented as dataclass which are Userand Tweet.

User

--

--