Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iiseymour/tweetdns
Keep track of that pesky dynamic IP via twitter.
https://github.com/iiseymour/tweetdns
Last synced: about 3 hours ago
JSON representation
Keep track of that pesky dynamic IP via twitter.
- Host: GitHub
- URL: https://github.com/iiseymour/tweetdns
- Owner: iiSeymour
- License: mit
- Created: 2013-10-10T09:14:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T17:33:13.000Z (about 8 years ago)
- Last Synced: 2023-08-02T19:20:46.515Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### TweetDNS
A python service that tweets when your dynamic IP changes.
### Setup
$ virtualenv -p python3 venv
$ source venv/bin/activate
$ python -m pip install -r requirements.txt
$ ./tweetdns start### Steps
- Register your twitter account with https://dev.twitter.com/
- Create new application to get a Consumer Key and Secret
- Set the permissions to `Read, Write and Access direct messages`
- Add user, key and secret in `settings.py`
- Start daemon `./tweetdns start`
- Recieve direct messages to your user account when your IP address changes