Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boly38/testinsta
test instagram-private-api
https://github.com/boly38/testinsta
hacktoberfest instagram instagram-api nodejs
Last synced: about 1 month ago
JSON representation
test instagram-private-api
- Host: GitHub
- URL: https://github.com/boly38/testinsta
- Owner: boly38
- Created: 2023-10-25T12:03:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-27T18:56:02.000Z (about 1 year ago)
- Last Synced: 2024-10-05T06:30:52.744Z (about 2 months ago)
- Topics: hacktoberfest, instagram, instagram-api, nodejs
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testInsta
try to post on instagram using https://github.com/dilame/instagram-private-api
[reference issue](https://github.com/dilame/instagram-private-api/issues/1637#issuecomment-1194940480)
## HowTo
### setup
````bash
git clone https://github.com/boly38/testInsta.git
cd testInsta
npm install
````### usage
````bash
export IG_USERNAME=toto
export IG_PASSWORD=tataboumX
node myTest help
node myTest home
unset IG_USERNAME IG_PASSWORD# alternative to export
IG_USERNAME=toto IG_PASSWORD=tataboumX node myTest home
````---
See also (success) [testFB](https://github.com/boly38/testFB)