PHPackages                             isometriks/reddit-bot-app - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. isometriks/reddit-bot-app

ActiveProject

isometriks/reddit-bot-app
=========================

Reddit.com bot for Symfony2

14PHP

Since May 4Pushed 12y ago1 watchersCompare

[ Source](https://github.com/isometriks/RedditBotApp)[ Packagist](https://packagist.org/packages/isometriks/reddit-bot-app)[ RSS](/packages/isometriks-reddit-bot-app/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

/r/symfony Bot
==============

[](#rsymfony-bot)

Install with:

```
php composer.phar create-project isometriks/reddit-bot-app -s dev

```

Right now it's really only useful for RSS feeds, here's the configuration:

```
# Reddit Wrapper Config
isometriks_reddit:
    user: %bot_user%
    password: %bot_password%

# Bot RSS Config
isometriks_reddit_bot:
    feeds:
        symfony2_blog:
            url: http://feeds.feedburner.com/symfony/blog
            subreddit: symfony
            flair:
                - news
            options:
                link: publicId
        symfony2_community:
            url: http://feeds.feedburner.com/symfony/planet?format=xml
            subreddit: symfony
            flair:
                - community
            options:
                link: publicId
```

The `%bot_user%` and `%bot_password%` will come from paramenters.yml and are set in parameters.yml.dist if you use composer. You can use a cron job to make the command run every hour by default or send an argument after:

```
0 * * * * php /home/symfonybot/app/console reddit:bot:rss

```

You can send arguments after to tell the bot how long to check:

```
php app/console reddit:bot:rss 5 hours ago

```

\*Please note that you cannot use something like "-5 hours" as a command. The Symfony command component tries to recognize it as a flag. We're using an input as an array and then imploding on a space " " to turn it into a string.

TODO
====

[](#todo)

- Add Flair after post is submitted

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e8ccfee088856a7ccc5fb5a5453978f60fe0a48eaef1868068367d7bf7ecc770?d=identicon)[isometriks](/maintainers/isometriks)

---

Top Contributors

[![isometriks](https://avatars.githubusercontent.com/u/1325995?v=4)](https://github.com/isometriks "isometriks (6 commits)")

### Embed Badge

![Health badge](/badges/isometriks-reddit-bot-app/health.svg)

```
[![Health](https://phpackages.com/badges/isometriks-reddit-bot-app/health.svg)](https://phpackages.com/packages/isometriks-reddit-bot-app)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
