Metadata-Version: 2.1
Name: tweetwatcher
Version: 0.0.2
Summary: A simple tweet watcher.
Home-page: https://github.com/dhsdshdhk/tweetwatcher
Author: John Doe
Author-email: author@example.com
License: UNKNOWN
Description: # Tweet Watcher
        
        A simple graphical user interface for searching and storing tweets in real time.
        
        ***
        ### Dependencies
        * [Pandas](https://pypi.org/project/pandas/)
        * [Openpyxl](https://pypi.org/project/openpyxl/)
        * [PyQt5](https://pypi.org/project/PyQt5/)
        * [Python Twitter Tools](https://github.com/sixohsix/twitter)
        ***
        ### Installation
        ```sh
        $ python3 -m pip install git+git://github.com/sixohsix/twitter.git#twitter
        $ python3 -m pip install tweetwatcher
        ```
        Add to ```~/.local/bin``` to ```PATH``` if it isn't already.
        ***
        ### Usage
        You will need a Twitter developer account to get the API tokens. You can create that [here](developer.twitter.com).
        <br>Then just type tweetwatcher on your terminal emulator to open the app.
        ```sh
        $ tweetwatcher
        ```
        Once you open the app, you will need to fill the fields with the tokens and keys you got before searching for anything.
        You can also create a ```credentials``` file at your user home (```~/``` or ```C:\Users\username```) like this:
        ```text
        <access token>
        <access token secret>
        <consumer key>
        <consumer key secret>
        <path to database to store tweets>
        ```
Platform: UNKNOWN
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
