All Projects → lumenwrites → mastodon-hnbot

lumenwrites / mastodon-hnbot

Licence: MIT license
A bot posting the Hacker News stories with 100+ points to Mastodon

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to mastodon-hnbot

mastodon-ios
Official iOS app for Mastodon
Stars: ✭ 432 (+1067.57%)
Mutual labels:  mastodon
Mastodot
C# Library for Mastodon API. Easy Toot!
Stars: ✭ 17 (-54.05%)
Mutual labels:  mastodon
mastodon
Your self-hosted, globally interconnected microblogging community
Stars: ✭ 29,949 (+80843.24%)
Mutual labels:  mastodon
docker-mastodon
All-in-one unofficial Mastodon Docker image, if you want that.
Stars: ✭ 28 (-24.32%)
Mutual labels:  mastodon
hackernews-example
An NX Hacker News clone with real-time updates and animations.
Stars: ✭ 56 (+51.35%)
Mutual labels:  hacker-news
FindHaiku4Mstdn
偶然にもトゥートの中に俳句を見つけた俺たちは…
Stars: ✭ 20 (-45.95%)
Mutual labels:  mastodon
feedpushr
A simple feed aggregator daemon with sugar on top.
Stars: ✭ 222 (+500%)
Mutual labels:  mastodon
hacker-hiring-hunt
👨‍💻 Tool for searching through Hacker News whoshiring threads
Stars: ✭ 28 (-24.32%)
Mutual labels:  hacker-news
documentation
Mastodon documentation
Stars: ✭ 1,485 (+3913.51%)
Mutual labels:  mastodon
hackernews-TUI
A Terminal UI to browse Hacker News
Stars: ✭ 347 (+837.84%)
Mutual labels:  hacker-news
emuarius
Bridge between Twitter and Mastodon
Stars: ✭ 53 (+43.24%)
Mutual labels:  mastodon
Diurna
Basic/Classic Hacker News app, used as a Cocoa & Swift learning platform
Stars: ✭ 100 (+170.27%)
Mutual labels:  hacker-news
hn-clojure
Hacker News in Clojure.
Stars: ✭ 31 (-16.22%)
Mutual labels:  hacker-news
iMast
📱🐘 3rd-party Mastodon Client for iOS
Stars: ✭ 93 (+151.35%)
Mutual labels:  mastodon
vanilla-hn
A Hacker News Reader in Vanilla JavaScript
Stars: ✭ 36 (-2.7%)
Mutual labels:  hacker-news
HackerrankJAVA
This repository consists of Hackerrank JAVA Solutions
Stars: ✭ 31 (-16.22%)
Mutual labels:  hacker-news
mulukhiya-toot-proxy
各種ActivityPub対応インスタンスへの投稿に対して、内容の更新等を行うプロキシ。通称「モロヘイヤ」。
Stars: ✭ 24 (-35.14%)
Mutual labels:  mastodon
Disboard
Collection of fediverse client libraries
Stars: ✭ 13 (-64.86%)
Mutual labels:  mastodon
vim-mastodon
Mastodon client for Vim
Stars: ✭ 28 (-24.32%)
Mutual labels:  mastodon
Fediverse.app
A client for Pleroma and Mastodon instances written using Flutter
Stars: ✭ 72 (+94.59%)
Mutual labels:  mastodon

A bot posting the Hacker News stories with 100+ points to Mastodon.

https://hackertribe.io/@HackerNewsBot

Usage

Create an account for the bot. For convenience you can use [email protected], to avoid registering a separate email.

Then run the command:

python3 ./hnbot.py "[email protected]" "yourpassword" "https://instancename.com"

Run it regularly

You can use cron to run the bot regularly.

Run the command:

crontab -e

And at the end of the file add the line:

0,30 * * * * python3 /path/to/the/script/hnbot.py "[email protected]" "yourpassword" "https://instancename.com"

(this will execute every 30 minutes)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].