Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.
/ ArchiveBot Public archive

Send web links via Telegram bot and archive to webpage.

Notifications You must be signed in to change notification settings

clarkzjw/ArchiveBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArchiveBot

Send web links via Telegram bot and archive to webpage.

Requirements

  • Python3

  • Jinja2

    sudo pip3 install https://github.com/pallets/jinja/zipball/master
    
  • BeautifulSoup

    sudo pip3 install BeautifulSoup4
    
  • MongoDB

  • PyMongo

    sudo pip3 install pymongo
    
  • Telepot

    sudo pip3 install telepot
    
  • lxml

    sudo apt-get install python3-lxml
    

TODO

  • add archive.is API

  • Beautify web page UI.

  • Add delete link function to bot.

About

Send web links via Telegram bot and archive to webpage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published