Skip to content

A free tool for scheduling posts to Reddit.

License

Notifications You must be signed in to change notification settings

Convoy20/cronnit.us

 
 

Repository files navigation

Cronnit

A free service for making scheduled posts to Reddit. It's available at https://cronnit.us or you can download the code and host it yourself!

Hosting

If you want to host your own version of Cronnit you can:

sudo apt install php-cli php-sqlite3 composer
git clone [email protected]:/krisives/cronnit.us.git
cd cronnit
composer update
cp config.php.example config.php
nano config.php
cd public_html/
php -S localhost:8080

If you don't have MySQL you can use SQLite instead in your config.php file:

'dbdsn' => 'sqlite:foo.db',
'dbuser' => '',
'dbpass' => ''

For client_id and client_secret you will need to create a Reddit app using a callback URL of http://localhost:8080/

Donate

If you find Cronnit useful as a tool or source please consider making a donation!

About

A free tool for scheduling posts to Reddit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.6%
  • PHP 43.0%
  • Other 0.4%