-
-
Notifications
You must be signed in to change notification settings - Fork 177
RedditListPosts
aelassas edited this page Nov 12, 2022
·
1 revision
<?xml version="1.0" encoding="utf-8" ?>
<Tasks>
<!--
RedditListPosts is a sequential task that retrieves Reddit post history and writes it in an XML file.
The format of the output XML file is as follows:
<Posts>
<Post id="$string" subreddit="$string" title="$string" upvotes="$int" downvotes="$int" />
...
</Posts>
-->
<Task id="$int" name="RedditListPosts" description="$string" enabled="true|false">
<!-- Application ID: You can obtain it from https://www.reddit.com/prefs/apps -->
<Setting name="appId" value="$string" />
<!-- Refresh token. You can obtain it from https://not-an-aardvark.github.io/reddit-oauth-helper/ -->
<Setting name="refreshToken" value="$string" />
<!-- Optional and defaults to 50. The maximum number of posts that should be returned in the result set. -->
<Setting name="maxResults" value="$int" />
</Task>
</Tasks>
Copyright © Akram El Assas. All rights reserved.
- Install Guide
- HTTPS/SSL
- Screenshots
- Docker
- Configuration Guide
- Persistence Providers
- Getting Started
- Android App
- Local Variables
- Global Variables
- REST Variables
- Functions
- Cron Scheduling
- Command Line Interface (CLI)
- REST API Reference
- Samples
- Logging
- Custom Tasks
-
Built-in Tasks
- File system tasks
- Encryption tasks
- Compression tasks
- Iso tasks
- Speech tasks
- Hashing tasks
- Process tasks
- Network tasks
- XML tasks
- SQL tasks
- WMI tasks
- Image tasks
- Audio and video tasks
- Email tasks
- Workflow tasks
- Social media tasks
- Waitable tasks
- Reporting tasks
- Web tasks
- Script tasks
- JSON and YAML tasks
- Entities tasks
- Flowchart tasks
- Approval tasks
- Notification tasks
- SMS tasks
- Run from Source
- Fork, Customize, and Sync