mayeedwin / twitterbot

Automatic Retweet Twitter Bot
MIT License
103 stars 62 forks source link

how to change hashtag? #4

Closed bulanbintang69 closed 2 years ago

bulanbintang69 commented 2 years ago

how to change hashtags I've tried replacing in bot.js but can't. and an error occurs

bulanbintang69 commented 2 years ago

$ node bot.js /data/data/com.termux/files/home/twitterbot/bot/bot.js:19 const retweetId = data.statuses[0].id_str; ^

TypeError: Cannot read properties of undefined (reading 'id_str') at /data/data/com.termux/files/home/twitterbot/bot/bot.js:19:42 at /data/data/com.termux/files/home/twitterbot/bot/node_modules/twit/lib/twitter.js:127:13 at onRequestComplete (/data/data/com.termux/files/home/twitterbot/bot/node_modules/twit/lib/twitter.js:352:5) at Request. (/data/data/com.termux/files/home/twitterbot/bot/node_modules/twit/lib/twitter.js:364:7) at Request.emit (node:events:402:35) at Gunzip. (/data/data/com.termux/files/home/twitterbot/bot/node_modules/request/request.js:1076:12) at Object.onceWrapper (node:events:509:28) at Gunzip.emit (node:events:390:28) at endReadableNT (node:internal/streams/readable:1343:12) at processTicksAndRejections (node:internal/process/task_queues:83:21)

wpa-2 commented 2 years ago

what line did you change to and from ?

bulanbintang69 commented 2 years ago

bot.js line 8. I just changed the hashtags, for example what was "#MeetMaye" to "#csgo"

bulanbintang69 commented 2 years ago

how can i retweet with other hashtags? I'm still confused and need guidance..

venturaEffect commented 2 years ago

Have you solved the issue?

bulanbintang69 commented 2 years ago

Apakah Anda memecahkan masalah?

nope

venturaEffect commented 2 years ago

Have you looked if the sintax is good?

I've tried and it works fine to me.

mayeedwin commented 2 years ago

Thanks @venturaEffect cc @bulanbintang69