{"id":15197195,"url":"https://github.com/saphyel/ipteller","last_synced_at":"2025-10-02T13:30:59.631Z","repository":{"id":62571567,"uuid":"101060581","full_name":"Saphyel/ipteller","owner":"Saphyel","description":"[Legacy] Sends an email when your IP address changes","archived":true,"fork":false,"pushed_at":"2017-09-20T22:49:29.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-28T00:44:26.250Z","etag":null,"topics":["ip-lookup","python","raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Saphyel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-22T12:30:50.000Z","updated_at":"2023-01-28T12:10:48.000Z","dependencies_parsed_at":"2022-11-04T00:29:29.623Z","dependency_job_id":null,"html_url":"https://github.com/Saphyel/ipteller","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saphyel%2Fipteller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saphyel%2Fipteller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saphyel%2Fipteller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saphyel%2Fipteller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Saphyel","download_url":"https://codeload.github.com/Saphyel/ipteller/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219875700,"owners_count":16554702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ip-lookup","python","raspberry-pi"],"created_at":"2024-09-28T00:44:43.543Z","updated_at":"2025-10-02T13:30:59.247Z","avatar_url":"https://github.com/Saphyel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IP teller\n\n## Intro\nThis app saves your public IP and send a report when is different.\n\nBy default generates a cron job that checks every hour your public IP against the page jsonip if is different will send you an email with the new IP.\n\n## Config\nYou need to add your gmail details as environment variables using `GMAIL_USER` and `GMAIL_PASS` (check the docker-compose.yml). The account that you specify will be the sender and receiver of the email.\n\n## Dev\nExecute: `pip install --user -r dev-requirements.txt`\n\n### Publish your package\nExecute: `python setup.py sdist;twine upload dist/*;rm dist/*`\n\n### Run tests\nExecute: `behave`\n\n## Cron\nCreate a file in /etc/profile.d/ipteller.sh with the variables:\n```bash\nexport GMAIL_USER='someone@gmail.com'\nexport GMAIL_PASS='Password'\nexport IP_PROVIDER='jsonip'\n```\n\nand then in execute `crontab -e` and add this line at the end:\n```bash\nSHELL=/bin/bash\n0 * * * * source /etc/profile.d/ipteller.sh;~/.local/lib/python2.7/site-packages/ipteller/ipteller.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaphyel%2Fipteller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaphyel%2Fipteller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaphyel%2Fipteller/lists"}