All Projects → meifamily → Ptt Alertor

meifamily / Ptt Alertor

Licence: apache-2.0
📢 Ptt 文章通知機器人!Notify Ptt Article in Realtime

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Ptt Alertor

Awesome Bots
The most awesome list about bots ⭐️🤖
Stars: ✭ 2,864 (+1809.33%)
Mutual labels:  chatbot, telegram-bot, messenger-bot
Python-BlackJackBot
A Telegram bot written in Python to play the game BlackJack alone or with your friends
Stars: ✭ 48 (-68%)
Mutual labels:  telegram-bot, chatbot
technopsyna
телеграм бот для техноконфы
Stars: ✭ 16 (-89.33%)
Mutual labels:  telegram-bot, chatbot
Webhook2telegram
🤖 A simple bot to translate JSON HTTP requests into Telegram push messages
Stars: ✭ 357 (+138%)
Mutual labels:  chatbot, telegram-bot
messenger-bot
A Node bot server for the Facebook Messenger Platform
Stars: ✭ 23 (-84.67%)
Mutual labels:  chatbot, messenger-bot
Bot-Telegram-BeMEAN
💣 Bot para o Telegram do grupo do Be MEAN
Stars: ✭ 76 (-49.33%)
Mutual labels:  telegram-bot, chatbot
Intelligo
🤖 Chatbot Framework for Node.js.
Stars: ✭ 347 (+131.33%)
Mutual labels:  chatbot, messenger-bot
How-To-Build-A-Chatbot
Learn to build a facebook chatbot using Python and Flask
Stars: ✭ 15 (-90%)
Mutual labels:  chatbot, messenger-bot
Chatblocks
Declarative Messenger chatbot framework
Stars: ✭ 48 (-68%)
Mutual labels:  chatbot, messenger-bot
Messenger Bot Rails
Ruby on Rails Gem for the Facebook Messenger Bot Platform
Stars: ✭ 64 (-57.33%)
Mutual labels:  chatbot, messenger-bot
Telegram.bot.framework
Simple framework for building Telegram bots
Stars: ✭ 73 (-51.33%)
Mutual labels:  chatbot, telegram-bot
Plants-Identification
🌻 Deep learning project of Taiwan plants classification and detection with chatbot implementation
Stars: ✭ 18 (-88%)
Mutual labels:  telegram-bot, chatbot
messenger-to-telegram
Connect your Facebook Messenger Account to your Telegram Messenger and Erase the Messenger App
Stars: ✭ 63 (-58%)
Mutual labels:  telegram-bot, messenger-bot
intelligo-generator
🛠️ Chatbot generator for Intelligo Framework.
Stars: ✭ 31 (-79.33%)
Mutual labels:  chatbot, messenger-bot
bot
茶馆群内QQ机器人(小可)
Stars: ✭ 61 (-59.33%)
Mutual labels:  telegram-bot, chatbot
msgbots
Messenger Bot Simulator ( Rhino )
Stars: ✭ 17 (-88.67%)
Mutual labels:  chatbot, messenger-bot
Gpt2bot
Your new Telegram buddy powered by transformers
Stars: ✭ 228 (+52%)
Mutual labels:  chatbot, telegram-bot
Telegram.bot
.NET Client for Telegram Bot API
Stars: ✭ 1,964 (+1209.33%)
Mutual labels:  chatbot, telegram-bot
C4bot
Chat bot that plays Connect Four with you
Stars: ✭ 21 (-86%)
Mutual labels:  chatbot, telegram-bot
Chatbots
Chatbots build with Intelligo Framework.
Stars: ✭ 119 (-20.67%)
Mutual labels:  chatbot, messenger-bot

Ptt-Alertor

Build Status codecov Go Report Card Code Climate StackShare License

API

Board

  • GET /boards

  • GET /boards/[board name]/articles

  • GET /boards/[board name]/articles/[article code]

Keyword

  • GET /keyword/boards

Author

  • GET /author/boards

PushSum

  • GET /pushsum/boards

Articles

  • GET /articles

User (Auth)

  • GET /users

  • GET /users/[account]

  • POST /users

{
    "profile":{
        "account": "sample",
        "email":"[email protected]"
    },
    "subscribes":[
        {
            "board":"gossiping",
            "keywords":["問卦","爆卦","公告"]
        },
        {
            "board":"lol",
            "keywords":["閒聊"]
        }
    ]
}
  • PUT /users/[account]
{
    "profile":{
        "account": "sample",
        "email":"[email protected]"
    },
    "subscribes":[]
}

Credits

Real Life

Rose Li, Aries Huang, Scott Kao, Amy Li

Ptt

DMM, oas, bestpika, Zero0910, lucky0509, wbreeze, chang0206, lindo0130, hungys, gyman7788, tooilxui, myamyakoko, whkuo, papago89, timeline, Kamikiri

Facebook

Mr.clu, Woqeker

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].