A command line interface for Twitter with some cool features writing with python 3
- First, enable Twitter apps for your account with the following link Twitter Account Manager.
- Then, write all neccessary information into config file which is located in
tweeli/config/config.ini
- Install the required packages in requirements.txt:
$ pip3 install -r requirements.txt
- Run
main.py
program and press 'tab' to show all available commands. Then run your ideal command and enjoy it!
also you can use PYPI to install tweeli:
$ pip3 install tweeli
Then import tweeli
and use tweeli.start()
for using it!
Bug reports and pull requests are welcome on GitHub at https://github.com/smmtaheri/tweeli .
Please fork it and raise a pull request for your contribution.
- Complete twitter core functions (list, direct, trends and ...)
- Implement file system caching (handle twitter api limites and )
- Add unfollow track (DB is required!)