Skip to content

blurblah/clien_bot

Repository files navigation

Welcome to clien_bot 👋

Twitter: blurblah

Clien bot crawls articles of 'allsell' board in clien.net and notifies to Telegram users who registered specific keywords.

Requirements

Python 3.5.2+

MongoDB

RabbitMQ

Prerequisites

  1. Create a database named 'clien_bot'
  2. Create two collections named 'crawl_info' and 'allsell'
  3. Add a following document to crawl info
{
    "_id": ObjectID(),
    "board": "allsell",
    "name": "사고팔고",
    "url": "https://www.clien.net/service/group/allsell",
    "latest_sn": 0
}

Install dependencies

To use virtualenv is recommended.

pip3 install -r requirements.txt

Run

python3 -m crawler
python3 -m bot

Author

👤 blurblah

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages