Skip to content

jonasnoki/barberini-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple telegram bot that sends out messages when there are new Tickets in the Barberini online shop.

To start the Bot in the background and write output to a file:

nohup node index.js > output.log &

And to kill it:

ps -fC node #copy the PID
kill -9 PID #replace PID with the actual PID

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published