This code I added in packages/client-twitter/src/post.ts
in the generateNewTweet() function.
let homeTimeline = [];
let ownPosts = [];
if (!fs.existsSync("tweetcache")) fs.mkdirSync("tweetcache");
// read the file if it exist
homeTimeline = await this.client.fetchHomeTimeline(10);