0z09e / Cybersec-Twitter-BOT

This BOT retweets everything related to Cyber Security,

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cybersec Twitter BOT


made-with-python || Twitter

I've developed that bot a couple of weeks ago 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.

About

This BOT retweets everything related to Cyber Security,


Languages

Language:Python 100.0%