GithubHelp home page GithubHelp logo

phaticusthiccy / open-apis Goto Github PK

View Code? Open in Web Editor NEW
62.0 62.0 31.0 7.92 MB

Collection of Unlimited APIs

License: GNU General Public License v3.0

JavaScript 99.96% Shell 0.04%
api apis form npm textmaker website whatsapp

open-apis's Introduction

Hi ๐Ÿฅฐ I'm
Phaticusthiccy

He/Him - BLM Resources

Pull Up My Blog!

Thiccy YouTube Thiccy's Blog

Metrics

โ˜„๏ธ About Me
Hi, This is Thiccy

I am an AI Developer. My real thing to do crating artificial brains, neural tools. Also ฤฑ am a student of mechatronics enginering.

I am 20 yeas old. From Turkey

I worked with Instagram, Gitlab, Bitbucket, Brainshop. Some of for testing, some things for developing. If you have any question for me i put my contact information above.

See ya ๐Ÿ’˜

open-apis's People

Contributors

dependabot[bot] avatar phaticusthiccy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

open-apis's Issues

User not found when i trying insta stories

Error: User Not Found!
at Object.insta_story (/storage/emulated/0/SelfBot/node_modules/@phaticusthiccy/open-apis/InstaDownloader/start/instagram_story.js:12:15)
at processTicksAndRejections (node:internal/process/task_queues:96:5)

Thisy My script

case 'ig':

setReply(mess.wait)
if (!q) return setReply('Linknya?')
igreel = q.includes("https://www.instagram.com/reel/")
igstories = q.includes("https://instagram.com/stories/")

if(igreel){
Download.insta_reel(q).then(async (data) => {
sendFileFromUrl(${data.url}, video, {quoted: dev, caption: Nih})
console.log(data)
console.log(data.url)
})
} else if(igstories){
Download.insta_story(q).then(async (data) => {
console.log(data.stories)
//sendFileFromUrl(${data.stories.url}, video, {quoted: dev, caption: Nih})
})
} else {
var { igDownloader } = require('./lib/igdown')
res = await igDownloader(${q}).catch(e => {
return setReply(mess.error.api)
})
console.log(res)
sendFileFromUrl(${res.result.link}, video, {quoted: dev, caption: ${res.result.desc}})
}
break
Screenshot_2022-02-01-11-55-13-181_com termux

token is not acceptable

i try to use a different url but i got Error: Error! This token is not acceptable!

sample code

const thiccysapi = require('textmaker-thiccy');

thiccysapi.textpro("https://textpro.me/create-realistic-cloud-text-effect-online-free-999.html",
    "Phaticusthiccy"
    ).then(async (data) => { 
      try { 
          console.log(data)
      } catch(err) { 
          console.log(err)
      } 
});

response
(node:1) UnhandledPromiseRejectionWarning: Error: Error! This token is not acceptable! at Object.textpro (/app/available_modules/1624961831000/textmaker-thiccy/lib/textmaker/textpro.js:83:22) at processTicksAndRejections (internal/process/task_queues.js:95:5) (Use node --trace-warnings ... to show where the warning was created)

Bug

Error: Error! This token is not acceptable

Ephoto error please fix

[BUG] instapost is always returning jpg

Hi,
Thank you a lot for this helpful API.

Describe the bug
instapost is returning jpg image even if a post is video.
It was working fine yesterday.

The server you use the module on
Contabo

[BUG] Error: There is a problemm with the given link!

Error: There is a problemm with the given link!
at Object.insta_reel (/home/runner/EXTREAM-BOTZ/node_modules/@phaticusthiccy/open-apis/InstaDownloader/start/instagram_reel.js:9:15)
at processTicksAndRejections (node:internal/process/task_queues:96:5)

my code:

case 'ig':{
if(!q) return setReply("Masukan Link")
setReply(mess.wait)
if (!args[0].match(/https://www.instagram.com/(p|reel|tv)/gi)) return setReply( *Link salah! Perintah ini untuk mengunduh postingan ig/reel/tv, bukan untuk highlight/story!*\n\ncontoh:\n${prefix + command} https://www.instagram.com/p/BmjK1KOD_UG/?utm_medium=copy_link)

let igreel = q.includes("https://www.instagram.com/reel/")

if(igreel){

Download.insta_reel(q).then(async (data) => {
await xdev.sendMessage(from, {caption: Nih, video: {url: data.url} }, {quoted: dev})
console.log(data)
console.log(data.url)
})
} else {
let { instagramdl, instagramdlv2 } = require('@bochilteam/scraper')
let results = await instagramdl(args[0]).catch(async _ => await instagramdlv2(args[0]))
for (const { url } of results) await xdev.sendMedia(from, url, dev, {caption: "Nih"})
}
}
break

command: Ig https://www.instagram.com/reel/CfliL4Jhcyx/?igshid=YmMyMTA2M2Y=

[BUG] TypeError: Cannot read property 'data' of undefined

const instagram = require("@phaticusthiccy/open-apis");

async function start() {
try{
var data = await instagram.insta_reel("https://www.instagram.com/reel/CgZ-afJl5so/?igshid=YmMyMTA2M2Y=")
console.log(data)
} catch(err){
console.log(err)
}
}
start()

TypeError: Cannot read property 'data' of undefined
at Object.insta_reel (/home/runner/EXTREAM-BOTZ/node_modules/@phaticusthiccy/open-apis/InstaDownloader/start/instagram_reel.js:14:35)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async start (eval at module.exports (/home/runner/EXTREAM-BOTZ/message/msg.js:4481:20), :5:13)
at async module.exports (/home/runner/EXTREAM-BOTZ/message/msg.js:4481:14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.