An open API service indexing awesome lists of open source software.

https://github.com/dkter/progress_bot

Instagram progress-updating bot
https://github.com/dkter/progress_bot

Last synced: 10 months ago
JSON representation

Instagram progress-updating bot

Awesome Lists containing this project

README

          

# progress_bot
As seen at https://www.instagram.com/tdsbprogress/

Usage
-----
progress_bot requires Python 3.6 or later. Install dependencies using
`pip install -r requirements.txt` or `pip install pycairo InstagramAPI`.

Set up an Instagram account, then create a file in the same level as the rest
of the files called `credentials.py` with the credentials in the form:

```python
username = "insert username here"
password = "insert password here"
```

License
-------
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.

This Source Code Form is "Incompatible With Secondary Licenses", as
defined by the Mozilla Public License, v. 2.0.