Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed formatting on README.md #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
##Like-My-GF
## Like-My-GF
This is an auto-robot to like my girlfriend's post on Instagram.

####Why This?
#### Why This?
My girlfriend always complains that I don't care about what she's doing, I don't like her post on Instagram / Wechat / Weibo... and I don't comment on her posts, bla bla bla.

Being a programmer, I don't really have much ~~interest~~ time to review every social network. So I build this. Although now she knows that I'm using this to like her post. But she's pretty happy about it (don't ask me why) and never complained again. So I'm very happy with this tool.

####Requires
#### Requires
* httplib2
* simplejson
* [python-instagram](https://github.com/Instagram/python-instagram)

All of these can be installed from pip install

####Configurations
#### Configurations
* Copy the config.ini to config, fill in your Instagram API info
* Setup Target name and path etc...
* Test run, first time run will like about 20 (Instagram's max paginate num of posts), so be aware that the target might think you are crazy.
* Setup the cron, I'm running it every 2 min.

####To do
#### To do
1. Setup email alert everytime robot found a new post, include the photo in the email.
2. Support more social media. Weibo, Wechat, Facebook...(This gonna be endless)
3. Maybe if anyone else want to use this, I can setup a web api and allow others to register their target. I can setup an engine to do it.