Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 599 Bytes

TwitterBot.md

File metadata and controls

15 lines (11 loc) · 599 Bytes

Twitter Bot

This bot is designed to automate the process of growing a Twitter account. Once you created a new account, provide the path to the Firefox Profile and the bot will start posting tweets based on the subject you provided during the account creation.

Relevant Configuration

In your config.json, you need the following attributes filled out, so that the bot can function correctly.

{
  "twitter_language": "Any Language, formatting doesn't matter",
  "headless": true,
  "llm": "The Large Language Model you want to use, check Configuration.md for more information",
}