Skip to main content

Social-watcher allow you to watch twitter and instagram profiles.

Project description

Social Watcher

maintain status

Social Watchers allows you to watch and record changes on Twitter and Instagram accounts. It can alert you the changes via Telegram.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Internet Connection
  • Python 3.7+

Installing social-watcher

First, clone repository to local and install requirements. You can install requirements with pip3 install -r requirements.txt.
Then you need to edit configs.json.example as you wish and rename it to configs.json. At the end you can run watcher.py

Metrics

List of metrics which one watching.

Platform Metrics
Twitter name, followers, following, biography, profile_photo, tweets, likes, birthday, website
Instagram name, followers, following, biography, profile_photo, posts, is_private, is_verified

Customizing Configs

{
    "interval": 300, # general interval time, default is 86400 (1 day)

    "telegram": {
        "token": "9999999999:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", # telegram bot token
        "chat_id": "999999999" # telegram chat id
    },

    "instagram": [
        {
            "username": "bisguzar", # username, required

            "interval": 5, # interval for this watcher as seconds
                           # if not defined it uses general interval

            "only_if_changed": false, # not required
                                      # if false it will report you if no changes
                                      # default is true

            "ignored_metrics": ["profile_photo"] # not required, 
                                                 # it will ignore this metrics even is changed
        },
        {...another instagram watcher...},
        {...another instagram watcher...}
    ],

    "twitter": [
        {
            "username": "bugraisguzar", # username, required

            "interval": 30, # interval for this watcher as seconds
                            # if not defined it uses general interval

            "only_if_changed": false, # not required
                                      # if false it will report you if no changes
                                      # default is true

            "ignored_metrics": ["likes"] # not required, 
                                                 # it will ignore this metrics even is changed
        },
        {...another twitter watcher...},
        {...another twitter watcher...}
    ]
}

Contributing to social-watcher

To contribute to twitter-scraper, follow these steps:

  1. Fork this repository.
  2. Create a branch with clear name: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

Contributors

  • @bisguzar

Contact

If you want to contact me you can reach me at @bugraisguzar.

License

This project uses the following license: MIT.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

social-watcher-0.1.0.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

social_watcher-0.1.0-py2.py3-none-any.whl (10.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file social-watcher-0.1.0.tar.gz.

File metadata

  • Download URL: social-watcher-0.1.0.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for social-watcher-0.1.0.tar.gz
Algorithm Hash digest
SHA256 edfb1477c80741a22cc4fa341393278ec333038a16ba91c746af62c94de9889a
MD5 9d0ef79097229f1e45d3f0b32dfa47dd
BLAKE2b-256 a87e793e4e54cb9140f9c4268fa041815e7125549f8abeebc3a2e7b3bc60b434

See more details on using hashes here.

File details

Details for the file social_watcher-0.1.0-py2.py3-none-any.whl.

File metadata

  • Download URL: social_watcher-0.1.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 10.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for social_watcher-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c18583b2afe3d1a2f9540d03d1a0e7c999944587d27dc7fdb61793a893af475f
MD5 0872e3d08b8a0a7828d99780cbf5a98d
BLAKE2b-256 b823729a1ce3c2665ff332a1adcaf79b05901894d83ff916c9d80e978b1a8cbe

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page