Skip to content

A script that detects tweets you liked in Twitter and posts the tweet's URL to your Slack channel.

License

Notifications You must be signed in to change notification settings

utgwkk/marisa-chan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marisa-chan

Build Status

What is this?

marisa-chan is a script that detects tweets you liked in Twitter and posts the tweet's URL to your Slack channel.

How to use

  • 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!

dependencies

  • Python 3.x
  • tweepy
    • You have to fix tweepy/streaming.py following this issue.
    • Tweepy in GitHub already fixed this bug.
  • requests

PR

Pull requests are welcome!

About

A script that detects tweets you liked in Twitter and posts the tweet's URL to your Slack channel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages