My own python twitter bot for testing purpose @ https://twitter.com/Bot_Harajuku
A twitter bot that I created to test some functionalities and that may have a true purpose one day. At the moment, it only answers to ping and shiba picture requests and answers to !image [keyword] with a random google image picture
This application uses Tweepy library. In order to install it you should use PIP as folowing:
pip install tweepy
Edit secret.py to enter your own Oauth parameters.
To launch the application, it is very simple:
python main.py
(python3)