Skip to content

Searches for verified twitter users from a random sample you provide

Notifications You must be signed in to change notification settings

PeterCharalambous/twitter-bot-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Tweet Verified Users Script

Made with Python Version 3.7.5

This bot utilises Tweepy. It can be installed via:

    $ pip install tweepy

Why?

  • Bored

What it does?

A random number is generated and is used to try fetch the user who the ID belongs to. It then checks if the user is verified and if they are, tweets at them letting them know they're verified. The script then restarts and reruns.

If the user is not verified or the account is suspened or not existant then it will generate another number to use.

Installation

Git Clone or just download the verfied_tweet.py file and just run it with python verified_tweet.py.

Issues

Takes a while to actually find a verified user, which can also be a benefit to avoid spamming tweets. Can also change the sample range.

TODO

  • Nothing it's perfect

About

Searches for verified twitter users from a random sample you provide

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages