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
- Host: GitHub
- URL: https://github.com/dkter/progress_bot
- Owner: dkter
- License: mpl-2.0
- Created: 2018-09-22T16:56:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T16:57:46.000Z (over 7 years ago)
- Last Synced: 2025-08-23T05:05:12.996Z (10 months ago)
- Language: Python
- Homepage: https://www.instagram.com/tdsbprogress/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.