docs/AffiliateMarketing.md
This class is responsible for the Affiliate Marketing part of MPV2. It uses Ollama (as all other classes) as its way to utilize the power of LLMs, in this case, to generate tweets, based on information about an Amazon Product. MPV2 will scrape the page of the product, and save the product title, and product features, thus having enough information to be able to create a pitch for the product, and post it on Twitter.
In your config.json, you need the following attributes filled out, so that the bot can function correctly.
{
"firefox_profile": "The path to your Firefox profile (used to log in to Twitter)",
"headless": true,
"ollama_base_url": "http://127.0.0.1:11434",
"threads": 4
}
Here are some features that are planned for the future: