https://github.com/rorpage/rsslistener
https://github.com/rorpage/rsslistener
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rorpage/rsslistener
- Owner: rorpage
- License: mit
- Created: 2018-01-03T18:01:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T18:16:19.000Z (over 8 years ago)
- Last Synced: 2025-01-08T11:51:48.405Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BoltBolt RSS Listener
Be sure to create an .env file with the following information (table names are suggestions):
```
airtable_baseKey=base_key
airtable_blogsTableName=Blogs
airtable_blogPostsTableName=BlogPosts
airtable_apiKey=api_key
pocket_consumer_key=12345-pocket_consumer_key
pocket_access_token=abcdef12-pocket_access_token
```
Head to [Pocket Devs](https://getpocket.com/developer/apps/) and create an app with `Add` permissions and category of `Web`.
Next, head to [Authenticate Pocket](http://reader.fxneumann.de/plugins/oneclickpocket/auth.php), enter your consumer key, and the site will
allow you to authorize your app for your account. You can view the source code for OneClickPocket [here](https://github.com/fxneumann/oneclickpocket).
You're all set!