Elevate your social media presence with GPT-4 powered tweets. Compose, schedule, and automate engaging content for maximum impact.
Follow these steps to configure the Auto-GPT Twitter Plugin:
Clone this repository and navigate to the Auto-GPT-Twitter-Plugin
folder in your terminal:
git clone https://github.com/riensen/Auto-GPT-Twitter-Plugin.git
Execute the following command to install the necessary dependencies:
pip install -r requirements.txt
Compress the Auto-GPT-Twitter-Plugin
folder or download the repository as a zip file.
If you haven't already, clone the Auto-GPT repository, follow its installation instructions, and navigate to the Auto-GPT
folder.
Transfer the zip file from step 3 into the plugins
subfolder within the Auto-GPT
repo.
Find the file named .env.template
in the main /Auto-GPT
folder.
Duplicate the .env.template
file and rename the copy to .env
inside the /Auto-GPT
folder.
Open the .env
file in a text editor. Note: Files starting with a dot might be hidden by your operating system.
Configure the following settings in the .env
file:
################################################################################
### TWITTER API
################################################################################
TW_CONSUMER_KEY=
TW_CONSUMER_SECRET=
TW_ACCESS_TOKEN=
TW_ACCESS_TOKEN_SECRET=