/Cybersec-Twitter-BOT

This BOT retweet everything related to Cyber Security,

Primary LanguagePython

Cybersec Twitter BOT


made-with-python || Twitter

I've developed that bot a couple of weeks age which retweets everything related to cybersecurity. But you can configure that bot according to your own need.

Installation

Install all the modules in requirement.txt

pip3 install -r requirements.txt

And done.

Configuration

  1. Go to Twitter Developer Platform and create a new app.

  2. Now just take those keys and slap them on main.py, Following keys are required.

  • API_key
  • API_key_secret
  • access_token
  • access_token_secret
  • bearer_token
  1. Now replace hashtags with whatever query you want.

And boom you are good to go.

Usage

Execute main.py using python3

python3 main.py

Done.