Metadata-Version: 2.1
Name: twity
Version: 0.0.3
Summary: A simple twitter bot to create and delete your tweets from the terminal
Home-page: https://github.com/methmal66/twity.git
Author: Sanuja Methmal
Author-email: methmal66@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: certifi (==2022.12.7)
Requires-Dist: charset-normalizer (==3.1.0)
Requires-Dist: fire (==0.5.0)
Requires-Dist: idna (==3.4)
Requires-Dist: oauthlib (==3.2.2)
Requires-Dist: prompt-toolkit (==3.0.38)
Requires-Dist: python-dotenv (==1.0.0)
Requires-Dist: requests (==2.29.0)
Requires-Dist: requests-oauthlib (==1.3.1)
Requires-Dist: six (==1.16.0)
Requires-Dist: termcolor (==2.3.0)
Requires-Dist: tweepy (==4.14.0)
Requires-Dist: urllib3 (==1.26.15)
Requires-Dist: wcwidth (==0.2.6)

# Twity - The Twitter Bot

A simple twitter bot to create and delete your tweets from the terminal

1. Copy the `.env.example` file and rename it to `.env`.
2. Insert the actual values into `.env` file
3. Setup user authentication in app settings of the twitter developer protal
