Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
/ twitter_bot_lgds Public archive

The project has been archived following elon musk's decision to make access to twitter's api subject to a fee ($100/month).

Notifications You must be signed in to change notification settings

archidote/twitter_bot_lgds

Repository files navigation

Python3 twitter bot

Small prerequisites :

sudo apt update 
sudo apt-get install python3-venv python3-bs4

Initialize the project

git clone https://github.com/archidote/twitter_bot_lgds.git
cd twitter_bot_lgds
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt

add credentails into a .env file :

nano .env
consumer_key=""
consumer_secret=""
access_token=""
access_token_secret=""

then, you can start the bot :

python3 twitter_bot_lgds.py

About

The project has been archived following elon musk's decision to make access to twitter's api subject to a fee ($100/month).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published