Giter Club home page Giter Club logo

proxyless-spotify-follow-bot's Introduction

proxyless-spotify-follow-bot's People

Contributors

useragents 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  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

proxyless-spotify-follow-bot's Issues

actually following accounts

thanks for putting this together and sharing! Seems to be creating accounts etc. with no issue my concern is if these accounts are actually following?

Error while importing modules. Please install the modules in requirements.txt

it says Error while importing modules. Please install the modules in requirements.txt how do i fix and then when i got to requirements and follow the rules when i do the thing in cmd it says this 'pip' is not recognized as an internal or external command,
operable program or batch file. also can u send me ur discord sever link how do i fix help plz

License

Can you license your project?

how to make run properly ?

i installed the requirements .txt fine but im not too sure as to what else the code needs changed to run properly ?

i run it and all my idle shell shows is this

= RESTART: C:\Users\oacoo\OneDrive\Desktop\bots\bot\xoldver\likesmodule\followbot\Proxyless-Spotify-Follow-Bot-main\main.py
xxxxxdemolinkxxxxx

my code is as follows.. i have no proxies to use just a VPN.

from follow_bot import spotify
import threading, os, time

lock = threading.Lock()
counter = 0
proxies = []
proxy_counter = 0
spotify_profile = str(input("xxxxxdemolinkxxxxx"))
threads = int(input("\nThreads: "))

def load_proxies():
if not os.path.exists("proxies.txt"):
print("\nFile proxies.txt not found")
time.sleep(10)
os._exit(0)
with open("proxies.txt", "r", encoding = "UTF-8") as f:
for line in f.readlines():
line = line.replace("\n", "")
proxies.append(line)
if not len(proxies):
print("\nNo proxies loaded in proxies.txt")
time.sleep(10)
os._exit(0)

print("\n[1] Proxies\n[2] Proxyless")
option = int(input("\n> "))
if option == 1:
load_proxies()

def safe_print(arg):
lock.acquire()
print(arg)
lock.release()

def thread_starter():
global counter
if option == 1:
obj = spotify(spotify_profile, proxies[proxy_counter])
else:
obj = spotify(spotify_profile)
result, error = obj.follow()
if result == True:
counter += 1
safe_print("Followed {}".format(counter))
else:
safe_print(f"Error {error}")

while True:
if threading.active_count() <= threads:
try:
threading.Thread(target = thread_starter).start()
proxy_counter += 1
except:
pass
if len(proxies) <= proxy_counter: #Loops through proxy file
proxy_counter = 0

Not following

It does create account but they doesn't follow me

Proxyless (Mode 2) Error

Error bad proxy on register None
Error bad proxy on register None
Error bad proxy on register None
Error bad proxy on register None
Error bad proxy on register None
Error bad proxy on register None
Error bad proxy on register None
Error bad proxy on register None

That's the error. To be clear, I chose option 2, so I shouldn't have needed proxies.
Thanks!

Followers

I have received followers from this script without me using the script, they are named github.com/useragents is there a way to remove them as I was not the one to request the followers?

Big issue

yo the follow bot is not working properly after 200 follows it spams "error will registering rate limit" if u can pls fix it and if there is a problem with the accounts make it as people have to enter the accounts themselves /pls add a way to make a discord bot out of it

follower name

way to change name? i see it in the code but cant test it because rate limited atm

.

i install requirements and, and it shows the installation then says it didnt install.

Profile picture

Hi, any way to add profile pictures to the created accounts? I couldn't find any API for that.

1k

Stuck at 1k followers

"Error"

I'll get like 100 followers then it will stop working, idk if its a ratelimit but i tried using a vpn to change my ip and its still giving me the same error code.
image

Proxyless-Spotify-Follow-Bot Public

everytime i put my name/link on the main.py and it asks me to press 1-2 for proxyless or proxiness i press 2 it says proxy.txt doesnt exist as a folder i press 1 it keeps giving me error

command pip not found

When I type in the install requirements.txt command I get the error command pip not found

Account creation

I think you should add a second option in the account creation section. That is, an account can be added in the format e-mail:password from the users.txt file. I have a list of accounts, but unfortunately I cannot use it in your vehicle.

"Client credentials authentication not allowed"

I have already redone the entire code in search of a solution to this problem but it is simply impossible to solve it.

In the last function, "follow", the session.put returns me this json:

{\n "error" : {\n "status" : 400,\n "message" : "Client credentials authentication not allowed"\n }\n}

Does not work

After i install the requirments.txt i go to run run.bat then it says "Error while importing modules. Please install the modules in requiremnets.txt" Any fix to this bc in cmd it says its installed after running the command you gave us in the code

No followers

Just says Follower ' 1 ' and so on but no followers ๐Ÿคฃ
image

proxy

sometimes i get error bad proxy on register
my proxies are working i bought them from rainproxy.io the residential ones

Follow Bot

what do i do for thread and when i do it spams Error and i do 10 thread any help but one min ago it started following but then stopped?

User:Pass Support?

I noticed that it creates accounts, I have an account generator and was wondering if I could use my list of accounts generated in user:pass format to follow my account.

question

Can you make a follow bot with no limit?

Recommendation

How about the script saves the tokens for later use? e.g following another account without having to make another accs

Keeps saying "error."

When I try to follow an account, it says "Error." I waited a couple hours and it still says this. Any fixes?

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.