karngyan / tit

personal tweet scheduler - it needs my guidance now for it to work for you - it works on my mac - will release it someday

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make me a new titter

tit

tit daemon

  • write tests
  • automate build & install

plist

  • replace {{path_for_titd_executable}} accordingly.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="1.0">
    <dict>
        <key>Label</key>
        <string>titd</string>
        <key>ServiceDescription</key>
        <string>Twitter local scheduler tit daemon</string>
        <key>WorkingDirectory</key>
        <string>{{path_for_titd_executable}}</string>
        <key>ProgramArguments</key>
        <array>
            <string>{{path_for_titd_executable}}/main</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
    </dict>
</plist>

About

personal tweet scheduler - it needs my guidance now for it to work for you - it works on my mac - will release it someday


Languages

Language:Go 55.5%Language:Vue 26.7%Language:JavaScript 15.0%Language:CSS 2.8%