A straightforward Python script designed to scrape the latest altcoin announcements from the Bitcoin Forum and deliver them straight to your inbox, keeping you updated effortlessly.
- Target Boards:
- Email Preview
git clone https://github.com/OwenLittleWhite/new-altcoin-notification.git
cd new-altcoin-notification
pip install requests beautifulsoup4
- Copy the sample configuration file and tweak it to your liking:
cp config_sample.py config.py
- Customize
config.py
according to your preferences.
Set up a cron job to execute the script every 5 minutes:
*/5 * * * * python3 /path/to/new-altcoin-notification/post_list.py > /path/to/new-altcoin-notification/log.txt 2>&1
With these steps, you'll be receiving the freshest altcoin announcements from the Bitcoin Forum directly in your mailbox! Stay informed without lifting a finger.