marisa-chan is a script that detects tweets you liked in Twitter and posts the tweet's URL to your Slack channel.
-
First, you have to obtain your Twitter app's consumer key and API token from apps.twitter.com.
-
Configure some settings in config.py:
-
Then, execute this in your shell:
$ pip install -r requirements.txt
$ pip install -U git+https://github.com/tweepy/tweepy.git
$ python marisa-chan.py
- It is recommended to execute the script in your own server (with tmux).
- Enjoy it!
- Python 3.x
- tweepy
You have to fix tweepy/streaming.py following this issue.- Tweepy in GitHub already fixed this bug.
- requests
Pull requests are welcome!