Skip to content

A script for running the dbworld_ announcement feed

License

Notifications You must be signed in to change notification settings

oudalab/dbworld_

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbworld_

A script for running the dbworld_ announcement feed

To run,

watch -n 600 python3 checkandupdate.py | tee dbworld.log

Need to install

bs4 BeautifulSoup requests

sudo apt install python3-pip3 pip3 install bs4 pip3 install requests pip3 install lxml

Print all entries

python3 -c "import shelve,json; print(json.dumps(shelve.open('dbworld.shelve')['rows']))"

About

A script for running the dbworld_ announcement feed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published