Skip to content

Allows you to receive updates from your social network accounts via RSS

Notifications You must be signed in to change notification settings

KonishchevDmitry/social-rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social RSS

Social RSS is a web server that allows you to receive updates from your social network accounts via RSS.

For now it supports VK and Twitter social networks.

How to use

Note: social-rss requires Python 3

# Clone the source code
$ git clone https://github.com/KonishchevDmitry/social-rss.git
$ cd social-rss

# Install all requirements
$ sudo pip3 install -r requirements.txt

# Run the server
$ ./social-rss 8888

VK RSS

Attention: by using VK RSS you violate VK Terms of Service, so do this on your own risk!

Obtaining access token

Getting RSS

Just type in browser http://:YOUR_ACCESS_TOKEN@localhost:8888/vk.rss or pass this URL to your favourite RSS reader (it must support HTTP Basic Access Authentication).

Twitter RSS

Obtaining access token

Go to https://dev.twitter.com/apps/new and create an application (fill only required fields). You will be redirected to your application's page. Press "Create my access token" button on it.

Getting RSS

Just type in browser http://${CONSUMER_KEY}_${CONSUMER_SECRET}:${ACCESS_TOKEN}_${ACCESS_TOKEN_SECRET}@localhost:8888/twitter.rss or pass this URL to your favourite RSS reader (it must support HTTP Basic Access Authentication).

About

Allows you to receive updates from your social network accounts via RSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages