gslin / feed2social

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feed2social

Sync feed to social networks.

Supported platforms

  • Facebook (via mbasic.facebook.com)
  • Plurk

Install

pip install -r requirements.txt
echo "CREATE TABLE entry (entry_id VARCHAR, created_at INT);" | sqlite3 ~/.config/feed2social/feed2facebook.sqlite3
echo "CREATE TABLE entry (entry_id VARCHAR, created_at INT);" | sqlite3 ~/.config/feed2social/feed2plurk.sqlite3

Run

./feed2facebook.py
./feed2plurk.py

License

See LICENSE.

About

License:MIT License


Languages

Language:Python 95.6%Language:Shell 4.4%